Skip to content

Commit 244d29f

Browse files
authored
Merge pull request #73 from Mafien01/main
2 parents be47ba6 + 64135e4 commit 244d29f

File tree

7 files changed

+66
-0
lines changed

7 files changed

+66
-0
lines changed

themes/Gruvbox-Dark/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2025 Mafien_0
3+
4+
SPDX-License-Identifier: CC-BY-4.0
5+
-->
6+
7+
GruvBox theme
8+
---
9+
![Gruvbox](https://github.com/morhetz/gruvbox) theme for Prism Launcher
10+
## Preview
11+
![Preview](preview.png)
12+
13+
## License
14+
```
15+
SPDX-FileCopyrightText: 2025 Mafien_0
16+
17+
SPDX-License-Identifier: CC-BY-4.0
18+
SPDX-License-Identifier: CC0-1.0
19+
```

themes/Gruvbox-Dark/preview.png

154 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Mafien_0
2+
3+
SPDX-License-Identifier: CC0-1.0

themes/Gruvbox-Dark/resources/.keep

Whitespace-only changes.

themes/Gruvbox-Dark/theme.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"colors": {
3+
"AlternateBase": "#32302f",
4+
"Base": "#1d2021",
5+
"BrightText": "#ebdbb2",
6+
"Button": "#232323",
7+
"ButtonText": "#ebdbb2",
8+
"Highlight": "#d79921",
9+
"HighlightedText": "#282828",
10+
"Link": "#d65d0e",
11+
"Text": "#d5c4a1",
12+
"ToolTipBase": "#3c3836",
13+
"ToolTipText": "#d5c4a1",
14+
"Window": "#282828",
15+
"WindowText": "#d5c4a1",
16+
"fadeAmount": 0.2,
17+
"fadeColor": "#000000"
18+
},
19+
"logColors": {
20+
"Launcher": "#b16286",
21+
"Error": "#cc241d",
22+
"Warning": "#d79921",
23+
"Debug": "#689d6a",
24+
"FatalHighlight": "#3c3836",
25+
"Fatal": "#cc241d"
26+
},
27+
28+
"name": "Gruvbox",
29+
"widgets": "Fusion"
30+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 Mafien_0
2+
3+
SPDX-License-Identifier: CC-BY-4.0

themes/Gruvbox-Dark/themeStyle.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2013-2021 MultiMC Contributors
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
QToolTip {
8+
color: #d5c4a1;
9+
background-color: #282828;
10+
border: 1px solid #282828;
11+
}

0 commit comments

Comments
 (0)