confgen gtk2 config

This commit is contained in:
LordMZTE 2023-06-06 13:24:07 +02:00
parent 499c10ff7d
commit 0617b254ea
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 5 additions and 1 deletions

3
.gtkrc-2.0.cgt Normal file
View file

@ -0,0 +1,3 @@
gtk-icon-theme-name="<% opt.icon_theme %>"
gtk-cursor-theme-name="<% opt.cursor.theme %>"
gtk-theme-name="Dracula"

View file

@ -4,9 +4,10 @@ cg.addPath ".ssh"
cg.addPath ".cargo"
cg.addPath "etc"
cg.addFile ".vieterrc.cgt"
cg.addFile ".gtkrc-2.0.cgt"
cg.addFile ".Xresources.cgt"
cg.addFile ".replrc"
cg.addFile ".vieterrc.cgt"
-- Recursively merge 2 tables
local function merge(a, b)