-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(preset_color_schemes): add metroblue color scheme
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
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -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 | ||
|