mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 14:49:26 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
344 B
TOML
12 lines
344 B
TOML
# Jellybeans
|
|
[colors]
|
|
foreground = "#dedede"
|
|
background = "#121212"
|
|
cursor_bg = "#ffa560"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#474e91"
|
|
selection_fg = "#f4f4f4"
|
|
|
|
ansi = ["#929292","#e27373","#94b979","#ffba7b","#97bedc","#e1c0fa","#00988e","#dedede"]
|
|
brights = ["#bdbdbd","#ffa1a1","#bddeab","#ffdca0","#b1d8f6","#fbdaff","#1ab2a8","#ffffff"]
|