blob: c8b52a64054581ece5db34ad2b91ad5921f8d4af (
plain)
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
  | 
set selection-clipboard "clipboard"
set incremental-search "true"
set guioptions "shv"
set default-bg                  "#191724"
set default-fg                  "#e0def4"
set statusbar-fg                "#e0def4"
set statusbar-bg                "#555169"
set inputbar-bg                 "#6e6a86"
set inputbar-fg                 "#ebbcba"
set notification-bg             "#e0def4"
set notification-fg             "#555169"
set notification-error-bg       "#f6c177"
set notification-error-fg       "#555169"
set notification-warning-bg     "#ebbcba"
set notification-warning-fg     "#555169"
set highlight-color             "#ebbcba"
set highlight-active-color      "#eb6f92"
set completion-bg               "#6e6a86"
set completion-fg               "#ebbcba"
set completion-highlight-fg     "#26233a"
set completion-highlight-bg     "#ebbcba"
set recolor-lightcolor          "#191724"
set recolor-darkcolor           "#e0def4"
set recolor "true"
set recolor-keephue "false"
set synctex "true"
set sandbox none
  
  |