color tweak

This commit is contained in:
Will McGugan
2022-09-20 15:56:32 +01:00
parent 3a53cdb2a5
commit c5cad6a418
3 changed files with 12 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ CodeBrowser.-show-tree #tree-view {
dock: left;
height: 100%;
max-width: 50%;
background: $surface;
background: #151C25;
}
DirectoryTree {
@@ -21,9 +21,8 @@ DirectoryTree {
}
#code-view {
overflow: auto scroll;
overflow: auto scroll;
}
#code {
width: auto;
width: auto;
}