mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
add qt5ct and qt6ct configs
This commit is contained in:
parent
152361a8e5
commit
486f13f266
3 changed files with 21 additions and 0 deletions
11
.config/qt5ct/qt5ct.conf.cgt
Normal file
11
.config/qt5ct/qt5ct.conf.cgt
Normal file
|
@ -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"
|
||||
|
9
.config/qt6ct/qt6ct.conf.cgt
Normal file
9
.config/qt6ct/qt6ct.conf.cgt
Normal file
|
@ -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"
|
|
@ -1 +1,2 @@
|
|||
set editorcmd neovide
|
||||
set theme midnight
|
||||
|
|
Loading…
Reference in a new issue