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.
This commit is contained in:
Donovan Glover 2018-10-18 14:32:53 -04:00
parent 18082b5ddc
commit 96c3cc949f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -2,7 +2,7 @@
* Copyright (C) 2017-2018 Donovan Glover
*/
.termite {
VteTerminal, vte-terminal {
/* Same as URxvt.internalBorder */
padding: 30px;
}