Skip to content

Commit ea6720a

Browse files
committed
add color schemes: retro_green, retro_orange
1 parent 5232c45 commit ea6720a

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

data/squirrel.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,34 @@ preset_color_schemes:
347347
hilited_comment_text_color: 0x289989 #Lab 60 ,-20, 65
348348
hilited_text_color: 0xBE706D #Lab 50 , 15,-45
349349

350+
retro_green:
351+
name: 綠色熒光屏
352+
author: 佛振 <chen.sst@gmail.com>
353+
text_color: 0x00FF00
354+
back_color: 0x000000
355+
label_color: 0x00FF00
356+
hilited_candidate_text_color: 0x000000
357+
hilited_candidate_back_color: 0x00FF00
358+
hilited_candidate_label_color: 0x000000
359+
corner_radius: 16
360+
border_width: 2
361+
border_height: 2
362+
border_color: 0x00FF00
363+
364+
retro_orange:
365+
name: 琥珀色熒光屏
366+
author: 佛振 <chen.sst@gmail.com>
367+
text_color: 0x0093FF
368+
back_color: 0x000000
369+
label_color: 0x0093FF
370+
hilited_candidate_text_color: 0x000000
371+
hilited_candidate_back_color: 0x0093FF
372+
hilited_candidate_label_color: 0x000000
373+
corner_radius: 16
374+
border_width: 2
375+
border_height: 2
376+
border_color: 0x0093FF
377+
350378
app_options:
351379
com.apple.Spotlight:
352380
ascii_mode: true

0 commit comments

Comments
 (0)