fixed nesting
This commit is contained in:
parent
420e36353b
commit
c72bb83af3
2 changed files with 8 additions and 7 deletions
|
@ -13,8 +13,8 @@
|
|||
cursor = "0x524f67";
|
||||
};
|
||||
line_indicator = {
|
||||
foreground = None;
|
||||
background = None;
|
||||
foreground = "None";
|
||||
background = "None";
|
||||
};
|
||||
selection = {
|
||||
text = "0xe0def4";
|
||||
|
@ -52,5 +52,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
window.decorations = None;
|
||||
window.decorations = "None";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue