-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from Shirajuki/contanki-compatibility
Fixes #29: Desired features, some themes
- Loading branch information
Showing
8 changed files
with
1,444 additions
and
28 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 |
---|---|---|
@@ -0,0 +1,236 @@ | ||
{ | ||
"colors": { | ||
"BORDER": [ | ||
"Border", | ||
"#aaa", | ||
"#45475a", | ||
"--border" | ||
], | ||
"BURIED_FG": [ | ||
"Buried Foreground", | ||
"#aaaa33", | ||
"#777733", | ||
"--buried-fg" | ||
], | ||
"BUTTON_BG": [ | ||
"Button Background", | ||
"#e7e7e7", | ||
"#292c3c", | ||
"--button-bg" | ||
], | ||
"BUTTON_FOCUS_BG": [ | ||
"Button Focus Background", | ||
"#f99988", | ||
"#171922", | ||
"--button-focus-bg" | ||
], | ||
"CURRENT_DECK": [ | ||
"Selected Deck", | ||
"#e7e7e7", | ||
"#232634", | ||
"--current-deck" | ||
], | ||
"DISABLED": [ | ||
"Disabled", | ||
"#777", | ||
"#838ba7", | ||
"--disabled" | ||
], | ||
"FAINT_BORDER": [ | ||
"Faint Border", | ||
"#e7e7e7", | ||
"#414559", | ||
"--faint-border" | ||
], | ||
"FLAG1_BG": [ | ||
"Flag1 (Browse Cards List)", | ||
"#e78284", | ||
"#ca9ee6", | ||
"--flag1-bg" | ||
], | ||
"FLAG1_FG": [ | ||
"Flag1 (BrowseSidebar)", | ||
"#e78284", | ||
"#ca9ee6", | ||
"--flag1-fg" | ||
], | ||
"FLAG2_BG": [ | ||
"Flag2 (Browse Cards List)", | ||
"#ef9f76", | ||
"#e78284", | ||
"--flag2-bg" | ||
], | ||
"FLAG2_FG": [ | ||
"Flag2 (Browse Sidebar)", | ||
"#ef9f76", | ||
"#e78284", | ||
"--flag2-fg" | ||
], | ||
"FLAG3_BG": [ | ||
"Flag3 (Browse Cards List)", | ||
"#e5c890", | ||
"#ef9f76", | ||
"--flag3-bg" | ||
], | ||
"FLAG3_FG": [ | ||
"Flag3 (Browse Sidebar)", | ||
"#e5c890", | ||
"#ef9f76", | ||
"--flag3-fg" | ||
], | ||
"FLAG4_BG": [ | ||
"Flag4 (Browse Cards List)", | ||
"#a6d189", | ||
"#e5c890", | ||
"--flag4-bg" | ||
], | ||
"FLAG4_FG": [ | ||
"Flag4 (Browse Sidebar)", | ||
"#a6d189", | ||
"#e5c890", | ||
"--flag4-fg" | ||
], | ||
"FLAG5_BG": [ | ||
"Flag5 (Browse Cards List)", | ||
"#99d1db", | ||
"#a6d189", | ||
"--flag5-bg" | ||
], | ||
"FLAG5_FG": [ | ||
"Flag5 (Browse Sidebar)", | ||
"#99d1db", | ||
"#a6d189", | ||
"--flag5-fg" | ||
], | ||
"FLAG6_BG": [ | ||
"Flag6 (Browse Cards List)", | ||
"#85c1dc", | ||
"#99d1db", | ||
"--flag6-bg" | ||
], | ||
"FLAG6_FG": [ | ||
"Flag6 (Browse Sidebar)", | ||
"#85c1dc", | ||
"#99d1db", | ||
"--flag6-fg" | ||
], | ||
"FLAG7_BG": [ | ||
"Flag7 (Browse Cards List)", | ||
"#ca9ee6", | ||
"#8caaee", | ||
"--flag7-bg" | ||
], | ||
"FLAG7_FG": [ | ||
"Flag7 (Browse Sidebar)", | ||
"#ca9ee6", | ||
"#8caaee", | ||
"--flag7-fg" | ||
], | ||
"FOCUS_SHADOW": [ | ||
"Focus Shadow", | ||
"#ff93d0", | ||
"#ea999c", | ||
"--focus-shadow-color" | ||
], | ||
"FRAME_BG": [ | ||
"Frame Background", | ||
"#fcfdff", | ||
"#232634", | ||
"--frame-bg" | ||
], | ||
"HIGHLIGHT_BG": [ | ||
"Highlighted Background", | ||
"#e78f7e", | ||
"#8caaee", | ||
"--highlight-bg" | ||
], | ||
"HIGHLIGHT_FG": [ | ||
"Highlighted Text", | ||
"#black", | ||
"#b5bfe2", | ||
"--highlight-fg" | ||
], | ||
"LEARN_COUNT": [ | ||
"Learn Count", | ||
"#d20f39", | ||
"#e78284", | ||
"--learn-count" | ||
], | ||
"LINK": [ | ||
"Hyperlink", | ||
"#e58e7d", | ||
"#f2d5cf", | ||
"--link" | ||
], | ||
"MARKED_BG": [ | ||
"Marked Background", | ||
"#cce", | ||
"#ebcb8b", | ||
"--marked-bg" | ||
], | ||
"MEDIUM_BORDER": [ | ||
"Medium Border", | ||
"#b6b6b6", | ||
"#51576d", | ||
"--medium-border" | ||
], | ||
"NEW_COUNT": [ | ||
"New Count", | ||
"#1e66f5", | ||
"#8caaee", | ||
"--new-count" | ||
], | ||
"REVIEW_COUNT": [ | ||
"Review Count", | ||
"#40a02b", | ||
"#a6d189", | ||
"--review-count" | ||
], | ||
"SLIGHTLY_GREY_TEXT": [ | ||
"Switch Text", | ||
"#333", | ||
"#a5adce", | ||
"--slightly-grey-text" | ||
], | ||
"SUSPENDED_BG": [ | ||
"Suspended Background", | ||
"#ffffb2", | ||
"#161320", | ||
"--suspended-bg" | ||
], | ||
"SUSPENDED_FG": [ | ||
"Suspended Foreground", | ||
"#dd0", | ||
"#ECEFF4", | ||
"--suspended-fg" | ||
], | ||
"TEXT_FG": [ | ||
"Text Foreground", | ||
"#1f1f1f", | ||
"#cdd6f4", | ||
"--text-fg" | ||
], | ||
"TOOLTIP_BG": [ | ||
"Tooltip Background", | ||
"#fcfcfc", | ||
"#626880", | ||
"--tooltip-bg" | ||
], | ||
"WINDOW_BG": [ | ||
"Window Background", | ||
"#fafbfc", | ||
"#303446", | ||
"--window-bg" | ||
], | ||
"ZERO_COUNT": [ | ||
"Zero Count", | ||
"#8c8fa1", | ||
"#949cbb", | ||
"--zero-count" | ||
] | ||
}, | ||
"version": { | ||
"major": 1, | ||
"minor": 5 | ||
} | ||
} |
Oops, something went wrong.