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
# Author: IwantHappiness <[email protected]>

inherits = "vesper"

"markup.raw" = { bg = "white" }
"markup.normal" = { bg = "white" }
"markup.heading" = { bg = "white" }

# UI
"ui.window" = { bg = "white" }
"ui.background" = { fg = "white" }

[palette]
red = "#ff8080"
gray = "#A0A0A0"
white = "#ffffff"
beige = "#ffc799"
black = "#101010"
dim-gray = "#505050"
dark-gray = "#1C1C1C"
bright-green = "#99FFE4"

cursor = "#aeafad"
comment = "#8b8b8b"
bg-selection = "#666666"