Skip to content

Commit f9c915f

Browse files
committed
chore: add Kanagawa
1 parent 9a9a228 commit f9c915f

File tree

7 files changed

+78
-0
lines changed

7 files changed

+78
-0
lines changed

themes/Kanagawa/README.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 c0smic
3+
4+
SPDX-License-Identifier: CC0-1.0
5+
-->
6+
7+
Kanagawa
8+
---
9+
[Kanagawa](https://github.com/rebelot/kanagawa.nvim) theme for Prism Launcher.
10+
11+
## Preview
12+
![Kanagawa Preview](preview.png)
13+
14+
## License
15+
```
16+
MIT License
17+
18+
Copyright (c) 2021 Tommaso Laurenzi
19+
Copyright (c) 2024 c0smic
20+
21+
Permission is hereby granted, free of charge, to any person obtaining a copy
22+
of this software and associated documentation files (the "Software"), to deal
23+
in the Software without restriction, including without limitation the rights
24+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25+
copies of the Software, and to permit persons to whom the Software is
26+
furnished to do so, subject to the following conditions:
27+
28+
The above copyright notice and this permission notice shall be included in all
29+
copies or substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37+
SOFTWARE.
38+
```

themes/Kanagawa/preview.png

97.2 KB
Loading

themes/Kanagawa/preview.png.license

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 c0smic
2+
3+
SPDX-License-Identifier: CC0-1.0

themes/Kanagawa/resources/.keep

Whitespace-only changes.

themes/Kanagawa/theme.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"colors": {
3+
"AlternateBase": "#1F1F28",
4+
"Base": "#1F1F28",
5+
"BrightText": "#DCD7BA",
6+
"Button": "#2A2A37",
7+
"ButtonText": "#DCD7BA",
8+
"Highlight": "#54546D",
9+
"HighlightedText": "#C8C093",
10+
"Link": "#7AA89F",
11+
"Text": "#DCD7BA",
12+
"ToolTipBase": "#363646",
13+
"ToolTipText": "#DCD7BA",
14+
"Window": "#16161D",
15+
"WindowText": "#DCD7BA",
16+
"fadeAmount": 0.5,
17+
"fadeColor": "#2A2A37"
18+
},
19+
"name": "Kanagawa",
20+
"widgets": "Fusion"
21+
}

themes/Kanagawa/theme.json.license

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2021 Tommaso Laurenzi
2+
SPDX-FileCopyrightText: 2024 c0smic
3+
4+
SPDX-License-Identifier: MIT

themes/Kanagawa/themeStyle.css

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Tommaso Laurenzi
3+
* SPDX-FileCopyrightText: 2024 c0smic
4+
*
5+
* SPDX-License-Identifier: MIT
6+
*/
7+
8+
QToolTip {
9+
color: #DCD7BA;
10+
background-color: #54546D;
11+
border: 1px solid #54546D;
12+
}

0 commit comments

Comments
 (0)