mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
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"]
|