38 lines
1.4 KiB
TOML
38 lines
1.4 KiB
TOML
# Solarized Dark — Ethan Schoonover's canonical dark palette
|
|
syntax_palette = "dark"
|
|
description = "Solarized Dark by Ethan Schoonover"
|
|
|
|
[colors]
|
|
window_bg = [ 0, 43, 54] # base03
|
|
child_bg = [ 7, 54, 66] # base02
|
|
popup_bg = [ 0, 43, 54]
|
|
border = [ 88, 110, 117] # base01
|
|
frame_bg = [ 7, 54, 66]
|
|
frame_bg_hovered = [ 88, 110, 117]
|
|
frame_bg_active = [101, 123, 131]
|
|
title_bg = [ 7, 54, 66]
|
|
title_bg_active = [ 88, 110, 117]
|
|
menu_bar_bg = [ 0, 43, 54]
|
|
scrollbar_bg = [ 7, 54, 66]
|
|
scrollbar_grab = [ 88, 110, 117]
|
|
scrollbar_grab_hovered = [131, 148, 150]
|
|
scrollbar_grab_active = [253, 246, 227]
|
|
button = [ 7, 54, 66]
|
|
button_hovered = [ 38, 139, 210] # blue
|
|
button_active = [ 38, 139, 210]
|
|
header = [ 7, 54, 66]
|
|
header_hovered = [ 38, 139, 210]
|
|
header_active = [ 38, 139, 210]
|
|
separator = [ 88, 110, 117]
|
|
separator_hovered = [ 38, 139, 210]
|
|
separator_active = [203, 75, 22] # orange
|
|
tab = [ 7, 54, 66]
|
|
tab_hovered = [ 38, 139, 210]
|
|
tab_selected = [ 88, 110, 117]
|
|
text = [147, 161, 161] # base1
|
|
text_disabled = [ 88, 110, 117] # base01
|
|
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 = [ 7, 54, 66] |