aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/penumbra+.toml
blob: 62db2f8a45f1b95ace28fc6e447c29e59e31eaf1 (plain) (blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
##########
# SYNTAX #
##########

comment = "sky-"

type = "green"
"type.enum.variant" = "green"
label = "blue"
tag = "blue"

constant = "purple"
"constant.numeric" = "cyan"
"constant.character" = "purple"

string = "yellow"
"string.special.symbol" = "cyan"
"string.special.path" = "cyan"

variable = "sky"
"variable.builtin" = "red"

keyword = "magenta"

function = "blue"
"function.macro" = "purple"

punctuation = "sky"
operator = "magenta"
namespace = "sky"

"diff.plus" = "green"
"diff.minus" = "red"
"diff.delta" = "cyan"


##########
#   UI   #
##########

hint = "sky-"
info = "sky"
warning = "yellow"
error = "red"

"diagnostic.hint".underline = { color = "sky-", style = "curl" } 
"diagnostic.info".underline = { color = "sky", style = "curl" } 
"diagnostic.warning".underline = { color = "yellow", style = "curl" } 
"diagnostic.error".underline = { color = "red", style = "curl" } 

"ui.background" = { bg = "shade" }
"ui.background.separator" = "sky"

"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "shade+" }

"ui.cursorline.primary" = { bg = "shade-" }
# "ui.cursorline.secondary" = { bg = "shade+" }

"ui.linenr" = "sky-"
"ui.linenr.selected" = "sky"

# Using themed status line:
"ui.statusline" = { fg = "shade", bg = "sky" }
"ui.statusline.inactive" = { fg = "sky", bg = "shade+" }
"ui.statusline.normal" = { fg = "shade", bg = "blue" }
"ui.statusline.insert" = { fg = "shade", bg = "green" }
"ui.statusline.select" = { fg = "shade", bg = "purple" }

# Without themed status line:
# "ui.statusline" = { fg = "shade-", bg = "blue" }
# "ui.statusline.inactive" = { fg = "sky", bg = "shade+" }

"ui.popup" = { bg = "shade-" }
"ui.popup.info" = { bg = "shade" }

"ui.window" = "sky"
"ui.help" = { fg = "sky", bg = "shade-" }

"ui.text" = "sky"
"ui.text.focus" = "blue"
"ui.text.info" = "sky"

"ui.virtual.ruler" = { bg = "shade-" }
"ui.virtual.whitespace" = "sky-"
"ui.virtual.indent-guide" = "shade+"

"ui.menu" = { fg = "sky", bg = "shade-" }
"ui.menu.selected" = { fg = "blue", modifiers = ["bold"] }
"ui.menu.scroll" = { fg = "sky", bg = "shade+" }

"ui.selection" = { bg = "shade+" }

"markup.heading" = { fg = "sky+", modifiers = ["bold"] }
"markup.list" = "sky"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
"markup.link.url" = { modifiers = ["underlined"] }
"markup.link.text" = "magenta"
"markup.quote" = "green"
"markup.raw" = "orange"


[palette]

# contrast+ accents
red = "#DF7F78"
orange = "#CE9042"
yellow = "#9CA748"
green = "#50B584"
cyan = "#00B3C2"
blue = "#61A3E6"
purple = "#A48FE1"
magenta = "#D080B6"

# contrast+ base
"sun+" = "#FFFDFB"
"sun" = "#FFF7ED"
"sun-" = "#F2E6D4"
"sky+" = "#CECECE"
"sky" = "#9E9E9E"
"sky-" = "#636363"
"shade+" = "#3E4044"
"shade" = "#24272B"
"shade-" = "#181B1F"