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

Add gruvbox theme #50

Closed
wants to merge 18 commits into from
248 changes: 248 additions & 0 deletions themes/Gruvbox/Readme.md

Large diffs are not rendered by default.

Binary file added themes/Gruvbox/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/Gruvbox/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 FarParticul

SPDX-License-Identifier: GPL-3.0-or-later
5 changes: 5 additions & 0 deletions themes/Gruvbox/resources/.keep
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2024 FarParticul
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
22 changes: 22 additions & 0 deletions themes/Gruvbox/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"colors": {
"AlternateBase": "#32302f",
"Base": "#504945",
"BrightText": "#cca41d",
"Button": "#3c3836",
"ButtonText": "#f9f5d7",
"Highlight": "#83a598",
"HighlightedText": "#fffff",
"Link": "#83a598",
"Text": "#fbf1c7",
"ToolTipBase": "#ff0000",
"ToolTipText": "#ffffff",
"Window": "#32302f",
"WindowText": "#f9f5d7",
"fadeAmount": 0.5,
"fadeColor": "#3c3836"
},
"name": "Gruvbox",
"qssFilePath": "themeStyle.css",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Gruvbox/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 FarParticul

SPDX-License-Identifier: GPL-3.0-or-later
7 changes: 7 additions & 0 deletions themes/Gruvbox/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2024 FarParticul
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/

QToolTip { color: #fbf1c7; background-color: #504945; border: 1px solid white; }