Skip to content

Commit

Permalink
impr(themes): update nord and purpurite (ehanahamed) (#4668)
Browse files Browse the repository at this point in the history
* Update nord theme

* Update purpurite (now "purpleish") theme

* Update theme list

* Update Purpleish theme

* Update nord theme
  • Loading branch information
ehanahamed committed Oct 2, 2023
1 parent d2a6b89 commit 426694a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 42 deletions.
16 changes: 8 additions & 8 deletions frontend/static/themes/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
{
"name": "nord",
"bgColor": "#242933",
"mainColor": "#d8dee9",
"subColor": "#617b94",
"textColor": "#d8dee9"
"mainColor": "#88C0D0",
"subColor": "#2E3440",
"textColor": "#88C0D0"
},
{
"name": "mr_sleeves",
Expand Down Expand Up @@ -1127,11 +1127,11 @@
"textColor": "#e6c7a8"
},
{
"name": "purpurite",
"bgColor": "#1f2533",
"mainColor": "#9999ff",
"subColor": "#ccddff",
"textColor": "#9999ff"
"name": "purpleish",
"bgColor": "#1e1e32",
"mainColor": "#7a52cc",
"subColor": "#3d3d66",
"textColor": "#7a52cc"
},
{
"name": "nord_light",
Expand Down
20 changes: 10 additions & 10 deletions frontend/static/themes/nord.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--bg-color: #242933;
--caret-color: #d8dee9;
--main-color: #d8dee9;
--sub-color: #617b94;
--sub-alt-color: #1b1f27;
--text-color: #d8dee9;
--error-color: #bf616a;
--error-extra-color: #793e44;
--colorful-error-color: #bf616a;
--colorful-error-extra-color: #793e44;
--bg-color: #242933;
--caret-color: #ECEFF4;
--main-color: #88C0D0;
--sub-color: #929aaa;
--sub-alt-color: #2E3440;
--text-color: #D8DEE9;
--error-color: #bf616a;
--error-extra-color: #793e44;
--colorful-error-color: #bf616a;
--colorful-error-extra-color: #793e44
}
12 changes: 12 additions & 0 deletions frontend/static/themes/purpleish.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:root {
--bg-color: #1e1e32;
--main-color: #7a52cc;
--caret-color: #7a52cc;
--sub-color: #5c5c99;
--sub-alt-color: #181829;
--text-color: #a3a3cc;
--error-color: #ff6666;
--error-extra-color: #ff6666;
--colorful-error-color: #ff6666;
--colorful-error-extra-color: #ff6666;
}
24 changes: 0 additions & 24 deletions frontend/static/themes/purpurite.css

This file was deleted.

0 comments on commit 426694a

Please sign in to comment.