-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmolokai8
51 lines (48 loc) · 1.21 KB
/
molokai8
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
51
#!/usr/bin/env bash
ui_theme_name="molokai8"
ui_theme_description="256 color theme based on molokai"
ui_theme_palette="8-bit"
# Main text
fg='fg:253'
# Preview window text
preview_fg='preview-fg:253'
# Background
bg='bg:236'
# Preview window background
preview_bg='preview-bg:236'
# Highlighted substrings
hl='hl:239'
# Text (current line)
fg_plus='fg+:255'
# Background (current line)
bg_plus='bg+:59'
# Gutter on the left
gutter='gutter:236'
# Highlighted substrings (current line)
hl_plus='hl+:125'
# Info line (match counters)
info='info:154'
# Border around the window (--border and --preview)
border='border:250'
# Main scrollbar
scrollbar='scrollbar:239'
# Border around the preview window (--preview)
preview_border='preview-border:250'
# Preview scrollbar
preview_scrollbar='preview-scrollbar:239'
# Horizontal separator on info line
separator='separator:250'
# Border label (--border-label and --preview-label)
label='label:161'
# Border label of the preview window (--preview-label)
preview_label='preview-label:161'
# Prompt
prompt='prompt:161'
# Pointer to the current line
pointer='pointer:154'
# Multi-select marker
marker='marker:154'
# Streaming input indicator
spinner='spinner:226'
# Header
header='header:243'