migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

32
X11/gtk-3.0/gtk.css Normal file
View 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);
}