0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00

Colorschemes updated in config.lua

This commit is contained in:
Aapo Soukkio 2023-07-28 18:52:01 +03:00 committed by GitHub
parent 3ac8465f4c
commit 89ee2e48ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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