Private
Public Access
0
0

feat(theme): standardize all themes with intelligent row backgrounds and human names

This commit is contained in:
2026-06-05 01:05:17 -04:00
parent 3ed2b3966c
commit a7c4bf01b1
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
name = "gruvbox_dark"
name = "Gruvbox Dark"
syntax_palette = "retro_blue"
description = "Gruvbox Dark by Pavel Pertsev (github.com/morhetz/gruvbox)"
@@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40]
table_border_strong = [ 60, 60, 60]
table_header_bg = [ 60, 56, 54]
table_header_text = [255, 255, 255]
table_row_bg = [ 0, 0, 0]
table_row_bg_alt = [ 10, 10, 10]
table_row_bg = [ 40, 40, 40]
table_row_bg_alt = [ 50, 48, 47]
text = [251, 241, 199]
text_disabled = [146, 131, 116]
text_link = [ 60, 100, 150]
+2 -2
View File
@@ -68,8 +68,8 @@ table_border_light = [ 40, 40, 40]
table_border_strong = [ 60, 60, 60]
table_header_bg = [ 50, 70, 80]
table_header_text = [255, 255, 255]
table_row_bg = [ 0, 0, 0]
table_row_bg_alt = [ 10, 10, 10]
table_row_bg = [ 40, 47, 49]
table_row_bg_alt = [ 24, 32, 30]
text = [255, 255, 255]
text_disabled = [208, 208, 208]
text_link = [ 60, 100, 150]
+1 -1
View File
@@ -1,4 +1,4 @@
name = "solarized_dark"
name = "Solarized Dark"
syntax_palette = "dark"
description = "Solarized Dark by Ethan Schoonover"
+1 -1
View File
@@ -1,4 +1,4 @@
name = "solarized_light"
name = "Solarized Light"
syntax_palette = "light"
description = "Solarized Light by Ethan Schoonover"