commit 40da7ce72f136e0d6cb28b08ccfd4973f1e0d30f parent 42f90e611b78f0e85c92c53c5b2778940451f294 Author: Xavier Noria <fxn@hashref.com> Date: Sat, 12 Aug 2017 21:14:35 +0200 update link to colors reference Diffstat:
M | bin/generate.rb | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/bin/generate.rb b/bin/generate.rb @@ -2,10 +2,8 @@ # Mapping guidelines: # -# http://raebear.net/comp/emacscolors.html -# http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html +# https://jonasjacek.github.io/colors/ # - def white { gui: 'White', cterm: 15 } end