Skip to content

Commit

Permalink
fix(Themes): increase contrast for gray, fixes elementary#682
Browse files Browse the repository at this point in the history
  • Loading branch information
m93a committed Jan 21, 2024
1 parent 9c09931 commit 6068cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes.vala
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class Terminal.Themes {
case (DARK):
string_palette = {
"#073642", "#dc322f", "#859900", "#b58900", "#268bd2", "#d33682", "#2aa198", "#eee8d5",
"#002b36", "#dc322f", "#586e75", "#657b83", "#839496", "#6c71c4", "#93a1a1", "#fdf6e3",
"#5e5c64", "#dc322f", "#586e75", "#657b83", "#839496", "#6c71c4", "#93a1a1", "#fdf6e3",
"#2E2E2E", "#a5a5a5", "#839496"
};
break;
Expand Down

0 comments on commit 6068cb9

Please sign in to comment.