nix-config/.config/gtk-3.0/gtk.css
Donovan Glover 96c3cc949f
Fix termite padding to support changing color schemes
The solution I used previously for padding in termite did not change the
padding color when other software such as pywal changed the color scheme.

This fixes that, so now it is possible to change color schemes
fully in termite without having to spawn a new terminal. This is
very nice, and also works well with termite's transparency feature.
2018-10-18 14:39:58 -04:00

9 lines
213 B
CSS

/* New Start: A modern Arch workflow built with an emphasis on functionality.
* Copyright (C) 2017-2018 Donovan Glover
*/
VteTerminal, vte-terminal {
/* Same as URxvt.internalBorder */
padding: 30px;
}