migration
This commit is contained in:
5
X11/gtk-3.0/README.md
Normal file
5
X11/gtk-3.0/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# GTK3 Config Files
|
||||
|
||||
Add gtk.css and settings.ini to `~/.config/gtk-3.0/`
|
||||
|
||||
Run `GTK_DEBUG=interactive thunar` to check classes on thunar, replace thunar with any gtk applicable app to debug it too
|
||||
32
X11/gtk-3.0/gtk.css
Normal file
32
X11/gtk-3.0/gtk.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.thunar {
|
||||
background: none;
|
||||
}
|
||||
.thunar .sidebar {
|
||||
background: rgba(21,24,40,0.3);
|
||||
}
|
||||
.thunar toolbar {
|
||||
background: rgba(21,24,40,0.3);
|
||||
padding-top: 10px;
|
||||
padding-bottom: 8px;
|
||||
border-top: 1px solid #E5C38F;
|
||||
}
|
||||
/* toolbar back btns and stuff */
|
||||
.thunar toolbar .image-button {
|
||||
color: #E5C38F;
|
||||
}
|
||||
/* input bar */
|
||||
.thunar toolbar toolitem widget box entry {
|
||||
color: #E5C38F;
|
||||
background: rgba(6, 2, 16, 0.75);
|
||||
}
|
||||
.thunar .sidebar .view {
|
||||
background: rgba(6, 2, 16, 0.4);
|
||||
color: #E5C38F;
|
||||
}
|
||||
.thunar notebook .view {
|
||||
background: rgba(6, 2, 16, 0.6);
|
||||
}
|
||||
.thunar statusbar {
|
||||
color: #E5C38F;
|
||||
background: rgba(6, 2, 16, 0.6);
|
||||
}
|
||||
5
X11/gtk-3.0/settings.ini
Normal file
5
X11/gtk-3.0/settings.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name=Infinity-Lavender-Dark-Icons
|
||||
gtk-theme-name=Juno-ocean
|
||||
gtk-font-name=NotoSans
|
||||
gtk-cursor-theme-name=phinger-cursors
|
||||
Reference in New Issue
Block a user