Work on noir

This commit is contained in:
Alex Spataru 2021-10-05 04:24:25 -05:00
parent 33cd3a67f8
commit 2242aa39c6
2 changed files with 2 additions and 3 deletions

View File

@ -156,7 +156,6 @@ ApplicationWindow {
palette.text: Cpp_ThemeManager.text
palette.buttonText: Cpp_ThemeManager.text
palette.windowText: Cpp_ThemeManager.text
palette.window: Cpp_ThemeManager.windowBackground
background: Rectangle {
color: Cpp_ThemeManager.windowBackground
}

View File

@ -22,7 +22,7 @@
"menubarGradient1":"#323030",
"menubarGradient2":"#323030",
"menubarText":"#ffffff",
"dialogBackground":"#fafafa",
"dialogBackground":"#f2f2f2",
"consoleText":"#657a83",
"consoleBase":"#fdf6e3",
"consoleButton":"#fafafa",
@ -30,7 +30,7 @@
"consoleHighlight":"#1e7cf3",
"consoleHighlightedText":"#ffffff",
"consolePlaceholderText":"#bebebe",
"windowBackground":"#fafafa",
"windowBackground":"#aaaaaa",
"windowGradient1":"#323030",
"windowGradient2":"#323030",
"alternativeHighlight":"#42b554",