mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
Merge pull request #157 from AapoSoukkio/patch-1
🔧 Colorschemes option documentation updated in config.lua
This commit is contained in:
commit
71c890ba05
@ -13,12 +13,16 @@ production_use = false -- whether to use production mode or not (in other words
|
|||||||
-- The different colorschemes provided are:
|
-- The different colorschemes provided are:
|
||||||
-- {{
|
-- {{
|
||||||
-- catppuccin-mocha
|
-- catppuccin-mocha
|
||||||
|
-- dark-chocolate
|
||||||
-- dracula
|
-- dracula
|
||||||
|
-- gruvbox-dark
|
||||||
-- monokai
|
-- monokai
|
||||||
-- nord
|
-- nord
|
||||||
-- oceanic-next
|
-- oceanic-next
|
||||||
|
-- one-dark
|
||||||
-- solarized-dark
|
-- solarized-dark
|
||||||
-- solarized-light
|
-- solarized-light
|
||||||
|
-- tokyo-night
|
||||||
-- tomorrow-night
|
-- tomorrow-night
|
||||||
-- }}
|
-- }}
|
||||||
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|
colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme
|
||||||
|
Loading…
Reference in New Issue
Block a user