mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
12 lines
341 B
TOML
12 lines
341 B
TOML
|
# Borland
|
||
|
[colors]
|
||
|
foreground = "#ffff4e"
|
||
|
background = "#0000a4"
|
||
|
cursor_bg = "#ffa560"
|
||
|
cursor_fg = "#ffffff"
|
||
|
selection_bg = "#a4a4a4"
|
||
|
selection_fg = "#0000a4"
|
||
|
|
||
|
ansi = ["#4f4f4f","#ff6c60","#a8ff60","#ffffb6","#96cbfe","#ff73fd","#c6c5fe","#eeeeee"]
|
||
|
brights = ["#7c7c7c","#ffb6b0","#ceffac","#ffffcc","#b5dcff","#ff9cfe","#dfdffe","#ffffff"]
|