text color

This commit is contained in:
Will McGugan
2022-09-13 10:53:22 +01:00
parent 86a5f8ab35
commit 6f7d3b5ad7
23 changed files with 118 additions and 102 deletions

View File

@@ -1,3 +1,7 @@
Screen {
background: $surface-darken-1;
}
#tree-view {
display: none;
scrollbar-gutter: stable;
@@ -9,7 +13,7 @@ CodeBrowser.-show-tree #tree-view {
dock: left;
height: 100%;
max-width: 50%;
background: $surface;
background: $surface;
}
CodeBrowser{
@@ -17,8 +21,7 @@ CodeBrowser{
}
DirectoryTree {
padding-right: 1;
padding-right: 1;
}
#code {