-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.blerc
96 lines (93 loc) · 3.79 KB
/
.blerc
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
bleopt edit_magic_expand=history:sabbrev:alias
bleopt highlight_filename=
bleopt highlight_variable=
bleopt complete_menu_filter=
bleopt prompt_eol_mark=''
bleopt exec_errexit_mark=
bleopt exec_elapsed_mark=
bleopt exec_exit_mark=
bleopt edit_marker=
bleopt edit_marker_error=
# Set colors to match the Waybar theme
nord0="#3b4252" # Background
nord1="#353c4a" # Darker background
nord2="#e5eaf0" # Foreground
nord3="#83bfce" # Accent light teal
nord_safe="#53b500" # Green (safe)
nord_critical="#bf616a" # Red (critical)
nord_warning="#ebcb8b" # Yellow (warning)
# ble-face color definitions
ble-face argument_error=fg="$nord0",bg="$nord_critical"
ble-face argument_option=fg="$nord3"
ble-face auto_complete=fg=242
ble-face cmdinfo_cd_cdpath=fg="$nord1",bg="$nord_warning"
ble-face command_alias=fg="$nord3"
ble-face command_builtin=fg="#81a1c1"
ble-face command_builtin_dot=fg="#81a1c1",bold
ble-face command_directory=fg=66,underline
ble-face command_file=fg="#81a1c1"
ble-face command_function=fg="$nord3"
ble-face command_jobs=fg="$nord_critical",bold
ble-face command_keyword=fg=109 # Softer blue
ble-face command_suffix=fg="$nord2",bg="$nord0"
ble-face command_suffix_new=fg="$nord2",bg="$nord_critical"
ble-face disabled=fg=242
ble-face filename_block=fg="$nord_warning",bg="$nord1",underline
ble-face filename_character=fg="$nord2",bg="$nord0",underline
ble-face filename_directory=fg="$nord3",underline
ble-face filename_directory_sticky=fg="$nord2",bg="$nord3",underline
ble-face filename_executable=fg="$nord3",underline
ble-face filename_link=fg="$nord3",underline
ble-face filename_ls_colors=underline
ble-face filename_orphan=fg=16,bg="$nord_warning",underline
ble-face filename_other=underline
ble-face filename_pipe=fg="$nord_safe",bg="$nord0",underline
ble-face filename_setgid=fg="$nord0",bg="$nord_warning",underline
ble-face filename_setuid=fg="$nord0",bg="$nord_warning",underline
ble-face filename_socket=fg="$nord3",bg="$nord0",underline
ble-face filename_url=fg=109,underline # Blue
ble-face filename_warning=fg="$nord_critical",underline
ble-face menu_desc_default=none
ble-face menu_desc_type=ref:syntax_delimiter
ble-face menu_filter_fixed=bold
ble-face menu_filter_input=fg="$nord3"
ble-face overwrite_mode=fg="$nord1",bg="$nord3"
ble-face prompt_status_line=fg="$nord2",bg="$nord1"
ble-face region=fg="$nord2",bg=66
ble-face region_insert=fg=27,bg=254
ble-face region_match=fg="$nord2",bg=109
ble-face region_target=fg="$nord0",bg="$nord_warning"
ble-face syntax_brace=fg="$nord3",bold
ble-face syntax_command=fg=109 # Blue
ble-face syntax_comment=fg=242
ble-face syntax_default=none
ble-face syntax_delimiter=bold
ble-face syntax_document=fg=242
ble-face syntax_document_begin=fg=242,bold
ble-face syntax_quotation=fg=#ebcb8b,bold
ble-face syntax_quoted=fg=#ebcb8b
ble-face syntax_error=fg="$nord_critical"
ble-face syntax_escape=fg="$nord3"
ble-face syntax_expr=fg="$nord3"
ble-face syntax_function_name=fg="$nord3",bold
ble-face syntax_glob=fg="$nord_warning",bold
ble-face syntax_history_expansion=fg="$nord2",bg=109
ble-face syntax_param_expansion=fg=109 # Light blue
ble-face syntax_quoted=fg=#ebcb8b
ble-face syntax_quotation=fg=#ebcb8b,bold
ble-face syntax_tilde=fg=109,bold # Light blue
ble-face syntax_varname=fg=109 # Light blue
ble-face varname_array=fg=109,bold
ble-face varname_empty=fg=31
ble-face varname_export=fg="$nord_warning",bold
ble-face varname_expr=fg="$nord3",bold
ble-face varname_hash=fg="$nord3",bold
ble-face varname_new=fg=34
ble-face varname_number=fg=64
ble-face varname_readonly=fg="$nord_warning"
ble-face varname_transform=fg=109,bold
ble-face varname_unset=fg=245
ble-face vbell=reverse
ble-face vbell_erase=bg=252
ble-face vbell_flash=fg="$nord_safe",reverse
ble-face syntax_default=fg="$nord3"