feat(themes): add Solarized Dark/Light, Gruvbox Dark, Moss TOML themes
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Solarized Light — Ethan Schoonover's canonical light palette
|
||||
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]
|
||||
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]
|
||||
Reference in New Issue
Block a user