Skip to content

Commit

Permalink
Fix Transparency for better readability, repeat vaporwave pattern more
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoFe committed Oct 3, 2024
1 parent c63e7f5 commit 77f0a30
Show file tree
Hide file tree
Showing 3 changed files with 1,132 additions and 1,064 deletions.
12 changes: 6 additions & 6 deletions export.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

manifest_data = {
"manifest_version": 3,
"version": "5.8.3",
"version": "5.8.4",
"name": "Electric [color] Dark",
"author": "Vito Ferri",
"developer": {"name": "Vito Ferri", "url": "https://github.com/VitoFe"},
Expand Down Expand Up @@ -41,7 +41,7 @@
"accent_color_trans": "#BD00FF20",
"accent_color_semitrans": "#BD00FF30",
"accent_color_chrome": "#C72EFF",
"frame_color": "#0C0E14",
"frame_color": "#0C0E14EE",
"text_color": "#FFFFFF",
"text_color_popup": "#FFFFFF",
"text_muted_color": "#CCCCCC",
Expand Down Expand Up @@ -142,19 +142,19 @@
"accent_color_trans": "#BD00FF20",
"accent_color_semitrans": "#BD00FF30",
"accent_color_chrome": "#C72EFF",
"frame_color": "#0C0E1480",
"frame_color": "#0C0E14DD",
"text_color": "#f2e900",
"text_color_popup": "#002b32",
"text_muted_color": "#02d7f2",
"toolbar_color": "#0D131550",
"toolbar_color": "#0D131560",
"theme_frame": "images/cyberpunk.png"
},
"Cerbero": {
"accent_color": "#fffe94",
"accent_color_trans": "#fffe9420",
"accent_color_semitrans": "#fffe9430",
"accent_color_chrome": "#fffe94",
"frame_color": "#0d0d0080",
"frame_color": "#0d0d00DD",
"text_color": "#fffe94",
"text_color_popup": "#0C0E14",
"text_muted_color": "#cccb76",
Expand All @@ -167,7 +167,7 @@
"accent_color_trans": "#f62e9720",
"accent_color_semitrans": "#f62e9730",
"accent_color_chrome": "#f62e97",
"frame_color": "#1A0F2B80",
"frame_color": "#1A0F2BDD",
"text_color": "#f9d653",
"text_color_popup": "#0C0E14",
"text_muted_color": "#f9ba53",
Expand Down
Binary file added images/vaporwave.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 77f0a30

Please sign in to comment.