mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Work on noir
This commit is contained in:
parent
33cd3a67f8
commit
2242aa39c6
@ -156,7 +156,6 @@ ApplicationWindow {
|
|||||||
palette.text: Cpp_ThemeManager.text
|
palette.text: Cpp_ThemeManager.text
|
||||||
palette.buttonText: Cpp_ThemeManager.text
|
palette.buttonText: Cpp_ThemeManager.text
|
||||||
palette.windowText: Cpp_ThemeManager.text
|
palette.windowText: Cpp_ThemeManager.text
|
||||||
palette.window: Cpp_ThemeManager.windowBackground
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Cpp_ThemeManager.windowBackground
|
color: Cpp_ThemeManager.windowBackground
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"menubarGradient1":"#323030",
|
"menubarGradient1":"#323030",
|
||||||
"menubarGradient2":"#323030",
|
"menubarGradient2":"#323030",
|
||||||
"menubarText":"#ffffff",
|
"menubarText":"#ffffff",
|
||||||
"dialogBackground":"#fafafa",
|
"dialogBackground":"#f2f2f2",
|
||||||
"consoleText":"#657a83",
|
"consoleText":"#657a83",
|
||||||
"consoleBase":"#fdf6e3",
|
"consoleBase":"#fdf6e3",
|
||||||
"consoleButton":"#fafafa",
|
"consoleButton":"#fafafa",
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"consoleHighlight":"#1e7cf3",
|
"consoleHighlight":"#1e7cf3",
|
||||||
"consoleHighlightedText":"#ffffff",
|
"consoleHighlightedText":"#ffffff",
|
||||||
"consolePlaceholderText":"#bebebe",
|
"consolePlaceholderText":"#bebebe",
|
||||||
"windowBackground":"#fafafa",
|
"windowBackground":"#aaaaaa",
|
||||||
"windowGradient1":"#323030",
|
"windowGradient1":"#323030",
|
||||||
"windowGradient2":"#323030",
|
"windowGradient2":"#323030",
|
||||||
"alternativeHighlight":"#42b554",
|
"alternativeHighlight":"#42b554",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user