Theming support
This commit is contained in:
parent
e86c96d78f
commit
58e0b2f081
99 changed files with 1839 additions and 1094 deletions
5
sql/00018.sql
Normal file
5
sql/00018.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
CREATE TABLE public."configuration" (
|
||||
setting varchar NOT NULL,
|
||||
value varchar DEFAULT '' NOT NULL,
|
||||
CONSTRAINT configuration_pk PRIMARY KEY (setting)
|
||||
);
|
||||
1
sql/00019.sql
Normal file
1
sql/00019.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
INSERT INTO public.configuration(setting, value) VALUES('THEME', 'gruvbox');
|
||||
Loading…
Add table
Add a link
Reference in a new issue