Skip to content

Commit

Permalink
fix: improve contrast for "open a remote window" button
Browse files Browse the repository at this point in the history
closes #146
  • Loading branch information
dsifford committed Aug 2, 2021
1 parent 47f0749 commit 689e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dracula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ colors:
statusBarItem.hoverBackground: # Status Bar item background color when hovering
statusBarItem.prominentBackground: *RED # Status Bar prominent items background color. Prominent items stand out from other Status Bar entries to indicate importance
statusBarItem.prominentHoverBackground: *ORANGE # Status Bar prominent items background color when hovering. Prominent items stand out from other Status Bar entries to indicate importance
statusBarItem.remoteForeground: *FG # Background color for the remote indicator on the status bar
statusBarItem.remoteForeground: *BG # Background color for the remote indicator on the status bar
statusBarItem.remoteBackground: *PURPLE # Foreground color for the remote indicator on the status bar
statusBar.border:

Expand Down

0 comments on commit 689e431

Please sign in to comment.