blob: 5f15661a4b6b3789aadd358fdba9d36e6ee7f664 (
plain)
1
2
3
4
5
6
7
|
/* to be saved as ~/.config/gtk-3.0/gtk.css
* thanks to http://stackoverflow.com/users/6899000/proprefenetre */
@define-color YOUR_BACKGROUND_COLOR #rrggbb;
window#vim-main-window {
background-color: @YOUR_BACKGROUND_COLOR;
}
|