mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 02:25:28 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
340 B
TOML
12 lines
340 B
TOML
# Framer
|
|
[colors]
|
|
foreground = "#777777"
|
|
background = "#111111"
|
|
cursor_bg = "#fcdc08"
|
|
cursor_fg = "#161616"
|
|
selection_bg = "#666666"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#141414","#ff5555","#98ec65","#ffcc33","#00aaff","#aa88ff","#88ddff","#cccccc"]
|
|
brights = ["#414141","#ff8888","#b6f292","#ffd966","#33bbff","#cebbff","#bbecff","#ffffff"]
|