1# Author: RayGervais<raygervais@hotmail.ca>
2
3"ui.background" = { bg = "base00" }
4"ui.menu" = "base01"
5"ui.menu.selected" = { fg = "base04", bg = "base01" }
6"ui.linenr" = {fg = "base01" }
7"ui.popup" = { bg = "base01" }
8"ui.window" = { bg = "base01" }
9"ui.liner.selected" = "base02"
10"ui.selection" = "base02"
11"comment" = "base03"
12"ui.statusline" = {fg = "base04", bg = "base01" }
13"ui.help" = { fg = "base04", bg = "base01" }
14"ui.cursor" = { fg = "base05", modifiers = ["reversed"] }
15"ui.text" = { fg = "base05" }
16"operator" = "base05"
17"ui.text.focus" = { fg = "base05" }
18"variable" = "base08"
19"number" = "base09"
20"constant" = "base09"
21"attributes" = "base09"
22"type" = "base0A"
23"ui.cursor.match" = { fg = "base0A", modifiers = ["underlined"] }
24"strings"  = "base0B"
25"property" = "base0B"
26"escape" = "base0C"
27"function" = "base0D"
28"constructor" = "base0D"
29"special" = "base0D"
30"keyword" = "base0E"
31"label" = "base0E"
32"namespace" = "base0E"
33"ui.popup" = { bg = "base01" }
34"ui.window" = { bg = "base00" }
35"ui.help" = { bg = "base01", fg = "base06" }
36
37"info" = "base03"
38"hint" = "base03"
39"debug" = "base03"
40"diagnostic" = "base03"
41"error" = "base0E"
42
43[palette]
44base00 = "#181818" # Default Background
45base01 = "#282828" # Lighter Background (Used for status bars, line number and folding marks)
46base02 = "#383838" # Selection Background
47base03 = "#585858" # Comments, Invisibles, Line Highlighting
48base04 = "#b8b8b8" # Dark Foreground (Used for status bars)
49base05 = "#d8d8d8" # Default Foreground, Caret, Delimiters, Operators
50base06 = "#e8e8e8" # Light Foreground (Not often used)
51base07 = "#f8f8f8" # Light Background (Not often used)
52base08 = "#ab4642" # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
53base09 = "#dc9656" # Integers, Boolean, Constants, XML Attributes, Markup Link Url
54base0A = "#f7ca88" # Classes, Markup Bold, Search Text Background
55base0B = "#a1b56c" # Strings, Inherited Class, Markup Code, Diff Inserted
56base0C = "#86c1b9" # Support, Regular Expressions, Escape Characters, Markup Quotes
57base0D = "#7cafc2" # Functions, Methods, Attribute IDs, Headings
58base0E = "#ba8baf" # Keywords, Storage, Selector, Markup Italic, Diff Changed
59base0F = "#a16946" # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
60