Skip to content

Commit

Permalink
Autumn theme: slightly adjust contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu authored and archseer committed Jul 5, 2022
1 parent f3e8b0f commit 2e70985
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions runtime/themes/autumn.toml
Expand Up @@ -69,13 +69,13 @@
"error" = "my_red"

[palette]
my_black = "#242424" # Cursorline
my_gray0 = "#292929" # Default Background
my_gray1 = "#2e2e2e" # Ruler
my_gray2 = "#3a3a3a" # Lighter Background (Used for status bars, line number and folding marks)
my_gray3 = "#525252" # Selection Background
my_black = "#212121" # Cursorline
my_gray0 = "#262626" # Default Background
my_gray1 = "#2b2b2b" # Ruler
my_gray2 = "#323232" # Lighter Background (Used for status bars, line number and folding marks)
my_gray3 = "#505050" # Selection Background
my_gray4 = "#7c7c7c" # Comments, Invisibles, Line Highlighting
my_gray5 = "#aaaaaa" # Dark Foreground (Used for status bars)
my_gray5 = "#a8a8a8" # Dark Foreground (Used for status bars)
my_gray6 = "#c0c0c0" # Light Foreground (Not often used)
my_gray7 = "#e8e8e8" # Light Background (Not often used)
my_white = "#F3F2CC" # Default Foreground, Caret, Delimiters, Operators
Expand Down

0 comments on commit 2e70985

Please sign in to comment.