Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
 - OceanBlues: fixes for chatbox text area, search bars, and roll selector
 - OceanBlues: fixes for misc IW elements
  • Loading branch information
MajorVictory committed Jan 29, 2022
1 parent f2c786d commit 820adcc
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.2.2

* OceanBlues: fixes for chatbox text area, search bars, and roll selector
* OceanBlues: fixes for misc IW elements

## Version 1.2.1

* Updated compatibleCoreVersion to Foundry V9
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![foundry-shield-066]][foundry-url]
[![foundry-shield-079]][foundry-url]
[![foundry-shield-088]][foundry-url]
[![foundry-shield-v9]][foundry-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
Expand Down Expand Up @@ -58,7 +59,7 @@ The provided Ocean Blues theme comes with 5 pre-made color sets:
### Requirements

**[Core Compatibility]**:
* *FoundryVTT* 0.6.5-0.7.9
* *FoundryVTT* 0.6.5 to V9

**[Known Issues]**
* [Report Problems](https://github.com/MajorVictory/Whetstone/issues)
Expand Down Expand Up @@ -105,6 +106,7 @@ This work is licensed under Foundry Virtual Tabletop [EULA - Limited License Agr
[foundry-shield-066]: https://img.shields.io/badge/Foundry-v0.6.6-informational
[foundry-shield-079]: https://img.shields.io/badge/Foundry-v0.7.9-informational
[foundry-shield-088]: https://img.shields.io/badge/Foundry-v0.8.8-informational
[foundry-shield-v9]: https://img.shields.io/badge/Foundry-v9-informational
[foundry-url]: https://foundryvtt.com/
[forks-shield]: https://img.shields.io/github/forks/MajorVictory/Whetstone.svg?style=flat-square
[forks-url]: https://github.com/MajorVictory/Whetstone/network/members
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Whetstone",
"title": "Whetstone - Foundry Theme Manager",
"description": "A robust theme manager for Foundry, designed to make applying and customizing themes easier for users and theme authors.",
"version": "1.2.1",
"version": "1.2.2",
"author": "MajorVictory",
"esmodules": [
"Whetstone.js"
Expand All @@ -19,7 +19,7 @@
"packs": [],
"url": "https://github.com/MajorVictory/Whetstone",
"manifest": "https://raw.githubusercontent.com/MajorVictory/Whetstone/master/module.json",
"download": "https://github.com/MajorVictory/Whetstone/releases/download/v1.2.1/Whetstone.zip",
"download": "https://github.com/MajorVictory/Whetstone/releases/download/v1.2.2/Whetstone.zip",
"compatibleCoreVersion": "9",
"minimumCoreVersion": "0.6.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whetstone",
"version": "1.2.0",
"version": "1.2.2",
"description": "A robust theme manager for FoundryVtt.",
"main": "module.json",
"scripts": {
Expand Down
36 changes: 31 additions & 5 deletions styles/OceanBlues/Main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ h2 {
}

.window-app .window-content, .dnd5e.sheet .window-content,
.tidy5e.sheet.actor #item-info-container {
.tidy5e.sheet.actor #item-info-container,
.ve-window, .fltr__mini-view, .ui-list__wrp-preview,.veapp-ctx-menu__wrp {
color: var(--OceanBlues-text-dark-color);
background-color: var(--OceanBlues-bg-color-sheet);
background-blend-mode: var(--OceanBlues-bg-sheet-blendmode);
}

.tidy5e.sheet.actor.npc .spellcasting-ability {
.tidy5e.sheet.actor.npc .spellcasting-ability,
.ui-tab__wrp-tab-body--background, .cfg__btn-tab-header {
background-color: var(--OceanBlues-bg-color-sheet);
background-blend-mode: var(--OceanBlues-bg-sheet-blendmode);
}
Expand Down Expand Up @@ -127,14 +129,15 @@ li.folder.collapsed > .folder-header h3,
text-shadow: 1px 1px 3px var(--OceanBlues-fg-color);
}

a[href] {
a[href], .ui-list__btn-inline {
color: var(--OceanBlues-highlight-color);
}

a:hover,
.tabs .item.active,
.dnd5e.chat-card .card-header h3:hover,
.filepicker .directory > li:hover {
.filepicker .directory > li:hover,
.ui-list__btn-inline:hover {
color: var(--OceanBlues-highlight-color);
text-shadow: 0 0 8px var(--OceanBlues-highlight-color);
}
Expand Down Expand Up @@ -189,16 +192,24 @@ button:hover,
select,
button,
textarea,
#chat-form textarea,
#chat-controls .roll-type-select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="range"], .range-value,
input[type="range"] + .range-value,
input[type="color"][data-edit],
input[type="datetime-local"],
.directory .directory-header .header-search input,
.dnd5e input[type="text"],
.dnd5e select,
.dnd5e.sheet select {
.dnd5e.sheet select,
.btn-group > input.form-control,
.input-group > input.form-control,
input.form-control,
textarea.form-control,
a.btn, label.btn, div.btn, select.ve-foundry-button {
color: var(--OceanBlues-text-dark-color);
background: var(--OceanBlues-fg-color);
border: 1px solid var(--OceanBlues-border-color);
Expand Down Expand Up @@ -584,4 +595,19 @@ form .hint,

.midi-qol-box {
border: 2px groove var(--OceanBlues-border-color);
}

/* IW */
.imp-wiz__head-panel {
text-decoration-color: var(--OceanBlues-border-color);
}

.imp-wiz__spc-panels {
background-color: var(--OceanBlues-border-color);
}

.imp-wiz__tab-config, .vr-2,
.cfg__btn-tab-header, .cfg__wrp-search,
.imp-folder__row:nth-child(1)::before {
border-color: var(--OceanBlues-border-color);
}

0 comments on commit 820adcc

Please sign in to comment.