Sha256: 7bee9891c9aab748ef5d95e29b9a2db3696e68692a62f2568704f8cc2bb5f67f
Contents?: true
Size: 1.93 KB
Versions: 3
Compression:
Stored size: 1.93 KB
Contents
/* Dracula Theme v1.2.5 * * https://github.com/zenorocha/dracula-theme * * Copyright 2016, All rights reserved * * Code licensed under the MIT license * http://zenorocha.mit-license.org * * @author Rob G <wowmotty@gmail.com> * @author Chris Bracco <chris@cbracco.me> * @author Zeno Rocha <hi@zenorocha.com> * @author Piruin Panichphol <piruin.p@gmail.com> */ /* * Variables */ $dt-gray-dark: #282a36; // Background $dt-gray: #44475a; // Current Line & Selection $dt-gray-light: #f8f8f2; // Foreground $dt-blue: #6272a4; // Comment $dt-cyan: #8be9fd; $dt-green: #50fa7b; $dt-orange: #ffb86c; $dt-pink: #ff79c6; $dt-purple: #bd93f9; $dt-red: #ff5555; $dt-yellow: #f1fa8c; /* * Styles */ .highlight { code, pre { background: $dt-gray-dark; color: $dt-gray-light; } .hll, .s, .sa, .sb, .sc, .dl, .sd, .s2, .se, .sh, .si, .sx, .sr, .s1, .ss { color: $dt-yellow; } .go { color: $dt-gray; } .err, .g, .l, .n, .x, .p, .ge, .gr, .gh, .gi, .gp, .gs, .gu, .gt, .ld, .no, .nd, .ni, .ne, .nn, .nx, .py, .w, .bp { color: $dt-gray-light; } .gh, .gi, .gu { font-weight: bold; } .ge { text-decoration: underline; } .bp { font-style: italic; } .c, .ch, .cm, .cpf, .c1, .cs { color: $dt-blue; } .kd, .kt, .nb, .nl, .nv, .vc, .vg, .vi, .vm { color: $dt-cyan; } .kd, .nb, .nl, .nv, .vc, .vg, .vi, .vm { font-style: italic; } .na, .nc, .nf, .fm { color: $dt-green; } .k, .o, .cp, .kc, .kn, .kp, .kr, .nt, .ow { color: $dt-pink; } .m, .mb, .mf, .mh, .mi, .mo, .il { color: $dt-purple; } .gd { color: $dt-red; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chulapa-jekyll-1.1.0 | _sass/highlight/dracula.scss |
chulapa-jekyll-1.0.1 | _sass/highlight/dracula.scss |
chulapa-jekyll-1.0.0 | _sass/highlight/dracula.scss |