Index

dotfiles / ca0bc27

My personal dotfiles for Debian/Ubuntu.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
3507 Oct 2021 21:35ca0bc27Fix gtk.css tasklist styleJosh Stockin133G

Blob @ dotfiles / gtk.css

text/css389 bytesdownload raw
1.titlebar {
2 font-weight: bold;
3 color:white;
4}
5.titlebar:backdrop {
6 font-weight: bold;
7 color:white;
8}
9vte-terminal {
10 padding: 12px;
11}
12#indicator-button image {
13 -gtk-icon-style: regular;
14 -gtk-icon-transform: scale(0.9);
15}
16.tasklist button {
17 margin-left: 8px;
18}
19.tasklist button image {
20 margin-left: 4px;
21}
22.tasklist button label {
23 margin-left: 4px;
24}
25