mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
12 lines
347 B
TOML
12 lines
347 B
TOML
|
# AdventureTime
|
||
|
[colors]
|
||
|
foreground = "#f8dcc0"
|
||
|
background = "#1f1d45"
|
||
|
cursor_bg = "#efbf38"
|
||
|
cursor_fg = "#08080a"
|
||
|
selection_bg = "#706b4e"
|
||
|
selection_fg = "#f3d9c4"
|
||
|
|
||
|
ansi = ["#050404","#bd0013","#4ab118","#e7741e","#0f4ac6","#665993","#70a598","#f8dcc0"]
|
||
|
brights = ["#4e7cbf","#fc5f5a","#9eff6e","#efc11a","#1997c6","#9b5953","#c8faf4","#f6f5fb"]
|