Skip to content

Commit 4d8bb3a

Browse files
committed
try to use purple labels instead silver
1 parent fb1f3f3 commit 4d8bb3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/themes.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,9 +1723,9 @@ initialize_color_pairs(int theme, bool direct_color)
17231723
deftheme_rgb(PspgTheme_background, rgbtForeground, rgbtBackground, 0);
17241724
deftheme_rgb(PspgTheme_data, rgbtForeground, rgbtBackground, 0);
17251725
deftheme_rgb(PspgTheme_border, rgbtMediumGrey, rgbtBackground, 0);
1726-
deftheme_rgb(PspgTheme_label, rgbtSilver, rgbtBackground, A_BOLD);
1726+
deftheme_rgb(PspgTheme_label, rgbtPurple, rgbtBackground, A_BOLD);
17271727
deftheme_rgb(PspgTheme_rownum, rgbtMediumGrey, rgbtBackground, 0);
1728-
deftheme_rgb(PspgTheme_recnum, rgbtSilver, rgbtBackground, A_BOLD);
1728+
deftheme_rgb(PspgTheme_recnum, rgbtPurple, rgbtBackground, A_BOLD);
17291729
deftheme_rgb(PspgTheme_footer, rgbtMediumGrey, rgbtBackground, 0);
17301730

17311731
deftheme_rgb(PspgTheme_cursor_data, rgbtForeground, rgbtCurrentLine, 0);
@@ -1892,7 +1892,7 @@ initialize_color_pairs(int theme, bool direct_color)
18921892
/* Dracula theme */
18931893
deftheme_rgb(PspgTheme_data, rgbtForeground, rgbtBackground2, 0);
18941894
deftheme_rgb(PspgTheme_border, rgbtMediumGrey, rgbtBackground2, 0);
1895-
deftheme_rgb(PspgTheme_label, rgbtSilver, rgbtBackground2, A_BOLD);
1895+
deftheme_rgb(PspgTheme_label, rgbtPurple, rgbtBackground2, A_BOLD);
18961896

18971897
deftheme_rgb(PspgTheme_cursor_data, rgbtForeground, rgbtCurrentLine2, 0);
18981898
deftheme_rgb(PspgTheme_cursor_border, rgbtMediumGrey, rgbtCurrentLine2, 0);

0 commit comments

Comments
 (0)