mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 03:11:31 +03:00
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"]
|