mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
12 lines
344 B
TOML
12 lines
344 B
TOML
|
# Misterioso
|
||
|
[colors]
|
||
|
foreground = "#e1e1e0"
|
||
|
background = "#2d3743"
|
||
|
cursor_bg = "#000000"
|
||
|
cursor_fg = "#ffffff"
|
||
|
selection_bg = "#2d37ff"
|
||
|
selection_fg = "#000000"
|
||
|
|
||
|
ansi = ["#000000","#ff4242","#74af68","#ffad29","#338f86","#9414e6","#23d7d7","#e1e1e0"]
|
||
|
brights = ["#555555","#ff3242","#74cd68","#ffb929","#23d7d7","#ff37ff","#00ede1","#ffffff"]
|