[*] Initial commit.

This commit is contained in:
2022-08-15 23:41:17 +02:00
commit 6dd7691d71
22 changed files with 1717 additions and 0 deletions

11
theme.lua Normal file
View File

@@ -0,0 +1,11 @@
local theme = {
cornerRadius = 4,
color = {
normal = {bg = { 0.25, 0.25, 0.25}, fg = {0.73, 0.73, 0.73}},
hovered = {bg = { 0.19, 0.6, 0.73}, fg = {1, 1, 1}},
active = {bg = { 1, 0.6, 0}, fg = {1, 1, 1}}
}
}
return theme