mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
add truecolor values for solarized
@@ -163,6 +163,23 @@ _gen_fzf_default_opts() {
|
|||||||
local blue="33"
|
local blue="33"
|
||||||
local cyan="37"
|
local cyan="37"
|
||||||
local green="64"
|
local green="64"
|
||||||
|
# Uncomment for truecolor, if your terminal supports it.
|
||||||
|
# local base03="#002b36"
|
||||||
|
# local base02="#073642"
|
||||||
|
# local base01="#586e75"
|
||||||
|
# local base00="#657b83"
|
||||||
|
# local base0="#839496"
|
||||||
|
# local base1="#93a1a1"
|
||||||
|
# local base2="#eee8d5"
|
||||||
|
# local base3="#fdf6e3"
|
||||||
|
# local yellow="#b58900"
|
||||||
|
# local orange="#cb4b16"
|
||||||
|
# local red="#dc322f"
|
||||||
|
# local magenta="#d33682"
|
||||||
|
# local violet="#6c71c4"
|
||||||
|
# local blue="#268bd2"
|
||||||
|
# local cyan="#2aa198"
|
||||||
|
# local green="#859900"
|
||||||
|
|
||||||
# Comment and uncomment below for the light theme.
|
# Comment and uncomment below for the light theme.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user