Fix colors.

This commit is contained in:
2025-03-30 21:58:38 -04:00
parent bdf942371c
commit b426b88b79
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ SplitView {
Label {
id: numbers
color: "white"
color: RustColors.linenumber
font: textArea.font
height: parent.height
horizontalAlignment: Text.AlignLeft

View File

@@ -6,13 +6,13 @@ import clide.module 1.0
Rectangle {
id: root
color: RustColors.explorer_background
signal fileClicked(string filePath)
color: RustColors.explorer_background
TreeView {
id: fileSystemTreeView
anchors.margins: 15
// rootIndex: FileSystem.rootIndex
property int lastIndex: -1