-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathseouldark8
50 lines (48 loc) · 1.21 KB
/
seouldark8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/usr/bin/env bash
ui_theme_name="seouldark8"
ui_theme_description="256 color theme based on seouldark"
ui_theme_palette="8-bit"
# Main text
fg='fg:252'
# Preview window text
preview_fg='preview-fg:252'
# Background
bg='bg:237'
# Preview window background
preview_bg='preview-bg:236'
# Highlighted substrings
hl='hl:65'
# Text (current line)
fg_plus='fg+:252'
# Background (current line)
bg_plus='bg+:236'
# Gutter on the left
gutter='gutter:240'
# Highlighted substrings (current line)
hl_plus='hl+:108'
# Info line (match counters)
info='info:143'
# Border around the window (--border and --preview)
border='border:240'
# Main scrollbar
scrollbar='scrollbar:240'
# Border around the preview window (--preview)
preview_border='preview-border:240'
# Preview scrollbar
preview_scrollbar='preview-scrollbar:240'
# Horizontal separator on info line
separator='separator:240'
# Border label (--border-label and --preview-label)
label='label:110'
# Border label of the preview window (--preview-label)
preview_label='preview-label:110'
# Prompt
prompt='prompt:110'
# Pointer to the current line
pointer='pointer:161'
# Multi-select marker
marker='marker:168'
# Streaming input indicator
spinner='spinner:108'
# Header
header='header:65'