Skip to content

A port of the Visual Studio Code theme, Andromeda, into a classless CSS theme!

License

Notifications You must be signed in to change notification settings

y-arjun-y/milkomeda.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

milkomeda.css

Description

A port of the Visual Studio Code theme, Andromeda, into a classless CSS theme! Based on Andromeda and sakura.

Installation

  1. CDN
    Add this snippet of code in your <head> tag.
<link
  rel="stylesheet"
  href="https://unpkg.com/milkomeda.css@1.0.0/style.css"
  type="text/css"
/>
  1. NPM
 npm install milkomeda.css
  1. Yarn
 yarn add milkomeda.css

Alternatively, you can see the raw CSS file by going here.

Credit

sakura: https://github.com/oxalorg/sakura
Andromeda: https://github.com/EliverLara/Andromeda
HTML5 Test Page: https://github.com/cbracco/html5-test-page