Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

everforest medium theme #37

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions themes/Everforest-Medium/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
PrismLauncher theme made with the [everforest](https://github.com/sainnhe/everforest) color-scheme with medium contrast.

## Preview
![Everforest preview](preview.png)

## License
This theme is licensed under [The MIT License](../../LICENSES/MIT.txt)
Binary file added themes/Everforest-Medium/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
22 changes: 22 additions & 0 deletions themes/Everforest-Medium/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"colors": {
"AlternateBase": "#232a2e",
"Base": "#2d353b",
"BrightText": "#d3c6aa",
"Button": "#425047",
"ButtonText": "#d3c6aa",
"Highlight": "#425047",
"HighlightedText": "#d3c6aa",
"Link": "#343f44",
"Text": "#d3c6aa",
"ToolTipBase": "#9da9a0",
"ToolTipText": "#9da9a0",
"Window": "#343f44",
"WindowText": "#d3c6aa",
"fadeAmount": 0,
"fadeColor": "#2d353b"
},
"name": "everforest",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
1 change: 1 addition & 0 deletions themes/Everforest-Medium/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
QToolTip { color: #d3c6aa; background-color: #7fbbb3; border: 1px solid #d3c6aa; }