Skip to content

Commit

Permalink
v2.1.0 - Added Origin colorscheme and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinjadhav818 committed Aug 26, 2023
1 parent 4c80eb3 commit 35180ba
Show file tree
Hide file tree
Showing 16 changed files with 711 additions and 124 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
![](assets/showcase.png)
# Aura

## Installation

Expand All @@ -24,6 +23,12 @@ Customize your workspace with custom background images

<img src="assets/workspace-background.png" style="border-radius: 10px"/>

### Translucent Window

Make it fully transparent like it used to be

<img src="assets/translucent-window.png" style="border-radius: 10px"/>

### Alternate Layout

Make your workspace more rounded
Expand All @@ -36,23 +41,11 @@ Change the frame color as per your liking

<img src="assets/colorful-frame.png" style="border-radius: 10px"/>

### Rainbow Folders

Make your callouts pop out

<img src="assets/custom-callouts.png" style="border-radius: 10px; width: 400px"/>

### Rainbow Folders

Make your folders look awesome

<img src="assets/rainbow-folders.png" style="border-radius: 10px; width: 400px"/>

### Custom checkboxes
### And many more..

Unveal the true power of checkboxes
Make your callouts and folders pop out

<img src="assets/checkboxes.png" style="border-radius: 10px; width: 400px"/>
<img src="assets/callouts-and-rainbow-folders.png" style="border-radius: 10px; "/>

## Credits
- [Anubis](https://github.com/AnubisNekhet)
Expand All @@ -62,3 +55,6 @@ Unveal the true power of checkboxes
- [Farouk](http://github.com/faroukx)
- Card layout
- Workspace background
- [Ha'ani Whitlock](https://github.com/Bluemoondragon07)
- Origin colorscheme
- Origin layout
Binary file modified assets/alternate-layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/callouts-and-rainbow-folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/checkboxes.png
Binary file not shown.
Binary file modified assets/colorful-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/colorschemes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/custom-callouts.png
Binary file not shown.
Binary file removed assets/rainbow-folders.png
Binary file not shown.
Binary file modified assets/showcase-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/showcase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/translucent-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/workspace-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Aura",
"version": "2.0.1",
"version": "2.1.0",
"minAppVersion": "1.0.0",
"author": "ashwinjadhav",
"authorUrl": "https://github.com/ashwinjadhav818/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aura",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}
Expand Down
800 changes: 695 additions & 105 deletions theme.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"1.8.0": "1.0.0",
"1.9.0": "1.0.0",
"2.0.0": "1.0.0",
"2.0.1": "1.0.0"
"2.0.1": "1.0.0",
"2.1.0": "1.0.0"
}

0 comments on commit 35180ba

Please sign in to comment.