diff --git a/home/.Xresources b/home/.Xresources index 6211062..abe5415 100644 --- a/home/.Xresources +++ b/home/.Xresources @@ -6,3 +6,5 @@ Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb !Xcursor.size: 24 +Xcursor.theme: Breeze + diff --git a/home/.config/Kvantum/kvantum.kvconfig b/home/.config/Kvantum/kvantum.kvconfig index 3159ec3..037dc92 100644 --- a/home/.config/Kvantum/kvantum.kvconfig +++ b/home/.config/Kvantum/kvantum.kvconfig @@ -1,2 +1,2 @@ [General] -theme=KvArc +theme=Arc diff --git a/home/.config/gtk-3.0/settings.ini b/home/.config/gtk-3.0/settings.ini index 147120a..f680054 100644 --- a/home/.config/gtk-3.0/settings.ini +++ b/home/.config/gtk-3.0/settings.ini @@ -1,14 +1,12 @@ [Settings] gtk-application-prefer-dark-theme=false gtk-button-images=1 -gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-name=Breeze gtk-fallback-icon-theme=Adwaita gtk-font-name=FuraMono Nerd Font Regular 10 gtk-icon-theme-name=Papirus gtk-key-theme-name=Emacs gtk-menu-images=1 -gtk-modules=appmenu-gtk-module gtk-primary-button-warps-slider=0 -gtk-shell-shows-menubar=1 gtk-theme-name=Arc gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ diff --git a/home/.config/gtkrc b/home/.config/gtkrc index 6c3e17e..7ec349d 100644 --- a/home/.config/gtkrc +++ b/home/.config/gtkrc @@ -1,4 +1,4 @@ -# created by KDE Plasma, Sa. Mäz 9 22:17:20 2019 +# created by KDE Plasma, Wed Mar 20 11:21:29 2019 # # If you do not want Plasma to override your GTK settings, select # Colors in the System Settings and disable the checkbox @@ -36,14 +36,15 @@ class "*" style "default" style "ToolTip" { - bg[NORMAL] = { 0.937, 0.937, 0.937 } - base[NORMAL] = { 1.000, 1.000, 1.000 } - text[NORMAL] = { 0.000, 0.000, 0.000 } - fg[NORMAL] = { 0.000, 0.000, 0.000 } + bg[NORMAL] = { 0.157, 0.157, 0.157 } + base[NORMAL] = { 0.157, 0.157, 0.157 } + text[NORMAL] = { 0.875, 0.875, 0.875 } + fg[NORMAL] = { 0.875, 0.875, 0.875 } } widget "gtk-tooltip" style "ToolTip" widget "gtk-tooltips" style "ToolTip" +widget "gtk-tooltip*" style "ToolTip" style "MenuItem" { diff --git a/home/.config/gtkrc-2.0 b/home/.config/gtkrc-2.0 index c14a565..0cd168d 100644 --- a/home/.config/gtkrc-2.0 +++ b/home/.config/gtkrc-2.0 @@ -1,4 +1,4 @@ -# created by KDE Plasma, Sa. Mäz 9 22:17:20 2019 +# created by KDE Plasma, Wed Mar 20 11:21:29 2019 # # If you do not want Plasma to override your GTK settings, select # Colors in the System Settings and disable the checkbox @@ -39,14 +39,15 @@ class "*" style "default" style "ToolTip" { - bg[NORMAL] = { 0.937, 0.937, 0.937 } - base[NORMAL] = { 1.000, 1.000, 1.000 } - text[NORMAL] = { 0.000, 0.000, 0.000 } - fg[NORMAL] = { 0.000, 0.000, 0.000 } + bg[NORMAL] = { 0.157, 0.157, 0.157 } + base[NORMAL] = { 0.157, 0.157, 0.157 } + text[NORMAL] = { 0.875, 0.875, 0.875 } + fg[NORMAL] = { 0.875, 0.875, 0.875 } } widget "gtk-tooltip" style "ToolTip" widget "gtk-tooltips" style "ToolTip" +widget "gtk-tooltip*" style "ToolTip" style "MenuItem" {