mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
340 B
TOML
12 lines
340 B
TOML
# Arthur
|
|
[colors]
|
|
foreground = "#ddeedd"
|
|
background = "#1c1c1c"
|
|
cursor_bg = "#e2bbef"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#4d4d4d"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#3d352a","#cd5c5c","#86af80","#e8ae5b","#6495ed","#deb887","#b0c4de","#bbaa99"]
|
|
brights = ["#554444","#cc5533","#88aa22","#ffa75d","#87ceeb","#996600","#b0c4de","#ddccbb"]
|