diff --git a/themes/Kanagawa/README.md b/themes/Kanagawa/README.md new file mode 100644 index 0000000..4b611ac --- /dev/null +++ b/themes/Kanagawa/README.md @@ -0,0 +1,38 @@ + + +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. +``` diff --git a/themes/Kanagawa/preview.png b/themes/Kanagawa/preview.png new file mode 100644 index 0000000..05ff8eb Binary files /dev/null and b/themes/Kanagawa/preview.png differ diff --git a/themes/Kanagawa/preview.png.license b/themes/Kanagawa/preview.png.license new file mode 100644 index 0000000..62ab628 --- /dev/null +++ b/themes/Kanagawa/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 c0smic + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Kanagawa/resources/.keep b/themes/Kanagawa/resources/.keep new file mode 100644 index 0000000..e69de29 diff --git a/themes/Kanagawa/theme.json b/themes/Kanagawa/theme.json new file mode 100644 index 0000000..0943c7c --- /dev/null +++ b/themes/Kanagawa/theme.json @@ -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" +} diff --git a/themes/Kanagawa/theme.json.license b/themes/Kanagawa/theme.json.license new file mode 100644 index 0000000..2530292 --- /dev/null +++ b/themes/Kanagawa/theme.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2021 Tommaso Laurenzi +SPDX-FileCopyrightText: 2024 c0smic + +SPDX-License-Identifier: MIT diff --git a/themes/Kanagawa/themeStyle.css b/themes/Kanagawa/themeStyle.css new file mode 100644 index 0000000..a1d975c --- /dev/null +++ b/themes/Kanagawa/themeStyle.css @@ -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; +}