y-arjun-y / milkomeda.css

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

Home Page:https://y-arjun-y.github.io/milkomeda.css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://y-arjun-y.github.io/milkomeda.css

License:MIT License


Languages

Language:HTML 82.9%Language:CSS 17.1%