Skip to content

Commit

Permalink
[Theme] Dark high contrast color theme
Browse files Browse the repository at this point in the history
The existing dark themes all have fairly low contrast, which can make
text hard to read. This diff adds a variant of Darker-blue that
increases contrast between text and background.
  • Loading branch information
gwicke authored and wwmayer committed Jun 10, 2020
1 parent d205316 commit 11a2b94
Show file tree
Hide file tree
Showing 2 changed files with 2,247 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gui/Stylesheets/CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ SET(Stylesheets_Files
"Light-blue.qss"
"Light-green.qss"
"Light-orange.qss"
"Dark-contrast.qss"
)

# Find all the image files
Expand Down

0 comments on commit 11a2b94

Please sign in to comment.