Skip to content

Commit 604bb00

Browse files
committed
Update color palette.
Update bright colors with minor tweaks to the hues making them more distinct in comparison to their dark compainions. Update cyan both dark and bright, old being to similar to blue.
1 parent 386db2d commit 604bb00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

colors/srcery.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ let s:green = ["#519F50", 2]
2323
let s:yellow = ["#FBB829", 3]
2424
let s:blue = ["#5573A3", 4]
2525
let s:magenta = ["#E02C6D", 5]
26-
let s:cyan = ["#1693A5", 6]
26+
let s:cyan = ["#0AAEB3", 6]
2727
let s:gray = ["#918175", 7]
2828
let s:bright_black = ["#2D2C29", 8]
29-
let s:bright_red = ["#DA4939", 9]
29+
let s:bright_red = ["#F75341", 9]
3030
let s:bright_green = ["#98BC37", 10]
31-
let s:bright_yellow = ["#FFC66D", 11]
32-
let s:bright_blue = ["#6D9CBE", 12]
31+
let s:bright_yellow = ["#FED06E", 11]
32+
let s:bright_blue = ["#8EB2F7", 12]
3333
let s:bright_magenta = ["#E35682", 13]
34-
let s:bright_cyan = ["#34BEDA", 14]
34+
let s:bright_cyan = ["#53FDE9", 14]
3535
let s:white = ["#FCE8C3", 15]
3636

3737
" default xterm colors.

0 commit comments

Comments
 (0)