mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 19:01:36 +03:00
12 lines
341 B
TOML
12 lines
341 B
TOML
|
# Relaxed
|
||
|
[colors]
|
||
|
foreground = "#d9d9d9"
|
||
|
background = "#353a44"
|
||
|
cursor_bg = "#d9d9d9"
|
||
|
cursor_fg = "#1b1b1b"
|
||
|
selection_bg = "#6a7985"
|
||
|
selection_fg = "#d9d9d9"
|
||
|
|
||
|
ansi = ["#151515","#bc5653","#909d63","#ebc17a","#6a8799","#b06698","#c9dfff","#d9d9d9"]
|
||
|
brights = ["#636363","#bc5653","#a0ac77","#ebc17a","#7eaac7","#b06698","#acbbd0","#f7f7f7"]
|