neon_arch commited on
Commit
71c890b
2 Parent(s): 3ac8465 89ee2e4

Merge pull request #157 from AapoSoukkio/patch-1

Browse files

🔧 Colorschemes option documentation updated in config.lua

Files changed (1) hide show
  1. 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