Skip to content

Commit

Permalink
Merge pull request #35 from c0smicdev/main
Browse files Browse the repository at this point in the history
Add Kanagawa theme
  • Loading branch information
TheKodeToad committed Mar 21, 2024
2 parents 9a9a228 + f9c915f commit e7777dc
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 0 deletions.
38 changes: 38 additions & 0 deletions themes/Kanagawa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--
SPDX-FileCopyrightText: 2024 c0smic
SPDX-License-Identifier: CC0-1.0
-->

Kanagawa
---
[Kanagawa](https://github.com/rebelot/kanagawa.nvim) theme for Prism Launcher.

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

## License
```
MIT License
Copyright (c) 2021 Tommaso Laurenzi
Copyright (c) 2024 c0smic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
Binary file added themes/Kanagawa/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/Kanagawa/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 c0smic

SPDX-License-Identifier: CC0-1.0
Empty file added themes/Kanagawa/resources/.keep
Empty file.
21 changes: 21 additions & 0 deletions themes/Kanagawa/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#1F1F28",
"Base": "#1F1F28",
"BrightText": "#DCD7BA",
"Button": "#2A2A37",
"ButtonText": "#DCD7BA",
"Highlight": "#54546D",
"HighlightedText": "#C8C093",
"Link": "#7AA89F",
"Text": "#DCD7BA",
"ToolTipBase": "#363646",
"ToolTipText": "#DCD7BA",
"Window": "#16161D",
"WindowText": "#DCD7BA",
"fadeAmount": 0.5,
"fadeColor": "#2A2A37"
},
"name": "Kanagawa",
"widgets": "Fusion"
}
4 changes: 4 additions & 0 deletions themes/Kanagawa/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2021 Tommaso Laurenzi
SPDX-FileCopyrightText: 2024 c0smic

SPDX-License-Identifier: MIT
12 changes: 12 additions & 0 deletions themes/Kanagawa/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* SPDX-FileCopyrightText: 2021 Tommaso Laurenzi
* SPDX-FileCopyrightText: 2024 c0smic
*
* SPDX-License-Identifier: MIT
*/

QToolTip {
color: #DCD7BA;
background-color: #54546D;
border: 1px solid #54546D;
}

0 comments on commit e7777dc

Please sign in to comment.