Fix qt5ct tooltip colors, set proper icon theme
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
QToolTip {
|
||||||
|
background-color: #4B5162;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 3px;
|
||||||
|
color: #BAC3CF;
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
||||||
custom_palette=false
|
custom_palette=false
|
||||||
icon_theme=breeze-dark
|
icon_theme=Arc
|
||||||
standard_dialogs=gtk2
|
standard_dialogs=gtk2
|
||||||
style=gtk2
|
style=gtk2
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ gui_effects=@Invalid()
|
|||||||
keyboard_scheme=2
|
keyboard_scheme=2
|
||||||
menus_have_icons=true
|
menus_have_icons=true
|
||||||
show_shortcuts_in_context_menus=true
|
show_shortcuts_in_context_menus=true
|
||||||
stylesheets=@Invalid()
|
stylesheets=/home/rick/.config/qt5ct/qss/tooltip-arc.qss
|
||||||
toolbutton_style=4
|
toolbutton_style=4
|
||||||
underline_shortcut=1
|
underline_shortcut=1
|
||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|||||||
Reference in New Issue
Block a user