diff --git a/Color-schemes.md b/Color-schemes.md index 53aece1..cb8503f 100644 --- a/Color-schemes.md +++ b/Color-schemes.md @@ -93,4 +93,12 @@ export FZF_DEFAULT_OPTS=' ```sh --color dark,hl:33,hl+:37,fg+:235,bg+:136,fg+:254 --color info:254,prompt:37,spinner:108,pointer:235,marker:235 +``` + +### Solarized Light +![](http://i.imgur.com/dqVN1du.png) + +```sh +--color fg:240,bg:230,hl:33,fg+:241,bg+:221,hl+:33 +--color info:33,prompt:33,pointer:166,marker:166,spinner:33 ``` \ No newline at end of file