m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

add truecolor values for solarized

Jack O'Connor
2021-08-04 18:36:44 -04:00
parent f0799a1a27
commit 44df7c6791

@@ -163,6 +163,23 @@ _gen_fzf_default_opts() {
local blue="33"
local cyan="37"
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.