57 lines
856 B
TOML
57 lines
856 B
TOML
[colors]
|
|
background = "#3e4637"
|
|
foreground = "#f7f8f7"
|
|
|
|
cursor_fg = "#958831"
|
|
cursor_bg = "#f7f8f7"
|
|
cursor_border = "#958831"
|
|
|
|
selection_fg = "#f7f8f7"
|
|
selection_bg = "#958831"
|
|
|
|
ansi = [
|
|
"#282e22",
|
|
"#aa0000",
|
|
"#4d7455",
|
|
"#cf6a32",
|
|
"#476291",
|
|
"#8650ac",
|
|
"#5e98d9",
|
|
"#837e77",
|
|
]
|
|
brights = [
|
|
"#4c5844",
|
|
"#eb4b4b",
|
|
"#70b04a",
|
|
"#ffd700",
|
|
"#4b69ff",
|
|
"#8847ff",
|
|
"#38f3ab",
|
|
"#b2b2b2",
|
|
]
|
|
|
|
[colors.tab_bar]
|
|
background = "#282e22"
|
|
|
|
[colors.tab_bar.active_tab]
|
|
bg_color = "#4c5844"
|
|
fg_color = "#f7f8f7"
|
|
|
|
[colors.tab_bar.inactive_tab]
|
|
bg_color = "#3e4637"
|
|
fg_color = "#b2b2b2"
|
|
|
|
[colors.tab_bar.inactive_tab_hover]
|
|
bg_color = "#3e4637"
|
|
fg_color = "#f7f8f7"
|
|
|
|
[colors.tab_bar.new_tab]
|
|
bg_color = "#282e22"
|
|
fg_color = "#b2b2b2"
|
|
|
|
[colors.tab_bar.new_tab_hover]
|
|
bg_color = "#282e22"
|
|
fg_color = "#f7f8f7"
|
|
|
|
[metadata]
|
|
name = "Valve16 - GoldSrc"
|