[themes] Fix gap issues
This commit is contained in:
parent
0ea29c0244
commit
a5ed2830ac
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"icons": [ "awesome-fonts" ],
|
"icons": [ "awesome-fonts" ],
|
||||||
"defaults": {
|
"defaults": {
|
||||||
|
"separator-block-width": 0,
|
||||||
"critical": {
|
"critical": {
|
||||||
"fg": "#ffffff",
|
"fg": "#ffffff",
|
||||||
"bg": "#ff0000"
|
"bg": "#ff0000"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"icons": [ "ascii" ],
|
"icons": [ "ascii" ],
|
||||||
"defaults": {
|
"defaults": {
|
||||||
|
"separator-block-width": 0,
|
||||||
"critical": {
|
"critical": {
|
||||||
"fg": "#002b36",
|
"fg": "#002b36",
|
||||||
"bg": "#dc322f"
|
"bg": "#dc322f"
|
||||||
|
|
Loading…
Reference in a new issue