mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
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:
parent
18082b5ddc
commit
96c3cc949f
@ -2,7 +2,7 @@
|
||||
* Copyright (C) 2017-2018 Donovan Glover
|
||||
*/
|
||||
|
||||
.termite {
|
||||
VteTerminal, vte-terminal {
|
||||
/* Same as URxvt.internalBorder */
|
||||
padding: 30px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user