Spaces:
Runtime error
Runtime error
Aapo Soukkio
commited on
Commit
•
89ee2e4
1
Parent(s):
3ac8465
Colorschemes updated in config.lua
Browse files- websurfx/config.lua +4 -0
websurfx/config.lua
CHANGED
@@ -13,12 +13,16 @@ production_use = false -- whether to use production mode or not (in other words
|
|
13 |
-- The different colorschemes provided are:
|
14 |
-- {{
|
15 |
-- catppuccin-mocha
|
|
|
16 |
-- dracula
|
|
|
17 |
-- monokai
|
18 |
-- nord
|
19 |
-- oceanic-next
|
|
|
20 |
-- solarized-dark
|
21 |
-- solarized-light
|
|
|
22 |
-- tomorrow-night
|
23 |
-- }}
|
24 |
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|
|
|
13 |
-- The different colorschemes provided are:
|
14 |
-- {{
|
15 |
-- catppuccin-mocha
|
16 |
+
-- dark-chocolate
|
17 |
-- dracula
|
18 |
+
-- gruvbox-dark
|
19 |
-- monokai
|
20 |
-- nord
|
21 |
-- oceanic-next
|
22 |
+
-- one-dark
|
23 |
-- solarized-dark
|
24 |
-- solarized-light
|
25 |
+
-- tokyo-night
|
26 |
-- tomorrow-night
|
27 |
-- }}
|
28 |
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|