Skip to content

Instantly share code, notes, and snippets.

@paradoxxxzero
Created June 24, 2016 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paradoxxxzero/9d60c155f94ef91b7d3b502dc43b54bb to your computer and use it in GitHub Desktop.
Save paradoxxxzero/9d60c155f94ef91b7d3b502dc43b54bb to your computer and use it in GitHub Desktop.
Butterfly theme to work with img-serve.py
@import 'https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700'
$font-family: 'Anonymous Pro', monospace
$font-size: 1.3em
$fg: darken(#AABBC3, 5%)
$bg: #212121
$active-bg: rgba(0, 0, 0, 0.19)
$colors: #000000, rgba(211, 66, 62, 1), #8BD649, #FAD430, #c792ea, rgba(255, 83, 112, 1), #8EACE3, #DDDDDD, #656565, #F77669, #91b859, #ffcb6b, rgba(199, 146, 234, 1), #ff5370, #B2CCD6, rgba(217, 245, 221, 1)
@import variables
@import styles
::selection
color: inherit
background: rgba(59, 59, 59, .5)
text-shadow: 0 0 1px
html, body
background-color: rgba(0, 0, 0, .7)
background-blend-mode: color
background-image: url("http://localhost:42424/img?" + random(100000))
background-size: 100%
background-attachment: fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment