From 6df4eb95e3814447194fe4dcf7a1b4be58546e34 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Fri, 21 Oct 2022 18:00:43 +0200 Subject: [PATCH] chore: add Dracula Signed-off-by: Sefa Eyeoglu --- themes/Dracula/README.md | 23 +++++++++++++++++++++++ themes/Dracula/theme.json | 21 +++++++++++++++++++++ themes/Dracula/theme.json.license | 4 ++++ themes/Dracula/themeStyle.css | 8 ++++++++ 4 files changed, 56 insertions(+) create mode 100644 themes/Dracula/README.md create mode 100644 themes/Dracula/theme.json create mode 100644 themes/Dracula/theme.json.license create mode 100644 themes/Dracula/themeStyle.css diff --git a/themes/Dracula/README.md b/themes/Dracula/README.md new file mode 100644 index 0000000..fb3479d --- /dev/null +++ b/themes/Dracula/README.md @@ -0,0 +1,23 @@ + + +Dracula +--- +[Dracula](https://github.com/dracula/dracula-theme) theme for Prism Launcher. + +## License +``` +MIT License + +Copyright (c) 2016 Dracula Theme +Copyright (c) 2022 Lutitious + +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/Dracula/theme.json b/themes/Dracula/theme.json new file mode 100644 index 0000000..8d5da28 --- /dev/null +++ b/themes/Dracula/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#282a36", + "Base": "#282a36", + "BrightText": "#ff5555", + "Button": "#44475a", + "ButtonText": "#f8f8f2", + "Highlight": "#6272a4", + "HighlightedText": "#44475a", + "Link": "#8be9fd", + "Text": "#f8f8f2", + "ToolTipBase": "#f8f8f2", + "ToolTipText": "#f8f8f2", + "Window": "#44475a", + "WindowText": "#f8f8f2", + "fadeAmount": 0.5, + "fadeColor": "#44475a" + }, + "name": "Dracula", + "widgets": "Fusion" +} diff --git a/themes/Dracula/theme.json.license b/themes/Dracula/theme.json.license new file mode 100644 index 0000000..137afea --- /dev/null +++ b/themes/Dracula/theme.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2016 Dracula Theme +SPDX-FileCopyrightText: 2022 Lutitious + +SPDX-License-Identifier: MIT diff --git a/themes/Dracula/themeStyle.css b/themes/Dracula/themeStyle.css new file mode 100644 index 0000000..5c50be2 --- /dev/null +++ b/themes/Dracula/themeStyle.css @@ -0,0 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2016 Dracula Theme + * SPDX-FileCopyrightText: 2022 Lutitious + * + * SPDX-License-Identifier: MIT + */ + +QToolTip { color: #f8f8f2; background-color: #282a36; border: 1px solid white; } \ No newline at end of file