Skip to content

Commit

Permalink
Add the Borest Theme (#17)
Browse files Browse the repository at this point in the history
* Add Borest

Signed-off-by: Acourd <[email protected]>
  • Loading branch information
Acourd authored Dec 28, 2022
1 parent 9a390fc commit a52e27d
Show file tree
Hide file tree
Showing 6 changed files with 1,277 additions and 0 deletions.
25 changes: 25 additions & 0 deletions themes/Borest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!--
SPDX-FileCopyrightText: "2022" Acourd"
SPDX-License-Identifier: CC0-1.0
-->

Borest
---
A combination of catppuccin and fluid, giving a nice result.

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

## License
```
The MIT License (MIT)
Copyright (c) 2022 Acourd
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/Borest/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/Borest/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Acourd

SPDX-License-Identifier: CC0-1.0
21 changes: 21 additions & 0 deletions themes/Borest/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"colors": {
"AlternateBase": "#1a1930",
"Base": "#1e1e2e",
"BrightText": "#bac2de",
"Button": "#1a1930",
"ButtonText": "#cdd6f4",
"Highlight": "#b4befe",
"HighlightedText": "#1e1e2e",
"Link": "#b4befe",
"Text": "#cdd6f4",
"ToolTipBase": "#dee5fc",
"ToolTipText": "#dee5fc",
"Window": "#191a24",
"WindowText": "#bac2de",
"fadeAmount": 0.5,
"fadeColor": "#23222b"
},
"name": "Borest-Clear ",
"widgets": "Fusion"
}
3 changes: 3 additions & 0 deletions themes/Borest/theme.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Acourd

SPDX-License-Identifier: MIT
Loading

0 comments on commit a52e27d

Please sign in to comment.