diff --git a/themes/Deep-Dark/README.md b/themes/Deep-Dark/README.md new file mode 100644 index 0000000..802b4ff --- /dev/null +++ b/themes/Deep-Dark/README.md @@ -0,0 +1,26 @@ + + +Dracula +--- +An aqua AMOLED theme. + +## Preview +![Deep Dark Preview](preview.png) + +## License +``` +MIT License + +Copyright (c) 2022 HyperSoop +Copyright (c) 2022 AshtakaOOf + +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/Deep-Dark/preview.png b/themes/Deep-Dark/preview.png new file mode 100644 index 0000000..c1d0d7e Binary files /dev/null and b/themes/Deep-Dark/preview.png differ diff --git a/themes/Deep-Dark/preview.png.license b/themes/Deep-Dark/preview.png.license new file mode 100644 index 0000000..e44ce2d --- /dev/null +++ b/themes/Deep-Dark/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 AshtakaOOf + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Deep-Dark/theme.json b/themes/Deep-Dark/theme.json new file mode 100644 index 0000000..a0e0ff1 --- /dev/null +++ b/themes/Deep-Dark/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#111212", + "Base": "#141414", + "BrightText": "#ff0000", + "Button": "#141414", + "ButtonText": "#dedede", + "Highlight": "#102e24", + "HighlightedText": "#ffffff", + "Link": "#2a82da", + "Text": "#dedede", + "ToolTipBase": "#dedede", + "ToolTipText": "#dedede", + "Window": "#0a0a0a", + "WindowText": "#dedede", + "fadeAmount": 0.5, + "fadeColor": "#31363b" + }, + "name": "Deep Dark", + "widgets": "Fusion" +} diff --git a/themes/Deep-Dark/theme.json.license b/themes/Deep-Dark/theme.json.license new file mode 100644 index 0000000..9bf6d0c --- /dev/null +++ b/themes/Deep-Dark/theme.json.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2022 AshtakaOOf +SPDX-FileCopyrightText: 2022 HyperSoop + +SPDX-License-Identifier: MIT diff --git a/themes/Deep-Dark/themeStyle.css b/themes/Deep-Dark/themeStyle.css new file mode 100644 index 0000000..a1b7e19 --- /dev/null +++ b/themes/Deep-Dark/themeStyle.css @@ -0,0 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2022 HyperSoop + * + * SPDX-License-Identifier: MIT + */ + +QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; } diff --git a/themes/Rangoon-Lightning/README.md b/themes/Rangoon-Lightning/README.md new file mode 100644 index 0000000..49b4b14 --- /dev/null +++ b/themes/Rangoon-Lightning/README.md @@ -0,0 +1,27 @@ + + +Nord +--- +A color scheme that goes well with the rest of Freecommunist rice available at https://codeberg.org/freecommunist/dotfiles + +## Preview +![Rangoon Preview](preview.png) + +## License +``` +MIT License + +Copyright (c) 2022 Freecommunist +Copyright (c) 2022 AshtakaOOf + +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/Rangoon-Lightning/preview.png b/themes/Rangoon-Lightning/preview.png new file mode 100644 index 0000000..6668043 Binary files /dev/null and b/themes/Rangoon-Lightning/preview.png differ diff --git a/themes/Rangoon-Lightning/preview.png.license b/themes/Rangoon-Lightning/preview.png.license new file mode 100644 index 0000000..e44ce2d --- /dev/null +++ b/themes/Rangoon-Lightning/preview.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 AshtakaOOf + +SPDX-License-Identifier: CC0-1.0 diff --git a/themes/Rangoon-Lightning/theme.json b/themes/Rangoon-Lightning/theme.json new file mode 100644 index 0000000..0c1c19f --- /dev/null +++ b/themes/Rangoon-Lightning/theme.json @@ -0,0 +1,21 @@ +{ + "colors": { + "AlternateBase": "#171714", + "Base": "#171714", + "BrightText": "#ffbf22", + "Button": "#171714", + "ButtonText": "#ffbf22", + "Highlight": "#ffbf22", + "HighlightedText": "#171714", + "Link": "#5f999d", + "Text": "#ffbf22", + "ToolTipBase": "#ffbf22", + "ToolTipText": "#ffbf22", + "Window": "#171714", + "WindowText": "#ffbf22", + "fadeAmount": 0.5, + "fadeColor": "#7f5f11" + }, + "name": "Rangoon Lightning", + "widgets": "Fusion" +} diff --git a/themes/Rangoon-Lightning/theme.json.license b/themes/Rangoon-Lightning/theme.json.license new file mode 100644 index 0000000..5b776ba --- /dev/null +++ b/themes/Rangoon-Lightning/theme.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2022 Freecommunist + +SPDX-License-Identifier: MIT diff --git a/themes/Rangoon-Lightning/themeStyle.css b/themes/Rangoon-Lightning/themeStyle.css new file mode 100644 index 0000000..422da18 --- /dev/null +++ b/themes/Rangoon-Lightning/themeStyle.css @@ -0,0 +1,57 @@ +/* + * SPDX-FileCopyrightText: 2022 Freecommunist + * + * SPDX-License-Identifier: MIT + */ + +QToolTip { color: #ffbf22; + background-color: #171714; + border: 2px solid #ffbf22; +} + +/* MAIN */ +QMainWindow, +QDockWidget { + background-color: #171714; +} + +QWidget { + border-color: #ffbf22; + font-family: "Fira Code Semibold", serif; +} + +QObject::separator, +QObject::handle { + outline: 1; + outline-color: #ffbf22; + selection-color: #171714; + border-radius: 2px; + selection-background-color: #ffbf22; + alternate-background-color: transparent; +} + +QToolButton { + background-color: #171714; + color: #ffbf22; + border: 1px solid #ffbf22; + border-radius: 0px; + padding: 0px; + margin: 0px; + margin-left: 0px; + margin-right: 0px; +} + +QToolButton:hover { + background-color: #ffbf22; + color: #171714; +} + +QToolButton:pressed { + background-color: #ffbf22; + color: #171714 +} + +QToolButton:on { + background-color: #7f5f11 + color: #171714 +}