-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f33d917
commit 8d1bf00
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
export const DARK_THEME_BACKGROUND = ''; | ||
export const DARK_THEME_BACKGROUND = '##181b1f'; | ||
export const DARK_THEME_HIGHLIGHTED_BACKGROUND = '#343741' | ||
export const LIGHT_THEME_BACKGROUND = '' | ||
export const LIGHT_THEME_BACKGROUND = '#FFFFFF' | ||
export const LIGHT_THEME_HIGHLIGHTED_BACKGROUND = '#E6F1FA' | ||
export const LIGHT_THEME_OUTLINE = '1px solid rgba(36, 41, 46, 0.12)'; | ||
export const DARK_THEME_OUTLINE = '1px solid rgba(204, 204, 220, 0.07)'; |
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