Skip to content

Commit

Permalink
Merge pull request #2 from Nundir/main
Browse files Browse the repository at this point in the history
Add background-floating color for new user view
  • Loading branch information
Awish-Senpai committed May 27, 2021
2 parents 31e7fc6 + 4c480a6 commit 33fe5cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--background-secondary: #1d1d1d !important;
--background-tertiary: #181818 !important;
--background-text-area: #292929 !important;
--background-floating: #1f1f1f !important;
--scrollbar-auto-track: rgb(41, 41, 41);
--scrollbar-auto-thumb: rgb(77, 77, 77);
--container-hover: rgb(58, 58, 58);
Expand Down Expand Up @@ -843,4 +844,4 @@
.reactionMe-wv5HKu .reactionCount-2mvXRV, .reactionMe-wv5HKu:hover .reactionCount-2mvXRV{
color: var(--background-tertiary);
}
/* Reactions Buttons End */
/* Reactions Buttons End */
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ForgottenKeep",
"description": "The dark theme, that everyone has wondered about, is finally here!",
"version": "2.8",
"version": "2.9",
"author": "Awish#6969",
"theme": "index.css",
"license": "MIT"
Expand Down

0 comments on commit 33fe5cc

Please sign in to comment.