-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gruvbox base theme and gruvbox green color theme #4805
Closed
Closed
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
724ebe1
added gruvbox theme
DeaDvey 616519d
attempted add of gruvbox green
DeaDvey 21e0978
added green gruvbox theme
DeaDvey 368316e
Merge branch 'FreeTubeApp:development' into development
DeaDvey 4954085
Fixed lint issues
DeaDvey eb3217f
Merge branch 'development' of github.com:DeaDvey/FreeTube-Gruvboxthem…
DeaDvey 6612cdf
fixed issue with secondary colour scheme not fully showing, I did not…
DeaDvey 7bf0686
added light theme
DeaDvey 7a8f731
Fixed lint
DeaDvey 59fdaa2
Added red, yellow, blue, purple, aqua and orange colour themes for gr…
DeaDvey b9c2e4e
updated the icons to make them more consistent with the freetube logo…
DeaDvey 11a2460
Merge branch 'FreeTubeApp:development' into development
DeaDvey 0dfcf40
Fixed missing comma in css
DeaDvey 94c13f7
Merge branch 'development' of github.com:DeaDvey/FreeTube-Gruvboxthem…
DeaDvey 9f66ad9
Merge branch 'FreeTubeApp:development' into development
DeaDvey dfbad4c
Merge branch 'FreeTubeApp:development' into development
DeaDvey 60794f4
Updated icons to be svgs to be inline with PR #4898
DeaDvey e1e45c0
fixed mis reference to png
DeaDvey dbaccfa
Fixed wrong svg loading and made Gruvbox main and sec show in menu, c…
DeaDvey 719a0a6
modified ft-share-button scss and fixed color contrast issues
DeaDvey 29b046a
Resolved conflict
DeaDvey 753a562
Update src/renderer/components/ft-share-button/ft-share-button.scss
DeaDvey 753b982
.
DeaDvey 4154399
Resolved conflict
DeaDvey 8ff34a5
Removed package-lock.json
DeaDvey 318a9ec
resolved conflicts, I get an error saying there is no portal-vue
DeaDvey 2243964
resolved conflicts and removed gruvbox light theme due to contrast is…
02e6bb1
fixed contrast issue with #fb4934 and #1d2021
DeaDvey 3ee7452
Update src/renderer/themes.css
DeaDvey 7c6e582
inserted Gruvbox below dracula (both)
DeaDvey a237962
moved gruvbox below dracula
DeaDvey 4942f19
Update src/renderer/components/ft-share-button/ft-share-button.scss
DeaDvey 689b3fb
Update src/renderer/components/ft-share-button/ft-share-button.scss
DeaDvey c32d628
changed text-with-main-color and text-with-accent-color to follow the…
DeaDvey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -7,6 +7,7 @@ | |||
.pastelPink, | ||||
.hotPink, | ||||
.nordic, | ||||
.gruvboxDark, | ||||
.solarizedDark, | ||||
.solarizedLight { | ||||
--primary-input-color: rgb(0 0 0 / 50%); | ||||
|
@@ -32,6 +33,7 @@ | |||
.pastelPink, | ||||
.hotPink, | ||||
.nordic, | ||||
.gruvboxDark, | ||||
.solarizedDark, | ||||
.solarizedLight { | ||||
--link-color: var(--accent-color); | ||||
|
@@ -47,6 +49,7 @@ | |||
.catppuccinMocha, | ||||
.pastelPink, | ||||
.nordic, | ||||
.gruvboxDark, | ||||
.solarizedDark, | ||||
.solarizedLight { | ||||
--primary-input-color: rgb(0 0 0 / 50%); | ||||
|
@@ -60,6 +63,7 @@ | |||
.dracula, | ||||
.catppuccinMocha, | ||||
.nordic, | ||||
.gruvboxDark, | ||||
.solarizedDark, | ||||
.solarizedLight { | ||||
--side-nav-active-text-color: var(--primary-text-color); | ||||
|
@@ -82,6 +86,7 @@ | |||
.catppuccinMocha, | ||||
.hotPink, | ||||
.nordic, | ||||
.gruvboxDark, | ||||
.solarizedDark, | ||||
.solarizedLight { | ||||
--primary-shadow-color: rgb(0 0 0 / 75%); | ||||
|
@@ -322,6 +327,25 @@ it can be safely elided. This looks quite pleasant on this theme. */ | |||
--logo-text: url("../../_icons/textSolarizedDarkSmall.svg"); | ||||
} | ||||
|
||||
.gruvboxDark { | ||||
--primary-text-color: #ebdbb2; | ||||
--secondary-text-color: #fbf1c7; | ||||
--tertiary-text-color: #ebdbb2; | ||||
--title-color: #ebdbb2; | ||||
--bg-color: #32302f; | ||||
--favorite-icon-color: #fabd2f; | ||||
--card-bg-color: #1d2021; | ||||
--secondary-card-bg-color: #458588; | ||||
--scrollbar-color: #ebdbb2; | ||||
--scrollbar-color-hover: #504945; | ||||
--side-nav-color: #282828; | ||||
--side-nav-hover-color: #3c3836; | ||||
--side-nav-active-color: #3c3836; | ||||
--search-bar-color: #504945; | ||||
--logo-icon: url("../../_icons/iconGruvboxLightSmall.svg"); | ||||
--logo-text: url("../../_icons/textGruvboxLightSmall.svg"); | ||||
} | ||||
|
||||
.mainRed, | ||||
.mainPink, | ||||
.mainPurple, | ||||
|
@@ -444,6 +468,61 @@ it can be safely elided. This looks quite pleasant on this theme. */ | |||
--primary-color-active: #D84315; | ||||
} | ||||
|
||||
.mainGruvboxGreen, | ||||
.mainGruvboxRed, | ||||
.mainGruvboxYellow, | ||||
.mainGruvboxBlue, | ||||
.mainGruvboxPurple, | ||||
.mainGruvboxAqua, | ||||
.mainGruvboxOrange { | ||||
--text-with-main-color: #1d2021; | ||||
--logo-icon-bar-color: url("../../_icons/iconGruvboxLightSmall.svg"); | ||||
--logo-text-bar-color: url("../../_icons/textGruvboxLightSmall.svg"); | ||||
|
||||
} | ||||
|
||||
.mainGruvboxGreen { | ||||
--primary-color: #b8bb26; | ||||
--primary-color-hover: #98971a; | ||||
--primary-color-active: #79740e; | ||||
} | ||||
|
||||
.mainGruvboxRed { | ||||
--primary-color: #fb4934; | ||||
--primary-color-hover: #cc241d; | ||||
--primary-color-active: #9d0006; | ||||
} | ||||
|
||||
.mainGruvboxYellow { | ||||
--primary-color: #fabd2f; | ||||
--primary-color-hover: #d79921; | ||||
--primary-color-active: #b57614; | ||||
} | ||||
|
||||
.mainGruvboxBlue { | ||||
--primary-color: #83a598; | ||||
--primary-color-hover: #458588; | ||||
--primary-color-active: #076678; | ||||
} | ||||
|
||||
.mainGruvboxPurple { | ||||
--primary-color: #d3869b; | ||||
--primary-color-hover: #b16286; | ||||
--primary-color-active: #8f3f71; | ||||
} | ||||
|
||||
.mainGruvboxAqua { | ||||
--primary-color: #8ec07c; | ||||
--primary-color-hover: #689d6a; | ||||
--primary-color-active: #427b58; | ||||
} | ||||
|
||||
.mainGruvboxOrange { | ||||
--primary-color: #fe8019; | ||||
--primary-color-hover: #d65d0e; | ||||
--primary-color-active: #af3a03; | ||||
} | ||||
|
||||
.mainDraculaCyan, | ||||
.mainDraculaGreen, | ||||
.mainDraculaOrange, | ||||
|
@@ -461,6 +540,8 @@ it can be safely elided. This looks quite pleasant on this theme. */ | |||
--logo-text-bar-color: url("../../_icons/textDraculaLightSmall.svg"); | ||||
} | ||||
|
||||
|
||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
|
||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
.mainDraculaCyan { | ||||
--primary-color: #8BE9FD; | ||||
--primary-color-hover: #97EBFD; | ||||
|
@@ -1154,6 +1235,76 @@ it can be safely elided. This looks quite pleasant on this theme. */ | |||
--accent-color-opacity4: rgb(180 190 254 / 24%); | ||||
} | ||||
|
||||
.secGruvboxGreen, | ||||
.secGruvboxRed, | ||||
.secGruvboxYellow, | ||||
.secGruvboxBlue, | ||||
.secGruvboxPurple, | ||||
.secGruvboxAqua, | ||||
.secGruvboxOrange { | ||||
--text-with-accent-color: #1d2021; | ||||
--accent-color-opacity1: rgb(102 92 84 / 4%); | ||||
--accent-color-opacity2: rgb(102 92 84 / 12%); | ||||
--accent-color-opacity3: rgb(102 92 84 / 16%); | ||||
--accent-color-opacity4: rgb(102 92 84 / 24%); | ||||
} | ||||
|
||||
.secGruvboxGreen { | ||||
--accent-color: #b8bb26; | ||||
--accent-color-hover: #98971a; | ||||
--accent-color-active: #79740e; | ||||
--accent-color-light: #c9cd35; | ||||
--accent-color-visited: #d4d767; | ||||
} | ||||
|
||||
.secGruvboxRed { | ||||
--accent-color: #fb4934; | ||||
--accent-color-hover: #cc241d; | ||||
--accent-color-active: #9d0006; | ||||
--accent-color-light: #f55441; | ||||
--accent-color-visited: #fe7d6e; | ||||
} | ||||
|
||||
.secGruvboxYellow { | ||||
--accent-color: #fabd2f; | ||||
--accent-color-hover: #d79921; | ||||
--accent-color-active: #b57614; | ||||
--accent-color-light: #fec44e; | ||||
--accent-color-visited: #ffe179; | ||||
} | ||||
|
||||
.secGruvboxBlue { | ||||
--accent-color: #83a598; | ||||
--accent-color-hover: #458588; | ||||
--accent-color-active: #076678; | ||||
--accent-color-light: #91bfad; | ||||
--accent-color-visited: #abead2; | ||||
} | ||||
|
||||
.secGruvboxPurple { | ||||
--accent-color: #d3869b; | ||||
--accent-color-hover: #b16286; | ||||
--accent-color-active: #8f3f71; | ||||
--accent-color-light: #ebabbc; | ||||
--accent-color-visited: #f3c4d1; | ||||
} | ||||
|
||||
.secGruvboxAqua { | ||||
--accent-color: #8ec07c; | ||||
--accent-color-hover: #689d6a; | ||||
--accent-color-active: #427b58; | ||||
--accent-color-light: #9dd389; | ||||
--accent-color-visited: #b7e8a4; | ||||
} | ||||
|
||||
.secGruvboxOrange { | ||||
--accent-color: #fe8019; | ||||
--accent-color-hover: #d65d0e; | ||||
--accent-color-active: #af3a03; | ||||
--accent-color-light: #f49140; | ||||
--accent-color-visited: #ffad69; | ||||
} | ||||
|
||||
.secSolarizedYellow, | ||||
.secSolarizedOrange, | ||||
.secSolarizedRed, | ||||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put this below the dracula ones