mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Make bspwm work with vnc displays; and general updates/cleanups
- Set fish colors to more gruvbox accurate theme - Fix nvim transparency - Remove conky, qutebrowser, and taskrc configs - Update fish greeting - Update toglpulse script
This commit is contained in:
parent
81e8b0c49c
commit
503fb8bff6
15 changed files with 83 additions and 638 deletions
|
|
@ -1,29 +1,38 @@
|
|||
set -U fish_color_autosuggestion 586e75
|
||||
set -U fish_color_cancel -r
|
||||
set -U fish_color_command 93a1a1
|
||||
set -U fish_color_comment 586e75
|
||||
set -U fish_color_autosuggestion a89984
|
||||
set -U fish_color_cancel --reverse
|
||||
set -U fish_color_command 98971a
|
||||
set -U fish_color_comment a89984
|
||||
set -U fish_color_cwd green
|
||||
set -U fish_color_cwd_root red
|
||||
set -U fish_color_end 268bd2
|
||||
set -U fish_color_error dc322f
|
||||
set -U fish_color_escape 00a6b2
|
||||
set -U fish_color_end b16286
|
||||
set -U fish_color_error cc241d
|
||||
set -U fish_color_escape 458588
|
||||
set -U fish_color_history_current --bold
|
||||
set -U fish_color_host normal
|
||||
set -U fish_color_host_remote yellow
|
||||
set -U fish_color_match --background=brblue
|
||||
set -U fish_color_host_remote
|
||||
set -U fish_color_keyword
|
||||
set -U fish_color_match 458588
|
||||
set -U fish_color_normal normal
|
||||
set -U fish_color_operator 00a6b2
|
||||
set -U fish_color_param 839496
|
||||
set -U fish_color_quote 657b83
|
||||
set -U fish_color_redirection 6c71c4
|
||||
set -U fish_color_search_match 'bryellow' '--background=black'
|
||||
set -U fish_color_selection 'white' '--bold' '--background=brblack'
|
||||
set -U fish_color_status red
|
||||
set -U fish_color_operator 458588
|
||||
set -U fish_color_option
|
||||
set -U fish_color_param ebdbb2
|
||||
set -U fish_color_quote a89984
|
||||
set -U fish_color_redirection 689d6a
|
||||
set -U fish_color_search_match 'bryellow' '--background=brblack'
|
||||
set -U fish_color_selection 'white' '--bold' '--background=brblack'
|
||||
set -U fish_color_user brgreen
|
||||
set -U fish_color_valid_path --underline
|
||||
set -U fish_greeting
|
||||
set -U fish_key_bindings fish_vi_key_bindings
|
||||
set -U fish_pager_color_completion B3A06D
|
||||
set -U fish_pager_color_description B3A06D
|
||||
set -U fish_pager_color_prefix 'cyan' '--underline'
|
||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
set -U fish_pager_color_background
|
||||
set -U fish_pager_color_completion normal
|
||||
set -U fish_pager_color_description a89984
|
||||
set -U fish_pager_color_prefix 'normal' '--bold' '--underline'
|
||||
set -U fish_pager_color_progress 'brwhite' '--background=cyan'
|
||||
set -U fish_pager_color_secondary_background
|
||||
set -U fish_pager_color_secondary_completion
|
||||
set -U fish_pager_color_secondary_description
|
||||
set -U fish_pager_color_secondary_prefix
|
||||
set -U fish_pager_color_selected_background --background=brblack
|
||||
set -U fish_pager_color_selected_completion
|
||||
set -U fish_pager_color_selected_description
|
||||
set -U fish_pager_color_selected_prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue