diff --git a/.config/qt5ct/qt5ct.conf.cgt b/.config/qt5ct/qt5ct.conf.cgt new file mode 100644 index 0000000..430e973 --- /dev/null +++ b/.config/qt5ct/qt5ct.conf.cgt @@ -0,0 +1,11 @@ +[Appearance] +color_scheme_path=/nix/store/a0ynl33ql76nd9jzc5yjscyn05zrlwvi-qt5ct-1.8/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=<% opt.icon_theme %> +standard_dialogs=xdgdesktopportal +style=kvantum-dark + +[Fonts] +fixed="<% opt.font %>,12,-1,5,50,0,0,0,0,0" +general="<% opt.font %>,12,-1,5,50,0,0,0,0,0" + diff --git a/.config/qt6ct/qt6ct.conf.cgt b/.config/qt6ct/qt6ct.conf.cgt new file mode 100644 index 0000000..73a84f1 --- /dev/null +++ b/.config/qt6ct/qt6ct.conf.cgt @@ -0,0 +1,9 @@ +[Appearance] +custom_palette=false +icon_theme=<% opt.icon_theme %> +standard_dialogs=xdgdesktopportal +style=kvantum-dark + +[Fonts] +fixed="<% opt.font %>,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" +general="<% opt.font %>,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 4d32277..7cedc6e 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -1 +1,2 @@ set editorcmd neovide +set theme midnight