Skip to content

Commit

Permalink
feat(preset_color_schemes): add metroblue color scheme
Browse files Browse the repository at this point in the history
Add color theme "Metro Blue", which utilizes the new hilited_label_color
to simulate color patterns used by bundled input method included in
Chinese (Simplified) locale of Windows 10.
  • Loading branch information
Prcuvu authored and lotem committed Apr 6, 2018
1 parent c786bb5 commit f43e2af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added output/data/preview/color_scheme_metroblue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions output/data/weasel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,3 +508,19 @@ preset_color_schemes:
hilited_comment_text_color: 0x0000b0
hilited_candidate_back_color: 0xffffff

metroblue:
name: "现代蓝/Metro Blue"
author: "Prcuvu <[email protected]>"
text_color: 0x000000
back_color: 0xffffff
border_color: 0xd77800
label_color: 0x838383
hilited_text_color: 0x000000
hilited_back_color: 0xffffff
candidate_text_color: 0x000000
comment_text_color: 0x000000
hilited_candidate_text_color: 0xffffff
hilited_comment_text_color: 0xffffff
hilited_candidate_back_color: 0xd77800
hilited_label_color: 0xffffff

0 comments on commit f43e2af

Please sign in to comment.