58 lines
915 B
TOML
58 lines
915 B
TOML
[colors]
|
|
background = "#1a1b26"
|
|
foreground = "#a9b1d6"
|
|
|
|
cursor_fg = "#444b6a"
|
|
cursor_bg = "#9da9a0"
|
|
cursor_border = "#9da9a0"
|
|
|
|
selection_fg = "#787c99"
|
|
selection_bg = "#444b6a"
|
|
|
|
ansi = [
|
|
"#32344a",
|
|
"#f7768e",
|
|
"#9ece6a",
|
|
"#e0af68",
|
|
"#7aa2f7",
|
|
"#ad8ee6",
|
|
"#449dab",
|
|
"#787c99",
|
|
]
|
|
brights = [
|
|
"#444b6a",
|
|
"#ff7a93",
|
|
"#b9f27c",
|
|
"#ff9e64",
|
|
"#7da6ff",
|
|
"#bb9af7",
|
|
"#0db9d7",
|
|
"#acb0d0",
|
|
]
|
|
|
|
[colors.tab_bar]
|
|
background = "#16161e"
|
|
|
|
[colors.tab_bar.active_tab]
|
|
bg_color = "#1a1b26"
|
|
fg_color = "#a9b1d6"
|
|
|
|
[colors.tab_bar.inactive_tab]
|
|
bg_color = "#16161e"
|
|
fg_color = "#787c99"
|
|
|
|
[colors.tab_bar.inactive_tab_hover]
|
|
bg_color = "#16161e"
|
|
fg_color = "#a9b1d6"
|
|
|
|
[colors.tab_bar.new_tab]
|
|
bg_color = "#16161e"
|
|
fg_color = "#9da9a0"
|
|
|
|
[colors.tab_bar.new_tab_hover]
|
|
bg_color = "#16161e"
|
|
fg_color = "#a9b1d6"
|
|
|
|
[metadata]
|
|
name = "Tokyo Night"
|
|
origin_url = "https://github.com/enkia/tokyo-night-vscode-theme"
|