Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Fix gui colors using the wrong hex
Browse files Browse the repository at this point in the history
  • Loading branch information
cliuj committed Jun 25, 2023
1 parent a37ab0d commit e782b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/dark-meadow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ set background=dark
" Color palette
let s:clear = ['NONE', 'NONE']
let s:DeepSkyBlue3 = ['31', '#0087af']
let s:SpringGreen3 = ['35', '#00ff87']
let s:SpringGreen3 = ['35', '#00af5f']
let s:DeepPink4 = ['89', '#87005f']
let s:SkyBlue1 = ['117', '#87afff']
let s:SkyBlue1 = ['117', '#87d7ff']
let s:MediumVioletRed = ['126', '#af0087']
let s:MediumOrchid1 = ['171', '#d75fff']
let s:Red1 = ['196', '#ff0000']
let s:MistyRose1 = ['224', '#ffd7d7']
let s:Thistle1 = ['225', '#ffd7ff']
let s:MistyRose1 = ['224', '#ffd7ff']
let s:Grey11 = ['232', '#1c1c1c']
let s:Grey15 = ['235', '#262626']
let s:Grey23 = ['237', '#3a3a3a']
Expand Down

0 comments on commit e782b98

Please sign in to comment.