From 89ee2e48ed4195cb72fb34ad3285c68b0d34b754 Mon Sep 17 00:00:00 2001 From: Aapo Soukkio <105101351+AapoSoukkio@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:52:01 +0300 Subject: [PATCH] Colorschemes updated in config.lua --- websurfx/config.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/websurfx/config.lua b/websurfx/config.lua index 5d64ee1..b96bf2f 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -13,12 +13,16 @@ production_use = false -- whether to use production mode or not (in other words -- The different colorschemes provided are: -- {{ -- catppuccin-mocha +-- dark-chocolate -- dracula +-- gruvbox-dark -- monokai -- nord -- oceanic-next +-- one-dark -- solarized-dark -- solarized-light +-- tokyo-night -- tomorrow-night -- }} colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used for the website theme