Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Author: Paul Graydon <[email protected]>

inherits = "tokyonight"

[palette]
red = "#ff757f"
orange = "#ff966c"
yellow = "#ffc777"
light-green = "#c3e88d"
green = "#4fd6be"
aqua = "#65bcff"
teal = "#4fd6be"
turquoise = "#89ddff"
light-cyan = "#b4f9f8"
cyan = "#86e1fc"
blue = "#82aaff"
purple = "#fca7ea"
magenta = "#c099ff"
comment = "#636da6"
black = "#444a73"

add = "#b8db87"
change = "#7ca1f2"
delete = "#e26a75"

error = "#c53b53"
hint = "#4fd6be"
info = "#0db9d7"

fg = "#c8d3f5"
fg-dark = "#828bb8"
fg-gutter = "#3b4261"
fg-linenr = "#737aa2"
fg-selected = "#363c58"
border = "#1b1d2b"
border-highlight = "#589ed7"
bg = "#222436"
bg-inlay = "#273644"
bg-highlight = "#2f334d"
bg-menu = "#1e2030"
bg-visual = "#2d3f76"
"violet" } "punctuation" = { fg = "orange" } "punctuation.delimiter" = { fg = "orange" } "operator" = { fg = "green" } "special" = { fg = "orange" } # "property" = { fg = "cyan" } "variable" = { fg = "cyan" } "variable.parameter" = { fg = "cyan" } "variable.builtin" = { fg = "cyan", modifiers = ["bold"] } "variable.other.member" = { fg = "cyan" } "variable.function" = { fg = "blue" } "type" = { fg = "yellow" } "type.builtin" = { fg = "yellow", modifiers = ["bold"] } "constructor" = { fg = "blue" } "function" = { fg = "blue" } "function.macro" = { fg = "magenta" } "function.builtin" = { fg = "blue", modifiers = ["bold"] } "function.special" = { fg = "magenta" } "comment" = { fg = "base01", modifiers = ["italic"] } "string" = { fg= "base1" } "constant" = { fg = "base1" } "constant.character" = { fg = "base1" } "constant.builtin" = { fg = "base1", modifiers = ["bold"] } "constant.numeric" = { fg= "base1" } "constant.numeric.integer" = { fg= "base1" } "constant.numeric.float" = { fg= "base1" } "constant.character.escape" = { fg = "red", modifiers = ["bold"] } "label" = { fg = "green" } "module" = { fg = "violet" } "tag" = { fg = "magenta" } # 背景 "ui.background" = { bg = "base03" } # 行号栏 "ui.linenr" = { fg = "base0", bg = "base02" } # 当前行号栏 "ui.linenr.selected" = { fg = "red", modifiers = ["bold"] } # 状态栏 "ui.statusline" = { fg = "base02", bg = "base1" } # 非活动状态栏 "ui.statusline.inactive" = { fg = "base02", bg = "base00" } # 补全窗口, preview窗口 "ui.popup" = { bg = "base1" } # 影响 补全选中 cmd弹出信息选中 "ui.menu.selected" = { fg = "base02", bg = "violet"} "ui.menu" = { fg = "base02" } # ?? "ui.window" = { fg = "base3" } # 命令行 补全的帮助信息 "ui.help" = { modifiers = ["reversed"] } # 快捷键窗口 "ui.info" = { bg = "base1" } # 快捷键字体 "ui.info.text" = {fg = "base02", modifiers = ["bold"]} # 普通ui的字体样式 "ui.text" = { fg = "base1" } # 影响 picker列表选中, 快捷键帮助窗口文本 "ui.text.focus" = { fg = "blue", modifiers = ["bold"]} # file picker中, 预览的当前选中项 "ui.highlight" = { fg = "red", modifiers = ["bold", "italic", "underlined"] } # 主光标/selectio "ui.cursor.primary" = {fg = "base03", bg = "base1"} "ui.selection.primary" = { fg = "base03", bg = "base01" } "ui.cursor.select" = {fg = "base02", bg = "green"} "ui.selection" = { fg = "base02", bg = "yellow" } # normal模式的光标 "ui.cursor" = {fg = "base03", bg = "green"} "ui.cursor.insert" = {fg = "base03", bg = "base3"} # 当前光标匹配的标点符号 "ui.cursor.match" = {modifiers = ["reversed"]} "warning" = { fg = "orange", modifiers= ["bold", "underlined"] } "error" = { fg = "red", modifiers= ["bold", "underlined"] } "info" = { fg = "blue", modifiers= ["bold", "underlined"] } "hint" = { fg = "base01", modifiers= ["bold", "underlined"] } "diagnostic" = { mdifiers = ["underlined"] } [palette] red = '#dc322f' green = '#859900' yellow = '#b58900' blue = '#268bd2' magenta = '#d33682' cyan = '#2aa198' orange = '#cb4b16' violet = '#6c71c4' # 深色 越来越深 base0 = '#839496' base1 = '#93a1a1' base2 = '#eee8d5' base3 = '#fdf6e3' ## 浅色 越來越浅 base00 = '#657b63' base01 = '#586e75' base02 = '#073642' base03 = '#002b36'