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

[pull] master from anuraghazra:master #5

Merged
merged 17 commits into from
Jan 9, 2023
Merged
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
Prev Previous commit
Next Next commit
feat: added Date Night theme to index.js (anuraghazra#2264)
* Added Date Night theme to index.js

* My theme name should be in snake_case now
  • Loading branch information
jesterb0206 authored Nov 19, 2022
commit 0e02523459a527007f196cd1a35297d850d08839
7 changes: 7 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,13 @@ export const themes = {
text_color: "e0def4",
bg_color: "191724",
},
date_night: {
title_color: "DA7885",
text_color: "E1B2A2",
icon_color: "BB8470",
border_color: "170F0C",
bg_color: "170F0C",
},
};

export default themes;