mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
96c3cc949f
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.
9 lines
213 B
CSS
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;
|
|
}
|