Skip to content

Commit

Permalink
terminator: Set ANSI colour 9 (bright black) from base03 (dark blue) …
Browse files Browse the repository at this point in the history
…to (dark grey)

In most terminals it seems 'bright black' should be set to a grey/dark grey colour. Unfortunately this is a known issue with solarized since 2012 (altercation/solarized#220)
  • Loading branch information
bmaupin committed Feb 16, 2022
1 parent 0a9f24f commit 829b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/terminator/files/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

[profiles]
[[default]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#fdf6e3:#002b36:#cb4b16:#657b83:#839496:#93a1a1:#6c71c4:#eee8d5:#fdf6e3"
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#fdf6e3:#657b83:#cb4b16:#657b83:#839496:#93a1a1:#6c71c4:#eee8d5:#fdf6e3"
foreground_color = "#93a1a1"
background_color = "#002b36"
cursor_color = "#93a1a1"
Expand Down

0 comments on commit 829b1dd

Please sign in to comment.