Skip to content

davidosomething/duotone-base16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Duotone to base16 colorscheme

1.0.0 - alpha

Installation

git clone https://github.com/davidosomething/duotone-base16.git
cd duotone-base16
npm install
./db16

Usage

./db16 <duotone-repo>

where <duotone-repo> is the github repo username/themename of an atom theme in duotone-syntax.

E.g.

./db16 simurai/duotone-dark-syntax

will generate the file schemes/duotone-dark-syntax.yml

Then you can compile that file using base16-builder:

cp schemes/duotone-dark-syntax.yml $PATH_TO_BASE16_BUILDER/schemes
cd $PATH_TO_BASE16_BUILDER
./base16 -s schemes/duotone-dark-syntax.yml

This will generate various colorschemes, e.g. you can grab the VIM version from output/vim/duotone-dark-syntax.vim and load that into VIM.

Roadmap

  • CLI
  • Obtain duotone atom theme variants into temp dir
  • Compile via node less module and convert HSL values to hex
  • Map to base16 yaml scheme
    • HELP WANTED on mapping the colors to base16 colors, see function convertToBase16(output)

About

abandoned, someone else made a different one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published