Index

dotfiles / e112940

My personal dotfiles for Debian/Ubuntu.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1529 Jul 2020 18:38e112940Update theme colors, add terminal paddingJosh Stockin153G

Blob @ dotfiles / gtk.css

text/css264 bytesdownload raw
1.titlebar {
2 background-image: linear-gradient(to left, #27527c, #fc5130);
3 font-weight: bold;
4 color:white;
5}
6.titlebar:backdrop {
7 background-image: linear-gradient(to left, #31669b, #fc684a);
8 font-weight: bold;
9 color:white;
10}
11vte-terminal {
12 padding: 12px;
13}
14