Browse Source

Fix qt5ct tooltip colors, set proper icon theme

master
Riyyi 4 years ago
parent
commit
c9283d60cc
  1. 6
      .config/qt5ct/qss/tooltip-arc.qss
  2. 4
      .config/qt5ct/qt5ct.conf

6
.config/qt5ct/qss/tooltip-arc.qss

@ -0,0 +1,6 @@
QToolTip {
background-color: #4B5162;
border-radius: 3px;
padding: 3px;
color: #BAC3CF;
}

4
.config/qt5ct/qt5ct.conf

@ -1,7 +1,7 @@
[Appearance]
color_scheme_path=/usr/share/qt5ct/colors/darker.conf
custom_palette=false
icon_theme=breeze-dark
icon_theme=Arc
standard_dialogs=gtk2
style=gtk2
@ -19,7 +19,7 @@ gui_effects=@Invalid()
keyboard_scheme=2
menus_have_icons=true
show_shortcuts_in_context_menus=true
stylesheets=@Invalid()
stylesheets=/home/rick/.config/qt5ct/qss/tooltip-arc.qss
toolbutton_style=4
underline_shortcut=1
wheel_scroll_lines=3

Loading…
Cancel
Save