Skip to content

Commit

Permalink
Merge pull request #15 from AshtakaOOf/more-themes
Browse files Browse the repository at this point in the history
Add Rangoon Lightning and Deep Dark
  • Loading branch information
AshtakaOOf authored Dec 25, 2022
2 parents b8aae79 + 9ce7861 commit eda3b7e
Show file tree
Hide file tree
Showing 12 changed files with 172 additions and 0 deletions.
26 changes: 26 additions & 0 deletions themes/Deep-Dark/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!--
SPDX-FileCopyrightText: 2022 AshtakaOOf
SPDX-License-Identifier: CC0-1.0
-->

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.
```
Binary file added themes/Deep-Dark/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/Deep-Dark/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 AshtakaOOf

SPDX-License-Identifier: CC0-1.0
21 changes: 21 additions & 0 deletions themes/Deep-Dark/theme.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions themes/Deep-Dark/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 AshtakaOOf
SPDX-FileCopyrightText: 2022 HyperSoop

SPDX-License-Identifier: MIT
7 changes: 7 additions & 0 deletions themes/Deep-Dark/themeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2022 HyperSoop
*
* SPDX-License-Identifier: MIT
*/

QToolTip { color: #ffffff; background-color: #000000; border: 0px solid white; }
27 changes: 27 additions & 0 deletions themes/Rangoon-Lightning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
SPDX-FileCopyrightText: 2022 AshtakaOOf
SPDX-License-Identifier: CC0-1.0
-->

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.
```
Binary file added themes/Rangoon-Lightning/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/Rangoon-Lightning/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 AshtakaOOf

SPDX-License-Identifier: CC0-1.0
21 changes: 21 additions & 0 deletions themes/Rangoon-Lightning/theme.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions themes/Rangoon-Lightning/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Freecommunist

SPDX-License-Identifier: MIT
57 changes: 57 additions & 0 deletions themes/Rangoon-Lightning/themeStyle.css
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit eda3b7e

Please sign in to comment.