-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnord8
50 lines (48 loc) · 1.19 KB
/
nord8
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="nord8"
ui_theme_description="256 color theme based on nord"
ui_theme_palette="8-bit"
# Main text
fg='fg:249'
# Preview window text
preview_fg='preview-fg:59'
# Background
bg='bg:234'
# Preview window background
preview_bg='preview-bg:234'
# Highlighted substrings
hl='hl:255'
# Text (current line)
fg_plus='fg+:7'
# Background (current line)
bg_plus='bg+:236'
# Gutter on the left
gutter='gutter:234'
# Highlighted substrings (current line)
hl_plus='hl+:67'
# Info line (match counters)
info='info:67'
# Border around the window (--border and --preview)
border='border:245'
# Main scrollbar
scrollbar='scrollbar:245'
# Border around the preview window (--preview)
preview_border='preview-border:245'
# Preview scrollbar
preview_scrollbar='preview-scrollbar:245'
# Horizontal separator on info line
separator='separator:245'
# Border label (--border-label and --preview-label)
label='label:67'
# Border label of the preview window (--preview-label)
preview_label='preview-label:67'
# Prompt
prompt='prompt:67'
# Pointer to the current line
pointer='pointer:67'
# Multi-select marker
marker='marker:67'
# Streaming input indicator
spinner='spinner:67'
# Header
header='header:242'