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
343 B
TOML
12 lines
343 B
TOML
# Afterglow
|
|
[colors]
|
|
foreground = "#d0d0d0"
|
|
background = "#212121"
|
|
cursor_bg = "#d0d0d0"
|
|
cursor_fg = "#151515"
|
|
selection_bg = "#303030"
|
|
selection_fg = "#d0d0d0"
|
|
|
|
ansi = ["#151515","#ac4142","#7e8e50","#e5b567","#6c99bb","#9f4e85","#7dd6cf","#d0d0d0"]
|
|
brights = ["#505050","#ac4142","#7e8e50","#e5b567","#6c99bb","#9f4e85","#7dd6cf","#f5f5f5"]
|