[i3] Fixup looks and cursors

This commit is contained in:
Sebastian Schulze 2019-03-22 10:05:47 +01:00
parent e144c9cbf9
commit a34d0eb852
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
5 changed files with 16 additions and 14 deletions

View File

@ -6,3 +6,5 @@ Xft.hinting: 1
Xft.antialias: 1 Xft.antialias: 1
Xft.rgba: rgb Xft.rgba: rgb
!Xcursor.size: 24 !Xcursor.size: 24
Xcursor.theme: Breeze

View File

@ -1,2 +1,2 @@
[General] [General]
theme=KvArc theme=Arc

View File

@ -1,14 +1,12 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=false gtk-application-prefer-dark-theme=false
gtk-button-images=1 gtk-button-images=1
gtk-cursor-theme-name=Adwaita gtk-cursor-theme-name=Breeze
gtk-fallback-icon-theme=Adwaita gtk-fallback-icon-theme=Adwaita
gtk-font-name=FuraMono Nerd Font Regular 10 gtk-font-name=FuraMono Nerd Font Regular 10
gtk-icon-theme-name=Papirus gtk-icon-theme-name=Papirus
gtk-key-theme-name=Emacs gtk-key-theme-name=Emacs
gtk-menu-images=1 gtk-menu-images=1
gtk-modules=appmenu-gtk-module
gtk-primary-button-warps-slider=0 gtk-primary-button-warps-slider=0
gtk-shell-shows-menubar=1
gtk-theme-name=Arc gtk-theme-name=Arc
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ

View File

@ -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 # If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox # Colors in the System Settings and disable the checkbox
@ -36,14 +36,15 @@ class "*" style "default"
style "ToolTip" style "ToolTip"
{ {
bg[NORMAL] = { 0.937, 0.937, 0.937 } bg[NORMAL] = { 0.157, 0.157, 0.157 }
base[NORMAL] = { 1.000, 1.000, 1.000 } base[NORMAL] = { 0.157, 0.157, 0.157 }
text[NORMAL] = { 0.000, 0.000, 0.000 } text[NORMAL] = { 0.875, 0.875, 0.875 }
fg[NORMAL] = { 0.000, 0.000, 0.000 } fg[NORMAL] = { 0.875, 0.875, 0.875 }
} }
widget "gtk-tooltip" style "ToolTip" widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip" widget "gtk-tooltips" style "ToolTip"
widget "gtk-tooltip*" style "ToolTip"
style "MenuItem" style "MenuItem"
{ {

View File

@ -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 # If you do not want Plasma to override your GTK settings, select
# Colors in the System Settings and disable the checkbox # Colors in the System Settings and disable the checkbox
@ -39,14 +39,15 @@ class "*" style "default"
style "ToolTip" style "ToolTip"
{ {
bg[NORMAL] = { 0.937, 0.937, 0.937 } bg[NORMAL] = { 0.157, 0.157, 0.157 }
base[NORMAL] = { 1.000, 1.000, 1.000 } base[NORMAL] = { 0.157, 0.157, 0.157 }
text[NORMAL] = { 0.000, 0.000, 0.000 } text[NORMAL] = { 0.875, 0.875, 0.875 }
fg[NORMAL] = { 0.000, 0.000, 0.000 } fg[NORMAL] = { 0.875, 0.875, 0.875 }
} }
widget "gtk-tooltip" style "ToolTip" widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip" widget "gtk-tooltips" style "ToolTip"
widget "gtk-tooltip*" style "ToolTip"
style "MenuItem" style "MenuItem"
{ {