Skip to content

Commit

Permalink
feat(oomox_plugin; templates_extra: qt{5,6}ct): improve disabled colors
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 12, 2024
1 parent c048387 commit f6c6a98
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 19 deletions.
12 changes: 9 additions & 3 deletions oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,15 @@ def convert_oomox_to_base16(
base16_theme[f"themix_{key}"] = str(value)

for result_key, in1_key, in2_key, ratio in (
("INACTIVE_FG", "FG", "BG", 0.75),
("INACTIVE_HDR_FG", "HDR_FG", "HDR_BG", 0.75),
("INACTIVE_TXT_FG", "TXT_FG", "TXT_BG", 0.75),
("ALT_TXT_BG", "TXT_BG", "MENU_BG", 0.90),
("DISABLED_BG", "BG", "MENU_BG", 0.75),
("DISABLED_FG", "FG", "BG", 0.75),
("DISABLED_HDR_BG", "HDR_BG", "BG", 0.75),
("DISABLED_HDR_FG", "HDR_FG", "HDR_BG", 0.75),
("DISABLED_TXT_BG", "TXT_BG", "BG", 0.75),
("DISABLED_TXT_FG", "TXT_FG", "TXT_BG", 0.75),
("DISABLED_BTN_BG", "BTN_BG", "BG", 0.75),
("DISABLED_BTN_FG", "BTN_FG", "BG", 0.75),
):
base16_theme[f"themix_{result_key}"] = mix_theme_colors(
base16_theme[f"themix_{in1_key}"],
Expand Down
8 changes: 4 additions & 4 deletions templates_extra/qt5ct/templates/breeze.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Qt5ct colors: FG BTN_BG bright less_bright dark less_dark txt_fg br_text BTN_FG txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg
# Qt5ct colors: FG BTN_BG bright less_bright dark less_dark txt_fg br_text BTN_FG txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg
[ColorScheme]
active_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
disabled_colors=#{{themix_INACTIVE_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_HDR_FG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
active_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_ALT_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
disabled_colors=#{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BTN_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_BTN_FG-hex}}, #{{themix_DISABLED_TXT_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_FG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
8 changes: 4 additions & 4 deletions templates_extra/qt5ct/templates/fusion.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Qt5ct colors: FG BTN_BG bright less_bright dark less_dark txt_fg br_text BTN_FG txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg
# Qt5ct colors: FG BTN_BG bright less_bright dark less_dark txt_fg br_text BTN_FG txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg
[ColorScheme]
active_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
disabled_colors=#{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_HDR_FG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
active_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_ALT_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
disabled_colors=#{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_TXT_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_FG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}
8 changes: 4 additions & 4 deletions templates_extra/qt6ct/templates/breeze.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Qt6ct colors: FG BTN_BG bright less br dark less da txt fg br text btn fg txt bg bg shadow sel bg sel fg link visited alt bg default tooltip bg tooltip_fg placeholder_fg accent
# Qt6ct colors: FG BTN_BG bright less_br dark less_dark txt_fg br_text btn_fg txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg placeholder_fg accent
[ColorScheme]
active_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_INACTIVE_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
disabled_colors=#{{themix_INACTIVE_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
active_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_ALT_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}
disabled_colors=#{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BTN_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_BTN_FG-hex}}, #{{themix_DISABLED_TXT_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BTN_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_BTN_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}
8 changes: 4 additions & 4 deletions templates_extra/qt6ct/templates/fusion.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Qt6ct colors: FG BTN_BG bright less br dark less da txt fg br text btn fg txt bg bg shadow sel bg sel fg link visited alt bg default tooltip bg tooltip_fg placeholder_fg accent
# Qt6ct colors: FG BTN_BG bright less_br dark less_dark txt_fg br_text btn_fg txt_bg bg shadow sel_bg sel_fg link visited alt_bg default tooltip_bg tooltip_fg placeholder_fg accent
[ColorScheme]
active_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_INACTIVE_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
disabled_colors=#{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_INACTIVE_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_BG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_INACTIVE_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_INACTIVE_FG-hex}}, #{{themix_ACCENT_BG-hex}}
active_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_ALT_TXT_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}
disabled_colors=#{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_TXT_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_TXT_BG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_BG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_DISABLED_HDR_BG-hex}}, #{{themix_DISABLED_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}
inactive_colors=#{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_TXT_FG-hex}}, #{{themix_FG-hex}}, #{{themix_TXT_BG-hex}}, #{{themix_BG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_SEL_FG-hex}}, #{{themix_SEL_BG-hex}}, #{{themix_FG-hex}}, #{{themix_BG-hex}}, #{{themix_FG-hex}}, #{{themix_HDR_BG-hex}}, #{{themix_HDR_FG-hex}}, #{{themix_DISABLED_FG-hex}}, #{{themix_ACCENT_BG-hex}}

0 comments on commit f6c6a98

Please sign in to comment.