Skip to content
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

Added a new dark theme. #147

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added a new dark theme.
noor-2002 authored Sep 9, 2021
commit ee7b15a778559aadf6b3992e91077f0773ab35ff
12 changes: 12 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
@@ -71,6 +71,18 @@ export const blackTheme = {
headerColor: "#fca31177",
};

export const blackYellowTheme = {
body: "#121212",
text: "white",
highlight: "black",
dark: "#000000",
secondaryText: "#5A6377",
imageHighlight: "#fca311",
compImgHighlight: "#E6E6E6",
jacketColor: "#8d99ae",
headerColor: "#fca31177",
};

export const pinkTheme = {
body: "#FEE9F2",
text: "#620E34",