Index
dotfiles
/
023f8b7
My personal dotfiles for Debian/Ubuntu.
Download
|
Refs
|
Commit Log
|
Files
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
6
21 Jan 2020 18:22
2cb5c41
Use a new GTK and Vim theme, Ctrl+N hook on vim
Josh Stockin
1
11
0
N
Blob @
dotfiles
/
gtk.css
text/css
248 bytes
download raw
1
.titlebar
{
2
background-image
:
linear-gradient
(
to right
,
#4574e0
,
#6a2172
);
3
font-weight
:
bold
;
4
color
:
white
;
5
padding
:
2px
;
6
}
7
.titlebar:backdrop
{
8
background-image
:
linear-gradient
(
to right
,
#7d99e0
,
#703d72
);
9
font-weight
:
bold
;
10
color
:
white
;
11
}
12