qt theming
This commit is contained in:
parent
ecba887154
commit
0ec54508f5
2 changed files with 32 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -17,11 +17,9 @@ galculator
|
||||||
kalgebrarc
|
kalgebrarc
|
||||||
kdenlive-layoutsrc
|
kdenlive-layoutsrc
|
||||||
kdenliverc
|
kdenliverc
|
||||||
qt5ct
|
|
||||||
mimeapps.list
|
mimeapps.list
|
||||||
nnn
|
nnn
|
||||||
xarchiver
|
xarchiver
|
||||||
QtProject.conf
|
|
||||||
monero-project
|
monero-project
|
||||||
GIMP
|
GIMP
|
||||||
README.md
|
README.md
|
||||||
|
|
32
qt5ct/qt5ct.conf
Normal file
32
qt5ct/qt5ct.conf
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
||||||
|
custom_palette=true
|
||||||
|
icon_theme=breeze-dark
|
||||||
|
standard_dialogs=default
|
||||||
|
style=Breeze
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed=@Variant(\0\0\0@\0\0\0\x1c\0J\0\x65\0t\0\x42\0r\0\x61\0i\0n\0s\0 \0M\0o\0n\0o@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||||
|
general=@Variant(\0\0\0@\0\0\0\x1c\0J\0\x65\0t\0\x42\0r\0\x61\0i\0n\0s\0 \0M\0o\0n\0o@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\xff\xff\xff\xfe\0\0\0\x12\0\0\x5S\0\0\x2\xfd\0\0\0\0\0\0\0\x14\0\0\x5Q\0\0\x2\xfb\0\0\0\0\0\0\0\0\x5V\0\0\0\0\0\0\0\x14\0\0\x5Q\0\0\x2\xfb)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
Loading…
Reference in a new issue