Private
Public Access
0
0

style(themes): compact TOML formatting and lift semantic colors

This commit is contained in:
2026-06-05 00:02:46 -04:00
parent 06e305aba6
commit 7ea52cbbe8
16 changed files with 915 additions and 516 deletions
+47 -33
View File
@@ -1,38 +1,52 @@
# Solarized Light — Ethan Schoonover's canonical light palette
name = "solarized_light"
syntax_palette = "light"
description = "Solarized Light by Ethan Schoonover"
[colors]
window_bg = [238, 232, 213] # base2
child_bg = [253, 246, 227] # base3
popup_bg = [253, 246, 227]
border = [147, 161, 161] # base1
frame_bg = [253, 246, 227]
frame_bg_hovered = [238, 232, 213]
frame_bg_active = [238, 232, 213]
title_bg = [238, 232, 213]
title_bg_active = [147, 161, 161]
menu_bar_bg = [238, 232, 213]
scrollbar_bg = [238, 232, 213]
scrollbar_grab = [147, 161, 161]
scrollbar_grab_hovered = [131, 148, 150]
border = [147, 161, 161]
bubble_ai = [220, 255, 220]
bubble_system = [240, 240, 240]
bubble_user = [220, 230, 255]
bubble_vendor = [255, 240, 200]
button = [253, 246, 227]
button_active = [ 38, 139, 210]
button_hovered = [ 38, 139, 210]
check_mark = [ 38, 139, 210]
child_bg = [253, 246, 227]
diff_added = [ 40, 180, 40]
diff_header = [ 40, 100, 200]
diff_removed = [200, 40, 40]
frame_bg = [253, 246, 227]
frame_bg_active = [238, 232, 213]
frame_bg_hovered = [238, 232, 213]
header = [253, 246, 227]
header_active = [ 38, 139, 210]
header_hovered = [ 38, 139, 210]
menu_bar_bg = [238, 232, 213]
popup_bg = [253, 246, 227]
scrollbar_bg = [238, 232, 213]
scrollbar_grab = [147, 161, 161]
scrollbar_grab_active = [ 7, 54, 66]
button = [253, 246, 227]
button_hovered = [ 38, 139, 210] # blue
button_active = [ 38, 139, 210]
header = [253, 246, 227]
header_hovered = [ 38, 139, 210]
header_active = [ 38, 139, 210]
separator = [147, 161, 161]
separator_hovered = [181, 137, 0] # yellow
separator_active = [203, 75, 22] # orange
tab = [238, 232, 213]
tab_hovered = [ 38, 139, 210]
tab_selected = [147, 161, 161]
text = [ 7, 54, 66] # base02
text_disabled = [147, 161, 161] # base1
text_selected_bg = [ 38, 139, 210]
check_mark = [ 38, 139, 210]
slider_grab = [ 38, 139, 210]
slider_grab_active = [ 38, 139, 210]
table_header_bg = [238, 232, 213]
scrollbar_grab_hovered = [131, 148, 150]
separator = [147, 161, 161]
separator_active = [203, 75, 22]
separator_hovered = [181, 137, 0]
slice_auto = [ 80, 255, 80]
slice_manual = [255, 200, 0]
slice_selection = [180, 180, 255]
slider_grab = [ 38, 139, 210]
slider_grab_active = [ 38, 139, 210]
status_error = [200, 40, 40]
status_info = [ 40, 100, 200]
status_success = [ 40, 180, 40]
status_warning = [200, 140, 0]
tab = [238, 232, 213]
tab_hovered = [ 38, 139, 210]
tab_selected = [147, 161, 161]
table_header_bg = [238, 232, 213]
text = [ 7, 54, 66]
text_disabled = [147, 161, 161]
text_selected_bg = [ 38, 139, 210]
title_bg = [238, 232, 213]
title_bg_active = [147, 161, 161]
window_bg = [238, 232, 213]