File tree Expand file tree Collapse file tree 7 files changed +66
-0
lines changed Expand file tree Collapse file tree 7 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
1
+ SPDX-FileCopyrightText: 2025 Mafien_0
2
+
3
+ SPDX-License-Identifier: CC0-1.0
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
1
+ SPDX-FileCopyrightText: 2025 Mafien_0
2
+
3
+ SPDX-License-Identifier: CC-BY-4.0
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments