Gruvbox all over #4

This commit is contained in:
BalrajSinghGidda
2026-03-22 04:16:33 +05:30
parent 5d3faf4ab5
commit dbbc5f4650
2 changed files with 72 additions and 0 deletions

72
config/blerc Normal file
View File

@@ -0,0 +1,72 @@
# highlighting related to editing
ble-face -s region bg=235,fg=223
ble-face -s region_target bg=108,fg=235
ble-face -s region_match bg=239,fg=223
ble-face -s region_insert fg=235,bg=214
ble-face -s disabled fg=243
ble-face -s overwrite_mode fg=235,bg=167
ble-face -s vbell reverse
ble-face -s vbell_erase bg=241
ble-face -s vbell_flash fg=142,reverse
ble-face -s prompt_status_line fg=223,bg=237
# syntax highlighting
ble-face -s syntax_default none
ble-face -s syntax_command fg=214,bold
ble-face -s syntax_quoted fg=142
ble-face -s syntax_quotation fg=142,bold
ble-face -s syntax_escape fg=175,bold
ble-face -s syntax_expr fg=109
ble-face -s syntax_error bg=167,fg=235,bold
ble-face -s syntax_varname fg=208
ble-face -s syntax_delimiter fg=246
ble-face -s syntax_param_expansion fg=175,bold
ble-face -s syntax_history_expansion bg=239,fg=223
ble-face -s syntax_function_name fg=108,bold
ble-face -s syntax_comment fg=244,italic
ble-face -s syntax_glob fg=167,bold
ble-face -s syntax_brace fg=109,bold
ble-face -s syntax_tilde fg=175
ble-face -s syntax_document fg=246
ble-face -s syntax_document_begin fg=246,bold
ble-face -s command_builtin_dot fg=167,bold
ble-face -s command_builtin fg=167
ble-face -s command_alias fg=108,bold
ble-face -s command_function fg=108,bold
ble-face -s command_file fg=142
ble-face -s command_keyword fg=109,bold
ble-face -s command_jobs fg=167
ble-face -s command_directory fg=109,underline
ble-face -s filename_directory underline,fg=109
ble-face -s filename_directory_sticky underline,fg=223,bg=108
ble-face -s filename_link underline,fg=108
ble-face -s filename_orphan underline,fg=235,bg=214
ble-face -s filename_executable underline,fg=142,bold
ble-face -s filename_setuid underline,fg=235,bg=214,bold
ble-face -s filename_setgid underline,fg=235,bg=142,bold
ble-face -s filename_other underline
ble-face -s filename_socket underline,fg=109,bg=235
ble-face -s filename_pipe underline,fg=142,bg=235
ble-face -s filename_character underline,fg=223,bg=235
ble-face -s filename_block underline,fg=214,bg=235
ble-face -s filename_warning underline,fg=167,bold
ble-face -s filename_url underline,fg=109
ble-face -s filename_ls_colors underline
ble-face -s varname_array fg=214,bold
ble-face -s varname_empty fg=243
ble-face -s varname_export fg=175,bold
ble-face -s varname_expr fg=108,bold
ble-face -s varname_hash fg=142,bold
ble-face -s varname_number fg=109
ble-face -s varname_readonly fg=175
ble-face -s varname_transform fg=108,bold
ble-face -s varname_unset fg=246
ble-face -s argument_option fg=108
ble-face -s argument_error fg=235,bg=167,bold
# highlighting for completions
ble-face -s auto_complete fg=246,bg=237

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB