Skip to content

Commit

Permalink
3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Nov 26, 2023
1 parent 100d916 commit 317c9a9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.5 + 3.1.6

- (Refinement) 3.1.4, but actually.

# 3.1.4

- (Fix) Fixed PC sheet lore input field text color on CRB light theme.
Expand Down
6 changes: 3 additions & 3 deletions sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ $adjusted-lower: #cc3311 !default;
/* Damage colors */
/* ----------------------------------------- */

[data-dorako-ui-theme="foundry2"][data-dorako-colour-scheme] .damage,
[data-dorako-ui-theme="bg3"][data-dorako-colour-scheme] .damage,
[data-dorako-ui-theme="crb"][data-dorako-colour-scheme="dark"] .damage {
[data-dorako-ui-theme="foundry2"][data-color-scheme] .damage,
[data-dorako-ui-theme="bg3"][data-color-scheme] .damage,
[data-dorako-ui-theme="crb"][data-color-scheme="dark"] .damage {
--color-bg-acid: rgba(32, 194, 32, 0.125); // adjusted
--color-bg-bleed: rgba(207, 28, 58, 0.125); // adjusted
--color-bg-chaotic: rgba(221, 26, 221, 0.125); // adjusted
Expand Down
5 changes: 5 additions & 0 deletions sass/ui-theme/foundry-core/_app-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,11 @@
[data-dorako-ui-theme] {
--visibility-gm-bg: #e8e8efaa;
--visibility-owner-bg: #ddebe1aa;

[data-visibility]:not([data-visibility="all"])[data-visibility="gm"] [data-visibility="gm"] {
background: none;
}

&.pf2e.item.sheet {
input {
@include f2-input;
Expand Down
9 changes: 6 additions & 3 deletions styles/dorako-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -6288,6 +6288,9 @@ html .xdy-pf2e-workbench-rarity-unique {
--visibility-gm-bg: #e8e8efaa;
--visibility-owner-bg: #ddebe1aa;
}
[data-dorako-ui-theme] [data-visibility]:not([data-visibility=all])[data-visibility=gm] [data-visibility=gm] {
background: none;
}
[data-dorako-ui-theme].pf2e.item.sheet input {
background: var(--input-background-color);
border: var(--app-border-style);
Expand Down Expand Up @@ -12322,9 +12325,9 @@ nav#controls[data-dorako-ui-theme] ol.control-tools > li.toggle:disabled {
/* ----------------------------------------- */
/* Damage colors */
/* ----------------------------------------- */
[data-dorako-ui-theme=foundry2][data-dorako-colour-scheme] .damage,
[data-dorako-ui-theme=bg3][data-dorako-colour-scheme] .damage,
[data-dorako-ui-theme=crb][data-dorako-colour-scheme=dark] .damage {
[data-dorako-ui-theme=foundry2][data-color-scheme] .damage,
[data-dorako-ui-theme=bg3][data-color-scheme] .damage,
[data-dorako-ui-theme=crb][data-color-scheme=dark] .damage {
--color-bg-acid: rgba(32, 194, 32, 0.125);
--color-bg-bleed: rgba(207, 28, 58, 0.125);
--color-bg-chaotic: rgba(221, 26, 221, 0.125);
Expand Down
2 changes: 1 addition & 1 deletion styles/dorako-ui.css.map

Large diffs are not rendered by default.

0 comments on commit 317c9a9

Please sign in to comment.