Skip to content

Commit

Permalink
Update color palette to Open Color v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Mar 27, 2019
1 parent 5e4e747 commit 6e5f469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions colors/open-color.vim
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ if !exists('s:oc')
\ ['#4c6ef5', 27], ['#4263eb', 27], ['#3b5bdb', 27],
\ ['#364fc7', 26]]
let s:oc['blue'] = [
\ ['#e8f7ff', 255], ['#ccedff', 153], ['#a3daff', 153],
\ ['#72c3fc', 75], ['#4dadf7', 75], ['#329af0', 75],
\ ['#228ae6', 32], ['#1c7cd6', 32], ['#1b6ec2', 25],
\ ['#1862ab', 25]]
\ ['#e7f5ff', 255], ['#d0ebff', 153], ['#a5d8ff', 153],
\ ['#74c0fc', 75], ['#4dabf7', 75], ['#339af0', 75],
\ ['#228be6', 32], ['#1c7ed6', 32], ['#1971c2', 25],
\ ['#1864ab', 25]]
let s:oc['cyan'] = [
\ ['#e3fafc', 195], ['#c5f6fa', 195], ['#99e9f2', 116],
\ ['#66d9e8', 80], ['#3bc9db', 45], ['#22b8cf', 38],
Expand Down

0 comments on commit 6e5f469

Please sign in to comment.