replace commandline arguments with config.lua & add support for changing themes & coloschemes
This commit is contained in:
parent
fe8f5dee43
commit
137c62ed5f
17 changed files with 209 additions and 228 deletions
12
public/static/colorschemes/catppuccin-mocha.css
Normal file
12
public/static/colorschemes/catppuccin-mocha.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
/* catppuccin-mocha colorscheme */
|
||||
--bg: #1e1e2e;
|
||||
--fg: #cdd6f4;
|
||||
--1: #45475a;
|
||||
--2: #f38ba8;
|
||||
--3: #a6e3a1;
|
||||
--4: #f9e2af;
|
||||
--5: #89b4fa;
|
||||
--6: #f5c2e7;
|
||||
--7: #ffffff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue