mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
13 lines
376 B
TOML
13 lines
376 B
TOML
# zenwritten_light
|
|
[colors]
|
|
foreground = "#353535"
|
|
background = "#eeeeee"
|
|
cursor_bg = "#353535"
|
|
cursor_border = "#353535"
|
|
cursor_fg = "#eeeeee"
|
|
selection_bg = "#d7d7d7"
|
|
selection_fg = "#353535"
|
|
|
|
ansi = ["#eeeeee","#a8334c","#4f6c31","#944927","#286486","#88507d","#3b8992","#353535"]
|
|
brights = ["#c6c3c3","#94253e","#3f5a22","#803d1c","#1d5573","#7b3b70","#2b747c","#5c5c5c"]
|