Skip to content

Commit

Permalink
Adjust FlatLafDark tab-switcher and selection foreground colors
Browse files Browse the repository at this point in the history
 - use context menu colors for tab switcher popup
 - set selection foreground to white
 - slightly brighten foreground color for more contrast
  • Loading branch information
mbien committed Jan 21, 2025
1 parent 5df292f commit 414f4f4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
nb.dark.theme=true
nb.preferred.color.profile=FlatLaf Dark

@foreground=#cccccc
@selectionForeground=#ffffff

nb.errorForeground=#DB5860
nb.warningForeground=@foreground
Expand Down Expand Up @@ -90,6 +92,11 @@ nb.multitabs.project.8.background=rgb(107, 135, 38)
nb.multitabs.project.9.background=rgb(118, 89, 135)
nb.multitabs.project.foreground=#f0f0f0

#---- Tab switcher ----

nb.popupswitcher.background=$MenuItem.background
nb.popupswitcher.selectionForeground=$List.selectionForeground
nb.popupswitcher.selectionBackground=$List.selectionBackground

#---- PropSheet ----

Expand Down

0 comments on commit 414f4f4

Please sign in to comment.