Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 964 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 964 Bytes

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