Skip to content

Commit

Permalink
fix(qt{5,6}ct): typo in tooltip bg
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 3, 2024
1 parent a722286 commit 34cb413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt5ct_palette.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FG BTN_BG bright less brdark 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
[ColorScheme]
active_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, %HDR_BG%, #%HDR_FG%
active_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, #%HDR_BG%, #%HDR_FG%
disabled_colors=#%INACTIVE_FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%INACTIVE_TXT_FG%, #%INACTIVE_TXT_FG%, #%INACTIVE_FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%INACTIVE_FG%, #%BG%, #%INACTIVE_FG%, #%HDR_BG%, #%INACTIVE_HDR_FG%
inactive_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, #%HDR_BG%, #%HDR_FG%

Expand Down
2 changes: 1 addition & 1 deletion src/qt6ct_palette.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FG BTN_BG bright less brdark 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
[ColorScheme]
active_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, %HDR_BG%, #%HDR_FG%, #%INACTIVE_FG%
active_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, #%HDR_BG%, #%HDR_FG%, #%INACTIVE_FG%
disabled_colors=#%INACTIVE_FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%INACTIVE_TXT_FG%, #%INACTIVE_TXT_FG%, #%INACTIVE_FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%INACTIVE_FG%, #%BG%, #%INACTIVE_FG%, #%HDR_BG%, #%INACTIVE_HDR_FG%, #%INACTIVE_FG%
inactive_colors=#%FG%, #%BG%, #%BG%, #%BG%, #%HDR_BG%, #%HDR_BG%, #%TXT_FG%, #%TXT_FG%, #%FG%, #%TXT_BG%, #%BG%, #%HDR_BG%, #%SEL_BG%, #%SEL_FG%, #%SEL_BG%, #%FG%, #%BG%, #%FG%, #%HDR_BG%, #%HDR_FG%, #%INACTIVE_FG%

0 comments on commit 34cb413

Please sign in to comment.