├── Availability
├── README.md
├── availability.rb
└── docs
│ ├── availability_block.jpg
│ ├── availability_notif.jpg
│ └── availability_toc.jpg
├── Countdown
└── countdown.rb
├── Donation
├── DonateButton.gif
├── README.md
├── _styles.scss
├── donate_tag.rb
└── donation2.png
├── GifTag
├── README.md
├── gif_tag.rb
└── images
│ └── gif-play-button.png
├── GistTag
├── README.md
├── gist_tag.rb
└── sass
│ └── syntax
│ ├── _syntax.scss
│ └── themes
│ ├── _3024.scss
│ ├── _apathy.scss
│ ├── _ashes.scss
│ ├── _atelier-cave-light.scss
│ ├── _atelier-cave.scss
│ ├── _atelier-dune-light.scss
│ ├── _atelier-dune.scss
│ ├── _atelier-estuary-light.scss
│ ├── _atelier-estuary.scss
│ ├── _atelier-forest-light.scss
│ ├── _atelier-forest.scss
│ ├── _atelier-heath-light.scss
│ ├── _atelier-heath.scss
│ ├── _atelier-lakeside-light.scss
│ ├── _atelier-lakeside.scss
│ ├── _atelier-plateau-light.scss
│ ├── _atelier-plateau.scss
│ ├── _atelier-savanna-light.scss
│ ├── _atelier-savanna.scss
│ ├── _atelier-seaside-light.scss
│ ├── _atelier-seaside.scss
│ ├── _atelier-sulphurpool-light.scss
│ ├── _atelier-sulphurpool.scss
│ ├── _atlas.scss
│ ├── _bespin.scss
│ ├── _black-metal-bathory.scss
│ ├── _black-metal-burzum.scss
│ ├── _black-metal-dark-funeral.scss
│ ├── _black-metal-gorgoroth.scss
│ ├── _black-metal-immortal.scss
│ ├── _black-metal-khold.scss
│ ├── _black-metal-marduk.scss
│ ├── _black-metal-mayhem.scss
│ ├── _black-metal-nile.scss
│ ├── _black-metal-venom.scss
│ ├── _black-metal.scss
│ ├── _brewer.scss
│ ├── _bright.scss
│ ├── _brogrammer.scss
│ ├── _brushtrees-dark.scss
│ ├── _brushtrees.scss
│ ├── _chalk.scss
│ ├── _circus.scss
│ ├── _classic-dark.scss
│ ├── _classic-light.scss
│ ├── _codeschool.scss
│ ├── _cupcake.scss
│ ├── _cupertino.scss
│ ├── _darktooth.scss
│ ├── _decaf.scss
│ ├── _default-dark.scss
│ ├── _default-light.scss
│ ├── _dracula.scss
│ ├── _edge-dark.scss
│ ├── _edge-light.scss
│ ├── _eighties.scss
│ ├── _embers.scss
│ ├── _espresso.scss
│ ├── _flat.scss
│ ├── _framer.scss
│ ├── _fruit-soda.scss
│ ├── _gigavolt.scss
│ ├── _github.scss
│ ├── _google-dark.scss
│ ├── _google-light.scss
│ ├── _grayscale-dark.scss
│ ├── _grayscale-light.scss
│ ├── _greenscreen.scss
│ ├── _gruvbox-dark-hard.scss
│ ├── _gruvbox-dark-medium.scss
│ ├── _gruvbox-dark-pale.scss
│ ├── _gruvbox-dark-soft.scss
│ ├── _gruvbox-light-hard.scss
│ ├── _gruvbox-light-medium.scss
│ ├── _gruvbox-light-soft.scss
│ ├── _harmonic-dark.scss
│ ├── _harmonic-light.scss
│ ├── _heetch-light.scss
│ ├── _heetch.scss
│ ├── _helios.scss
│ ├── _hopscotch.scss
│ ├── _horizon-dark.scss
│ ├── _horizon-light.scss
│ ├── _horizon-terminal-dark.scss
│ ├── _horizon-terminal-light.scss
│ ├── _ia-dark.scss
│ ├── _ia-light.scss
│ ├── _icy.scss
│ ├── _irblack.scss
│ ├── _isotope.scss
│ ├── _macintosh.scss
│ ├── _marrakesh.scss
│ ├── _materia.scss
│ ├── _material-darker.scss
│ ├── _material-lighter.scss
│ ├── _material-palenight.scss
│ ├── _material-vivid.scss
│ ├── _material.scss
│ ├── _mellow-purple.scss
│ ├── _mexico-light.scss
│ ├── _mocha.scss
│ ├── _monokai.scss
│ ├── _nord.scss
│ ├── _nova.scss
│ ├── _ocean.scss
│ ├── _oceanicnext.scss
│ ├── _one-light.scss
│ ├── _onedark.scss
│ ├── _onehalflight.scss
│ ├── _outrun-dark.scss
│ ├── _papercolor-dark.scss
│ ├── _papercolor-light.scss
│ ├── _paraiso.scss
│ ├── _phd.scss
│ ├── _pico.scss
│ ├── _pop.scss
│ ├── _porple.scss
│ ├── _railscastboost.scss
│ ├── _railscasts.scss
│ ├── _rebecca.scss
│ ├── _sandcastle.scss
│ ├── _seti.scss
│ ├── _shapeshifter.scss
│ ├── _snazzy.scss
│ ├── _solarflare.scss
│ ├── _solarized-dark.scss
│ ├── _solarized-light.scss
│ ├── _solarized.scss
│ ├── _spacegray.scss
│ ├── _spacemacs.scss
│ ├── _summerfruit-dark.scss
│ ├── _summerfruit-light.scss
│ ├── _synth-midnight-dark.scss
│ ├── _tomorrow-night-eighties.scss
│ ├── _tomorrow-night.scss
│ ├── _tomorrow.scss
│ ├── _tube.scss
│ ├── _twilight.scss
│ ├── _unikitty-dark.scss
│ ├── _unikitty-light.scss
│ ├── _woodland.scss
│ ├── _working.scss
│ ├── _xcode-dusk.scss
│ └── _zenburn.scss
├── HTML5Audio
└── audio_tag.rb
├── KBDTag
├── README.md
├── kbd_tag.rb
├── sass
│ └── kbd.scss
├── symbolsonly.png
└── symbolsplus.png
├── OGTags
├── README.md
└── describe_tag.rb
├── README.md
└── YouTube
├── README.md
└── youtube_tag.rb
/Availability/docs/availability_block.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/Availability/docs/availability_block.jpg
--------------------------------------------------------------------------------
/Availability/docs/availability_notif.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/Availability/docs/availability_notif.jpg
--------------------------------------------------------------------------------
/Availability/docs/availability_toc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/Availability/docs/availability_toc.jpg
--------------------------------------------------------------------------------
/Donation/DonateButton.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/Donation/DonateButton.gif
--------------------------------------------------------------------------------
/Donation/README.md:
--------------------------------------------------------------------------------
1 | ## Donate button tag for Jekyll
2 |
3 | A Liquid tag plugin for Jekyll that creates a PayPal donate button on a page or post.
4 |
5 | 
6 |
7 | ### Examples
8 |
9 | Default button:
10 |
11 | {% donate %}
12 |
13 | *Creates markup based on the default settings in your `_config.yaml`. You need to set `donate_text` (for default button text) and `donate_id` (default PayPal button ID).*
14 |
15 | Create a button using an ID different from the config, with default text:
16 |
17 | {% donate A9KK2MTU7QSJU %}
18 |
19 |
20 | Create a button with custom text:
21 |
22 | {% donate Buy me some coffee %}
23 |
24 | Custom ID and text:
25 |
26 | {% donate A9KK2MTU7QSJU "Buy me some coffee, ok?" %}
27 |
28 | ### Markup ###
29 |
30 | The tag will create something like:
31 |
32 | ```html
33 |
41 | ```
42 |
43 | I put the stylesheet for my own button in this gist, but you can do whatever you like for the appearance via CSS. The image for my version is [here](https://raw.github.com/ttscoff/JekyllPlugins/master/Donation/donation2.png).
44 |
--------------------------------------------------------------------------------
/Donation/donation2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/Donation/donation2.png
--------------------------------------------------------------------------------
/GifTag/images/gif-play-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/GifTag/images/gif-play-button.png
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_3024.scss:
--------------------------------------------------------------------------------
1 | /* 3024 by Jan T. Sott (http://github.com/idleberg) */
2 |
3 | $base01 : #090300 !default; // Default Background
4 | $base02 : #3a3432 !default; // Lighter Background (Used for status bars)
5 | $base03 : #4a4543 !default; // Selection Background
6 | $base04 : #5c5855 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #807d7c !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a5a2a2 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d6d5d4 !default; // Light Foreground (Not often used)
10 | $base08 : #f7f7f7 !default; // Light Background (Not often used)
11 | $base09 : #db2d20 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #e8bbd0 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fded02 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #01a252 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #b5e4f4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #01a0e4 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a16a94 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #cdab53 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_apathy.scss:
--------------------------------------------------------------------------------
1 | /* Apathy by Jannik Siebert (https://github.com/janniks) */
2 |
3 | $base01 : #031A16 !default; // Default Background
4 | $base02 : #0B342D !default; // Lighter Background (Used for status bars)
5 | $base03 : #184E45 !default; // Selection Background
6 | $base04 : #2B685E !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #5F9C92 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #81B5AC !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #A7CEC8 !default; // Light Foreground (Not often used)
10 | $base08 : #D2E7E4 !default; // Light Background (Not often used)
11 | $base09 : #3E9688 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #3E7996 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #3E4C96 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #883E96 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #963E4C !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #96883E !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #4C963E !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #3E965B !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_ashes.scss:
--------------------------------------------------------------------------------
1 | /* Ashes by Jannik Siebert (https://github.com/janniks) */
2 |
3 | $base01 : #1C2023 !default; // Default Background
4 | $base02 : #393F45 !default; // Lighter Background (Used for status bars)
5 | $base03 : #565E65 !default; // Selection Background
6 | $base04 : #747C84 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #ADB3BA !default; // Dark Foreground (Used for status bars)
8 | $base06 : #C7CCD1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #DFE2E5 !default; // Light Foreground (Not often used)
10 | $base08 : #F3F4F5 !default; // Light Background (Not often used)
11 | $base09 : #C7AE95 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #C7C795 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #AEC795 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #95C7AE !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #95AEC7 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #AE95C7 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #C795AE !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #C79595 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-cave-light.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Cave Light by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #efecf4 !default; // Default Background
4 | $base02 : #e2dfe7 !default; // Lighter Background (Used for status bars)
5 | $base03 : #8b8792 !default; // Selection Background
6 | $base04 : #7e7887 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #655f6d !default; // Dark Foreground (Used for status bars)
8 | $base06 : #585260 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #26232a !default; // Light Foreground (Not often used)
10 | $base08 : #19171c !default; // Light Background (Not often used)
11 | $base09 : #be4678 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aa573c !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a06e3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #2a9292 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #398bc6 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #576ddb !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #955ae7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bf40bf !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-cave.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Cave by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #19171c !default; // Default Background
4 | $base02 : #26232a !default; // Lighter Background (Used for status bars)
5 | $base03 : #585260 !default; // Selection Background
6 | $base04 : #655f6d !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #7e7887 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #8b8792 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e2dfe7 !default; // Light Foreground (Not often used)
10 | $base08 : #efecf4 !default; // Light Background (Not often used)
11 | $base09 : #be4678 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aa573c !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a06e3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #2a9292 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #398bc6 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #576ddb !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #955ae7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bf40bf !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-dune-light.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Dune Light by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #fefbec !default; // Default Background
4 | $base02 : #e8e4cf !default; // Lighter Background (Used for status bars)
5 | $base03 : #a6a28c !default; // Selection Background
6 | $base04 : #999580 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #7d7a68 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #6e6b5e !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #292824 !default; // Light Foreground (Not often used)
10 | $base08 : #20201d !default; // Light Background (Not often used)
11 | $base09 : #d73737 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #b65611 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ae9513 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #60ac39 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1fad83 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6684e1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b854d4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #d43552 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-dune.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Dune by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #20201d !default; // Default Background
4 | $base02 : #292824 !default; // Lighter Background (Used for status bars)
5 | $base03 : #6e6b5e !default; // Selection Background
6 | $base04 : #7d7a68 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999580 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a6a28c !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e4cf !default; // Light Foreground (Not often used)
10 | $base08 : #fefbec !default; // Light Background (Not often used)
11 | $base09 : #d73737 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #b65611 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ae9513 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #60ac39 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1fad83 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6684e1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b854d4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #d43552 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-estuary-light.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Estuary Light by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #f4f3ec !default; // Default Background
4 | $base02 : #e7e6df !default; // Lighter Background (Used for status bars)
5 | $base03 : #929181 !default; // Selection Background
6 | $base04 : #878573 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #6c6b5a !default; // Dark Foreground (Used for status bars)
8 | $base06 : #5f5e4e !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #302f27 !default; // Light Foreground (Not often used)
10 | $base08 : #22221b !default; // Light Background (Not often used)
11 | $base09 : #ba6236 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ae7313 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a5980d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7d9726 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5b9d48 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #36a166 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #5f9182 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #9d6c7c !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-estuary.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Estuary by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #22221b !default; // Default Background
4 | $base02 : #302f27 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5f5e4e !default; // Selection Background
6 | $base04 : #6c6b5a !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #878573 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #929181 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e7e6df !default; // Light Foreground (Not often used)
10 | $base08 : #f4f3ec !default; // Light Background (Not often used)
11 | $base09 : #ba6236 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ae7313 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a5980d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7d9726 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5b9d48 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #36a166 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #5f9182 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #9d6c7c !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-forest-light.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Forest Light by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #f1efee !default; // Default Background
4 | $base02 : #e6e2e0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #a8a19f !default; // Selection Background
6 | $base04 : #9c9491 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #766e6b !default; // Dark Foreground (Used for status bars)
8 | $base06 : #68615e !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #2c2421 !default; // Light Foreground (Not often used)
10 | $base08 : #1b1918 !default; // Light Background (Not often used)
11 | $base09 : #f22c40 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #df5320 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #c38418 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7b9726 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #3d97b8 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #407ee7 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6666ea !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c33ff3 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-forest.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Forest by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #1b1918 !default; // Default Background
4 | $base02 : #2c2421 !default; // Lighter Background (Used for status bars)
5 | $base03 : #68615e !default; // Selection Background
6 | $base04 : #766e6b !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9c9491 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a8a19f !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e6e2e0 !default; // Light Foreground (Not often used)
10 | $base08 : #f1efee !default; // Light Background (Not often used)
11 | $base09 : #f22c40 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #df5320 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #c38418 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7b9726 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #3d97b8 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #407ee7 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6666ea !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c33ff3 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-heath-light.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Heath Light by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #f7f3f7 !default; // Default Background
4 | $base02 : #d8cad8 !default; // Lighter Background (Used for status bars)
5 | $base03 : #ab9bab !default; // Selection Background
6 | $base04 : #9e8f9e !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #776977 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #695d69 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #292329 !default; // Light Foreground (Not often used)
10 | $base08 : #1b181b !default; // Light Background (Not often used)
11 | $base09 : #ca402b !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #a65926 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #bb8a35 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #918b3b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #159393 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #516aec !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #7b59c0 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #cc33cc !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-heath.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Heath by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #1b181b !default; // Default Background
4 | $base02 : #292329 !default; // Lighter Background (Used for status bars)
5 | $base03 : #695d69 !default; // Selection Background
6 | $base04 : #776977 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9e8f9e !default; // Dark Foreground (Used for status bars)
8 | $base06 : #ab9bab !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d8cad8 !default; // Light Foreground (Not often used)
10 | $base08 : #f7f3f7 !default; // Light Background (Not often used)
11 | $base09 : #ca402b !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #a65926 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #bb8a35 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #918b3b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #159393 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #516aec !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #7b59c0 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #cc33cc !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-lakeside.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Lakeside by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #161b1d !default; // Default Background
4 | $base02 : #1f292e !default; // Lighter Background (Used for status bars)
5 | $base03 : #516d7b !default; // Selection Background
6 | $base04 : #5a7b8c !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #7195a8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #7ea2b4 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #c1e4f6 !default; // Light Foreground (Not often used)
10 | $base08 : #ebf8ff !default; // Light Background (Not often used)
11 | $base09 : #d22d72 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #935c25 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #8a8a0f !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #568c3b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #2d8f6f !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #257fad !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6b6bb8 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b72dd2 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-plateau.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Plateau by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #1b1818 !default; // Default Background
4 | $base02 : #292424 !default; // Lighter Background (Used for status bars)
5 | $base03 : #585050 !default; // Selection Background
6 | $base04 : #655d5d !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #7e7777 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #8a8585 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e7dfdf !default; // Light Foreground (Not often used)
10 | $base08 : #f4ecec !default; // Light Background (Not often used)
11 | $base09 : #ca4949 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #b45a3c !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a06e3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #4b8b8b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5485b6 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7272ca !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #8464c4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bd5187 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-savanna.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Savanna by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #171c19 !default; // Default Background
4 | $base02 : #232a25 !default; // Lighter Background (Used for status bars)
5 | $base03 : #526057 !default; // Selection Background
6 | $base04 : #5f6d64 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #78877d !default; // Dark Foreground (Used for status bars)
8 | $base06 : #87928a !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dfe7e2 !default; // Light Foreground (Not often used)
10 | $base08 : #ecf4ee !default; // Light Background (Not often used)
11 | $base09 : #b16139 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #9f713c !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a07e3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #489963 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1c9aa0 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #478c90 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #55859b !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #867469 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-seaside.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Seaside by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #131513 !default; // Default Background
4 | $base02 : #242924 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5e6e5e !default; // Selection Background
6 | $base04 : #687d68 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #809980 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #8ca68c !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #cfe8cf !default; // Light Foreground (Not often used)
10 | $base08 : #f4fbf4 !default; // Light Background (Not often used)
11 | $base09 : #e6193c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #87711d !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #98981b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #29a329 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1999b3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3d62f5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ad2bee !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #e619c3 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atelier-sulphurpool.scss:
--------------------------------------------------------------------------------
1 | /* Atelier Sulphurpool by Bram de Haan (http://atelierbramdehaan.nl) */
2 |
3 | $base01 : #202746 !default; // Default Background
4 | $base02 : #293256 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5e6687 !default; // Selection Background
6 | $base04 : #6b7394 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #898ea4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #979db4 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dfe2f1 !default; // Light Foreground (Not often used)
10 | $base08 : #f5f7ff !default; // Light Background (Not often used)
11 | $base09 : #c94922 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #c76b29 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #c08b30 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #ac9739 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #22a2c9 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3d8fd1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6679cc !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #9c637a !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_atlas.scss:
--------------------------------------------------------------------------------
1 | /* Atlas by Alex Lende (https://ajlende.com) */
2 |
3 | $base01 : #002635 !default; // Default Background
4 | $base02 : #00384d !default; // Lighter Background (Used for status bars)
5 | $base03 : #517F8D !default; // Selection Background
6 | $base04 : #6C8B91 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #869696 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a1a19a !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e6e6dc !default; // Light Foreground (Not often used)
10 | $base08 : #fafaf8 !default; // Light Background (Not often used)
11 | $base09 : #ff5a67 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f08e48 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffcc1b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7fc06e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #14747e !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #5dd7b9 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #9a70a4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c43060 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_bespin.scss:
--------------------------------------------------------------------------------
1 | /* Bespin by Jan T. Sott */
2 |
3 | $base01 : #28211c !default; // Default Background
4 | $base02 : #36312e !default; // Lighter Background (Used for status bars)
5 | $base03 : #5e5d5c !default; // Selection Background
6 | $base04 : #666666 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #797977 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #8a8986 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #9d9b97 !default; // Light Foreground (Not often used)
10 | $base08 : #baae9e !default; // Light Background (Not often used)
11 | $base09 : #cf6a4c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #cf7d34 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f9ee98 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #54be0d !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #afc4db !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #5ea6ea !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #9b859d !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #937121 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-bathory.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Bathory) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #e78a53 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #fbcb97 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-burzum.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Burzum) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #99bbaa !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #ddeecc !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-immortal.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Immortal) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #556677 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7799bb !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-khold.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Khold) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #974b46 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #eceee3 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-marduk.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Marduk) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #626b67 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a5aaa7 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-mayhem.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Mayhem) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #eecc6c !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #f3ecd4 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-nile.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Nile) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #777755 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #aa9988 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal-venom.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal (Venom) by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #79241f !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #f8f7f2 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_black-metal.scss:
--------------------------------------------------------------------------------
1 | /* Black Metal by metalelf0 (https://github.com/metalelf0) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #121212 !default; // Lighter Background (Used for status bars)
5 | $base03 : #222222 !default; // Selection Background
6 | $base04 : #333333 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #999999 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c1c1c1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #999999 !default; // Light Foreground (Not often used)
10 | $base08 : #c1c1c1 !default; // Light Background (Not often used)
11 | $base09 : #5f8787 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aaaaaa !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a06666 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #dd9999 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #aaaaaa !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #888888 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #999999 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #444444 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_brewer.scss:
--------------------------------------------------------------------------------
1 | /* Brewer by Timothée Poisot (http://github.com/tpoisot) */
2 |
3 | $base01 : #0c0d0e !default; // Default Background
4 | $base02 : #2e2f30 !default; // Lighter Background (Used for status bars)
5 | $base03 : #515253 !default; // Selection Background
6 | $base04 : #737475 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #959697 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b7b8b9 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dadbdc !default; // Light Foreground (Not often used)
10 | $base08 : #fcfdfe !default; // Light Background (Not often used)
11 | $base09 : #e31a1c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #e6550d !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #dca060 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #31a354 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #80b1d3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3182bd !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #756bb1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b15928 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_bright.scss:
--------------------------------------------------------------------------------
1 | /* Bright by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #303030 !default; // Lighter Background (Used for status bars)
5 | $base03 : #505050 !default; // Selection Background
6 | $base04 : #b0b0b0 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #d0d0d0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #e0e0e0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #f5f5f5 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #fb0120 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #fc6d24 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fda331 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a1c659 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #76c7b7 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6fb3d2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #d381c3 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #be643c !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_brogrammer.scss:
--------------------------------------------------------------------------------
1 | /* Brogrammer by Vik Ramanujam (http://github.com/piggyslasher) */
2 |
3 | $base01 : #1f1f1f !default; // Default Background
4 | $base02 : #f81118 !default; // Lighter Background (Used for status bars)
5 | $base03 : #2dc55e !default; // Selection Background
6 | $base04 : #ecba0f !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #2a84d2 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #4e5ab7 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #1081d6 !default; // Light Foreground (Not often used)
10 | $base08 : #d6dbe5 !default; // Light Background (Not often used)
11 | $base09 : #d6dbe5 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #de352e !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #1dd361 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #f3bd09 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1081d6 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #5350b9 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #0f7ddb !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #ffffff !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_brushtrees-dark.scss:
--------------------------------------------------------------------------------
1 | /* Brush Trees Dark by Abraham White */
2 |
3 | $base01 : #485867 !default; // Default Background
4 | $base02 : #5A6D7A !default; // Lighter Background (Used for status bars)
5 | $base03 : #6D828E !default; // Selection Background
6 | $base04 : #8299A1 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #98AFB5 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #B0C5C8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #C9DBDC !default; // Light Foreground (Not often used)
10 | $base08 : #E3EFEF !default; // Light Background (Not often used)
11 | $base09 : #b38686 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d8bba2 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #aab386 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #87b386 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #86b3b3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #868cb3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b386b2 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b39f9f !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_brushtrees.scss:
--------------------------------------------------------------------------------
1 | /* Brush Trees by Abraham White */
2 |
3 | $base01 : #E3EFEF !default; // Default Background
4 | $base02 : #C9DBDC !default; // Lighter Background (Used for status bars)
5 | $base03 : #B0C5C8 !default; // Selection Background
6 | $base04 : #98AFB5 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #8299A1 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #6D828E !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #5A6D7A !default; // Light Foreground (Not often used)
10 | $base08 : #485867 !default; // Light Background (Not often used)
11 | $base09 : #b38686 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d8bba2 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #aab386 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #87b386 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #86b3b3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #868cb3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b386b2 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b39f9f !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_chalk.scss:
--------------------------------------------------------------------------------
1 | /* Chalk by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #151515 !default; // Default Background
4 | $base02 : #202020 !default; // Lighter Background (Used for status bars)
5 | $base03 : #303030 !default; // Selection Background
6 | $base04 : #505050 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b0b0b0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d0d0d0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #f5f5f5 !default; // Light Background (Not often used)
11 | $base09 : #fb9fb1 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #eda987 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ddb26f !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #acc267 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #12cfc0 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6fc2ef !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #e1a3ee !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #deaf8f !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_classic-dark.scss:
--------------------------------------------------------------------------------
1 | /* Classic Dark by Jason Heeris (http://heeris.id.au) */
2 |
3 | $base01 : #151515 !default; // Default Background
4 | $base02 : #202020 !default; // Lighter Background (Used for status bars)
5 | $base03 : #303030 !default; // Selection Background
6 | $base04 : #505050 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B0B0B0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #D0D0D0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #E0E0E0 !default; // Light Foreground (Not often used)
10 | $base08 : #F5F5F5 !default; // Light Background (Not often used)
11 | $base09 : #AC4142 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #D28445 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #F4BF75 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #90A959 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #75B5AA !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6A9FB5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #AA759F !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8F5536 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_classic-light.scss:
--------------------------------------------------------------------------------
1 | /* Classic Light by Jason Heeris (http://heeris.id.au) */
2 |
3 | $base01 : #F5F5F5 !default; // Default Background
4 | $base02 : #E0E0E0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #D0D0D0 !default; // Selection Background
6 | $base04 : #B0B0B0 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #505050 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #303030 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #202020 !default; // Light Foreground (Not often used)
10 | $base08 : #151515 !default; // Light Background (Not often used)
11 | $base09 : #AC4142 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #D28445 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #F4BF75 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #90A959 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #75B5AA !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6A9FB5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #AA759F !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8F5536 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_codeschool.scss:
--------------------------------------------------------------------------------
1 | /* Codeschool by blockloop */
2 |
3 | $base01 : #232c31 !default; // Default Background
4 | $base02 : #1c3657 !default; // Lighter Background (Used for status bars)
5 | $base03 : #2a343a !default; // Selection Background
6 | $base04 : #3f4944 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #84898c !default; // Dark Foreground (Used for status bars)
8 | $base06 : #9ea7a6 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #a7cfa3 !default; // Light Foreground (Not often used)
10 | $base08 : #b5d8f6 !default; // Light Background (Not often used)
11 | $base09 : #2a5491 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #43820d !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a03b1e !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #237986 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #b02f30 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #484d79 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #c59820 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c98344 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_cupcake.scss:
--------------------------------------------------------------------------------
1 | /* Cupcake by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #fbf1f2 !default; // Default Background
4 | $base02 : #f2f1f4 !default; // Lighter Background (Used for status bars)
5 | $base03 : #d8d5dd !default; // Selection Background
6 | $base04 : #bfb9c6 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #a59daf !default; // Dark Foreground (Used for status bars)
8 | $base06 : #8b8198 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #72677E !default; // Light Foreground (Not often used)
10 | $base08 : #585062 !default; // Light Background (Not often used)
11 | $base09 : #D57E85 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #EBB790 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #DCB16C !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #A3B367 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #69A9A7 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7297B9 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #BB99B4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #BAA58C !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_cupertino.scss:
--------------------------------------------------------------------------------
1 | /* Cupertino by Defman21 */
2 |
3 | $base01 : #ffffff !default; // Default Background
4 | $base02 : #c0c0c0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #c0c0c0 !default; // Selection Background
6 | $base04 : #808080 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #808080 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #404040 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #404040 !default; // Light Foreground (Not often used)
10 | $base08 : #5e5e5e !default; // Light Background (Not often used)
11 | $base09 : #c41a15 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #eb8500 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #826b28 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #007400 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #318495 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #0000ff !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a90d91 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #826b28 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_darktooth.scss:
--------------------------------------------------------------------------------
1 | /* Darktooth by Jason Milkins (https://github.com/jasonm23) */
2 |
3 | $base01 : #1D2021 !default; // Default Background
4 | $base02 : #32302F !default; // Lighter Background (Used for status bars)
5 | $base03 : #504945 !default; // Selection Background
6 | $base04 : #665C54 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #928374 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #A89984 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #D5C4A1 !default; // Light Foreground (Not often used)
10 | $base08 : #FDF4C1 !default; // Light Background (Not often used)
11 | $base09 : #FB543F !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FE8625 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FAC03B !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #95C085 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #8BA59B !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #0D6678 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #8F4673 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #A87322 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_decaf.scss:
--------------------------------------------------------------------------------
1 | /* Decaf by Alex Mirrington (https://github.com/alexmirrington) */
2 |
3 | $base01 : #2d2d2d !default; // Default Background
4 | $base02 : #393939 !default; // Lighter Background (Used for status bars)
5 | $base03 : #515151 !default; // Selection Background
6 | $base04 : #777777 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4b7b4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cccccc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #ff7f7b !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ffbf70 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffd67c !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #beda78 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #bed6ff !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #90bee1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #efb3f7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #ff93b3 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_default-dark.scss:
--------------------------------------------------------------------------------
1 | /* Default Dark by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #181818 !default; // Default Background
4 | $base02 : #282828 !default; // Lighter Background (Used for status bars)
5 | $base03 : #383838 !default; // Selection Background
6 | $base04 : #585858 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b8b8b8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d8d8d8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e8e8 !default; // Light Foreground (Not often used)
10 | $base08 : #f8f8f8 !default; // Light Background (Not often used)
11 | $base09 : #ab4642 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #dc9656 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f7ca88 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a1b56c !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #86c1b9 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7cafc2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ba8baf !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a16946 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_default-light.scss:
--------------------------------------------------------------------------------
1 | /* Default Light by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #f8f8f8 !default; // Default Background
4 | $base02 : #e8e8e8 !default; // Lighter Background (Used for status bars)
5 | $base03 : #d8d8d8 !default; // Selection Background
6 | $base04 : #b8b8b8 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #585858 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #383838 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #282828 !default; // Light Foreground (Not often used)
10 | $base08 : #181818 !default; // Light Background (Not often used)
11 | $base09 : #ab4642 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #dc9656 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f7ca88 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a1b56c !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #86c1b9 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7cafc2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ba8baf !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a16946 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_edge-dark.scss:
--------------------------------------------------------------------------------
1 | /* Edge Dark by Sainnhepark (https://github.com/sainnhe) */
2 |
3 | $base01 : #262729 !default; // Default Background
4 | $base02 : #88909f !default; // Lighter Background (Used for status bars)
5 | $base03 : #b7bec9 !default; // Selection Background
6 | $base04 : #3e4249 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #73b3e7 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b7bec9 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d390e7 !default; // Light Foreground (Not often used)
10 | $base08 : #3e4249 !default; // Light Background (Not often used)
11 | $base09 : #e77171 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #e77171 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #dbb774 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a1bf78 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5ebaa5 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #73b3e7 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #d390e7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #5ebaa5 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_edge-light.scss:
--------------------------------------------------------------------------------
1 | /* Edge Light by Sainnhepark (https://github.com/sainnhe) */
2 |
3 | $base01 : #fafafa !default; // Default Background
4 | $base02 : #7c9f4b !default; // Lighter Background (Used for status bars)
5 | $base03 : #d69822 !default; // Selection Background
6 | $base04 : #5e646f !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #6587bf !default; // Dark Foreground (Used for status bars)
8 | $base06 : #5e646f !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #b870ce !default; // Light Foreground (Not often used)
10 | $base08 : #5e646f !default; // Light Background (Not often used)
11 | $base09 : #db7070 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #db7070 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #d69822 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7c9f4b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #509c93 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6587bf !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b870ce !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #509c93 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_eighties.scss:
--------------------------------------------------------------------------------
1 | /* Eighties by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #2d2d2d !default; // Default Background
4 | $base02 : #393939 !default; // Lighter Background (Used for status bars)
5 | $base03 : #515151 !default; // Selection Background
6 | $base04 : #747369 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #a09f93 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d3d0c8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e6df !default; // Light Foreground (Not often used)
10 | $base08 : #f2f0ec !default; // Light Background (Not often used)
11 | $base09 : #f2777a !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f99157 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffcc66 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #99cc99 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #66cccc !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6699cc !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #cc99cc !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #d27b53 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_embers.scss:
--------------------------------------------------------------------------------
1 | /* Embers by Jannik Siebert (https://github.com/janniks) */
2 |
3 | $base01 : #16130F !default; // Default Background
4 | $base02 : #2C2620 !default; // Lighter Background (Used for status bars)
5 | $base03 : #433B32 !default; // Selection Background
6 | $base04 : #5A5047 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #8A8075 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #A39A90 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #BEB6AE !default; // Light Foreground (Not often used)
10 | $base08 : #DBD6D1 !default; // Light Background (Not often used)
11 | $base09 : #826D57 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #828257 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #6D8257 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #57826D !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #576D82 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6D5782 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #82576D !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #825757 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_espresso.scss:
--------------------------------------------------------------------------------
1 | /* Espresso by Alex Mirrington (https://github.com/alexmirrington) */
2 |
3 | $base01 : #2d2d2d !default; // Default Background
4 | $base02 : #393939 !default; // Lighter Background (Used for status bars)
5 | $base03 : #515151 !default; // Selection Background
6 | $base04 : #777777 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4b7b4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cccccc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #d25252 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f9a959 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffc66d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a5c261 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #bed6ff !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6c99bb !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #d197d9 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #f97394 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_flat.scss:
--------------------------------------------------------------------------------
1 | /* Flat by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #2C3E50 !default; // Default Background
4 | $base02 : #34495E !default; // Lighter Background (Used for status bars)
5 | $base03 : #7F8C8D !default; // Selection Background
6 | $base04 : #95A5A6 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #BDC3C7 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #e0e0e0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #f5f5f5 !default; // Light Foreground (Not often used)
10 | $base08 : #ECF0F1 !default; // Light Background (Not often used)
11 | $base09 : #E74C3C !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #E67E22 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #F1C40F !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #2ECC71 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1ABC9C !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3498DB !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #9B59B6 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #be643c !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_framer.scss:
--------------------------------------------------------------------------------
1 | /* Framer by Framer (Maintained by Jesse Hoyos) */
2 |
3 | $base01 : #181818 !default; // Default Background
4 | $base02 : #151515 !default; // Lighter Background (Used for status bars)
5 | $base03 : #464646 !default; // Selection Background
6 | $base04 : #747474 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B9B9B9 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #D0D0D0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #E8E8E8 !default; // Light Foreground (Not often used)
10 | $base08 : #EEEEEE !default; // Light Background (Not often used)
11 | $base09 : #FD886B !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FC4769 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FECB6E !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #32CCDC !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #ACDDFD !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #20BCFC !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #BA8CFC !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #B15F4A !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_fruit-soda.scss:
--------------------------------------------------------------------------------
1 | /* Fruit Soda by jozip */
2 |
3 | $base01 : #f1ecf1 !default; // Default Background
4 | $base02 : #e0dee0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #d8d5d5 !default; // Selection Background
6 | $base04 : #b5b4b6 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #979598 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #515151 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #474545 !default; // Light Foreground (Not often used)
10 | $base08 : #2d2c2c !default; // Light Background (Not often used)
11 | $base09 : #fe3e31 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #fe6d08 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f7e203 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #47f74c !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #0f9cfd !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #2931df !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #611fce !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b16f40 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_gigavolt.scss:
--------------------------------------------------------------------------------
1 | /* Gigavolt by Aidan Swope (http://github.com/Whillikers) */
2 |
3 | $base01 : #202126 !default; // Default Background
4 | $base02 : #2d303d !default; // Lighter Background (Used for status bars)
5 | $base03 : #5a576e !default; // Selection Background
6 | $base04 : #a1d2e6 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #cad3ff !default; // Dark Foreground (Used for status bars)
8 | $base06 : #e9e7e1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #eff0f9 !default; // Light Foreground (Not often used)
10 | $base08 : #f2fbff !default; // Light Background (Not often used)
11 | $base09 : #ff661a !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #19f988 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffdc2d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #f2e6a9 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #fb6acb !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #40bfff !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ae94f9 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #6187ff !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_github.scss:
--------------------------------------------------------------------------------
1 | /* Github by Defman21 */
2 |
3 | $base01 : #ffffff !default; // Default Background
4 | $base02 : #f5f5f5 !default; // Lighter Background (Used for status bars)
5 | $base03 : #c8c8fa !default; // Selection Background
6 | $base04 : #969896 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #e8e8e8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #333333 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #ffffff !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #ed6a43 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #0086b3 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #795da3 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #183691 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #183691 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #795da3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a71d5d !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #333333 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_google-dark.scss:
--------------------------------------------------------------------------------
1 | /* Google Dark by Seth Wright (http://sethawright.com) */
2 |
3 | $base01 : #1d1f21 !default; // Default Background
4 | $base02 : #282a2e !default; // Lighter Background (Used for status bars)
5 | $base03 : #373b41 !default; // Selection Background
6 | $base04 : #969896 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4b7b4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c5c8c6 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #CC342B !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F96A38 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FBA922 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #198844 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #3971ED !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3971ED !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #A36AC7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #3971ED !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_google-light.scss:
--------------------------------------------------------------------------------
1 | /* Google Light by Seth Wright (http://sethawright.com) */
2 |
3 | $base01 : #ffffff !default; // Default Background
4 | $base02 : #e0e0e0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #c5c8c6 !default; // Selection Background
6 | $base04 : #b4b7b4 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #969896 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #373b41 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #282a2e !default; // Light Foreground (Not often used)
10 | $base08 : #1d1f21 !default; // Light Background (Not often used)
11 | $base09 : #CC342B !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F96A38 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FBA922 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #198844 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #3971ED !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3971ED !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #A36AC7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #3971ED !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_grayscale-dark.scss:
--------------------------------------------------------------------------------
1 | /* Grayscale Dark by Alexandre Gavioli (https://github.com/Alexx2/) */
2 |
3 | $base01 : #101010 !default; // Default Background
4 | $base02 : #252525 !default; // Lighter Background (Used for status bars)
5 | $base03 : #464646 !default; // Selection Background
6 | $base04 : #525252 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #ababab !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b9b9b9 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e3e3e3 !default; // Light Foreground (Not often used)
10 | $base08 : #f7f7f7 !default; // Light Background (Not often used)
11 | $base09 : #7c7c7c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #999999 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a0a0a0 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #8e8e8e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #868686 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #686868 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #747474 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #5e5e5e !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_grayscale-light.scss:
--------------------------------------------------------------------------------
1 | /* Grayscale Light by Alexandre Gavioli (https://github.com/Alexx2/) */
2 |
3 | $base01 : #f7f7f7 !default; // Default Background
4 | $base02 : #e3e3e3 !default; // Lighter Background (Used for status bars)
5 | $base03 : #b9b9b9 !default; // Selection Background
6 | $base04 : #ababab !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #525252 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #464646 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #252525 !default; // Light Foreground (Not often used)
10 | $base08 : #101010 !default; // Light Background (Not often used)
11 | $base09 : #7c7c7c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #999999 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a0a0a0 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #8e8e8e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #868686 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #686868 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #747474 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #5e5e5e !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_greenscreen.scss:
--------------------------------------------------------------------------------
1 | /* Green Screen by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #001100 !default; // Default Background
4 | $base02 : #003300 !default; // Lighter Background (Used for status bars)
5 | $base03 : #005500 !default; // Selection Background
6 | $base04 : #007700 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #009900 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #00bb00 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #00dd00 !default; // Light Foreground (Not often used)
10 | $base08 : #00ff00 !default; // Light Background (Not often used)
11 | $base09 : #007700 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #009900 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #007700 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00bb00 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #005500 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #009900 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #00bb00 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #005500 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_harmonic-dark.scss:
--------------------------------------------------------------------------------
1 | /* Harmonic16 Dark by Jannik Siebert (https://github.com/janniks) */
2 |
3 | $base01 : #0b1c2c !default; // Default Background
4 | $base02 : #223b54 !default; // Lighter Background (Used for status bars)
5 | $base03 : #405c79 !default; // Selection Background
6 | $base04 : #627e99 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #aabcce !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cbd6e2 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e5ebf1 !default; // Light Foreground (Not often used)
10 | $base08 : #f7f9fb !default; // Light Background (Not often used)
11 | $base09 : #bf8b56 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #bfbf56 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #8bbf56 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #56bf8b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #568bbf !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8b56bf !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #bf568b !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bf5656 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_harmonic-light.scss:
--------------------------------------------------------------------------------
1 | /* Harmonic16 Light by Jannik Siebert (https://github.com/janniks) */
2 |
3 | $base01 : #f7f9fb !default; // Default Background
4 | $base02 : #e5ebf1 !default; // Lighter Background (Used for status bars)
5 | $base03 : #cbd6e2 !default; // Selection Background
6 | $base04 : #aabcce !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #627e99 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #405c79 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #223b54 !default; // Light Foreground (Not often used)
10 | $base08 : #0b1c2c !default; // Light Background (Not often used)
11 | $base09 : #bf8b56 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #bfbf56 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #8bbf56 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #56bf8b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #568bbf !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8b56bf !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #bf568b !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bf5656 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_heetch-light.scss:
--------------------------------------------------------------------------------
1 | /* Heetch Light by Geoffrey Teale (tealeg@gmail.com) */
2 |
3 | $base01 : #feffff !default; // Default Background
4 | $base02 : #392551 !default; // Lighter Background (Used for status bars)
5 | $base03 : #7b6d8b !default; // Selection Background
6 | $base04 : #9c92a8 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #ddd6e5 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #5a496e !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #470546 !default; // Light Foreground (Not often used)
10 | $base08 : #190134 !default; // Light Background (Not often used)
11 | $base09 : #27d9d5 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #bdb6c5 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #5ba2b6 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #f80059 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #c33678 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #47f9f5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #bd0152 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #dedae2 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_heetch.scss:
--------------------------------------------------------------------------------
1 | /* Heetch Dark by Geoffrey Teale (tealeg@gmail.com) */
2 |
3 | $base01 : #190134 !default; // Default Background
4 | $base02 : #392551 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5A496E !default; // Selection Background
6 | $base04 : #7B6D8B !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9C92A8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #BDB6C5 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #DEDAE2 !default; // Light Foreground (Not often used)
10 | $base08 : #FEFFFF !default; // Light Background (Not often used)
11 | $base09 : #27D9D5 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #5BA2B6 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #8F6C97 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #C33678 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #F80059 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #BD0152 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #82034C !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #470546 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_helios.scss:
--------------------------------------------------------------------------------
1 | /* Helios by Alex Meyer (https://github.com/reyemxela) */
2 |
3 | $base01 : #1d2021 !default; // Default Background
4 | $base02 : #383c3e !default; // Lighter Background (Used for status bars)
5 | $base03 : #53585b !default; // Selection Background
6 | $base04 : #6f7579 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #cdcdcd !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d5d5d5 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dddddd !default; // Light Foreground (Not often used)
10 | $base08 : #e5e5e5 !default; // Light Background (Not often used)
11 | $base09 : #d72638 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #eb8413 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f19d1a !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #88b92d !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1ba595 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #1e8bac !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #be4264 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c85e0d !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_hopscotch.scss:
--------------------------------------------------------------------------------
1 | /* Hopscotch by Jan T. Sott */
2 |
3 | $base01 : #322931 !default; // Default Background
4 | $base02 : #433b42 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5c545b !default; // Selection Background
6 | $base04 : #797379 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #989498 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b9b5b8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d5d3d5 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #dd464c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #fd8b19 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fdcc59 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #8fc13e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #149b93 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #1290bf !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #c85e7c !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b33508 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_horizon-dark.scss:
--------------------------------------------------------------------------------
1 | /* Horizon Dark by Michaël Ball (http://github.com/michael-ball/) */
2 |
3 | $base01 : #1C1E26 !default; // Default Background
4 | $base02 : #232530 !default; // Lighter Background (Used for status bars)
5 | $base03 : #2E303E !default; // Selection Background
6 | $base04 : #6F6F70 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9DA0A2 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #CBCED0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #DCDFE4 !default; // Light Foreground (Not often used)
10 | $base08 : #E3E6EE !default; // Light Background (Not often used)
11 | $base09 : #E93C58 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #E58D7D !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #EFB993 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #EFAF8E !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #24A8B4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #DF5273 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #B072D1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #E4A382 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_horizon-light.scss:
--------------------------------------------------------------------------------
1 | /* Horizon Light by Michaël Ball (http://github.com/michael-ball/) */
2 |
3 | $base01 : #FDF0ED !default; // Default Background
4 | $base02 : #FADAD1 !default; // Lighter Background (Used for status bars)
5 | $base03 : #F9CBBE !default; // Selection Background
6 | $base04 : #BDB3B1 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #948C8A !default; // Dark Foreground (Used for status bars)
8 | $base06 : #403C3D !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #302C2D !default; // Light Foreground (Not often used)
10 | $base08 : #201C1D !default; // Light Background (Not often used)
11 | $base09 : #F7939B !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F6661E !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FBE0D9 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #94E1B0 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #DC3318 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #DA103F !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #1D8991 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #E58C92 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_horizon-terminal-dark.scss:
--------------------------------------------------------------------------------
1 | /* Horizon Dark by Michaël Ball (http://github.com/michael-ball/) */
2 |
3 | $base01 : #1C1E26 !default; // Default Background
4 | $base02 : #232530 !default; // Lighter Background (Used for status bars)
5 | $base03 : #2E303E !default; // Selection Background
6 | $base04 : #6F6F70 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9DA0A2 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #CBCED0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #DCDFE4 !default; // Light Foreground (Not often used)
10 | $base08 : #E3E6EE !default; // Light Background (Not often used)
11 | $base09 : #E95678 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FAB795 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FAC29A !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #29D398 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #59E1E3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #26BBD9 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #EE64AC !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #F09383 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_horizon-terminal-light.scss:
--------------------------------------------------------------------------------
1 | /* Horizon Light by Michaël Ball (http://github.com/michael-ball/) */
2 |
3 | $base01 : #FDF0ED !default; // Default Background
4 | $base02 : #FADAD1 !default; // Lighter Background (Used for status bars)
5 | $base03 : #F9CBBE !default; // Selection Background
6 | $base04 : #BDB3B1 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #948C8A !default; // Dark Foreground (Used for status bars)
8 | $base06 : #403C3D !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #302C2D !default; // Light Foreground (Not often used)
10 | $base08 : #201C1D !default; // Light Background (Not often used)
11 | $base09 : #E95678 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F9CEC3 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FADAD1 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #29D398 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #59E1E3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #26BBD9 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #EE64AC !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #F9CBBE !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_ia-dark.scss:
--------------------------------------------------------------------------------
1 | /* iA Dark by iA Inc. (modified by aramisgithub) */
2 |
3 | $base01 : #1a1a1a !default; // Default Background
4 | $base02 : #222222 !default; // Lighter Background (Used for status bars)
5 | $base03 : #1d414d !default; // Selection Background
6 | $base04 : #767676 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b8b8b8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cccccc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e8e8 !default; // Light Foreground (Not often used)
10 | $base08 : #f8f8f8 !default; // Light Background (Not often used)
11 | $base09 : #d88568 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d86868 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #b99353 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #83a471 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #7c9cae !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8eccdd !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b98eb2 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8b6c37 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_ia-light.scss:
--------------------------------------------------------------------------------
1 | /* iA Light by iA Inc. (modified by aramisgithub) */
2 |
3 | $base01 : #f6f6f6 !default; // Default Background
4 | $base02 : #dedede !default; // Lighter Background (Used for status bars)
5 | $base03 : #bde5f2 !default; // Selection Background
6 | $base04 : #898989 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #767676 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #181818 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e8e8 !default; // Light Foreground (Not often used)
10 | $base08 : #f8f8f8 !default; // Light Background (Not often used)
11 | $base09 : #9c5a02 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #c43e18 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #c48218 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #38781c !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #2d6bb1 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #48bac2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a94598 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8b6c37 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_icy.scss:
--------------------------------------------------------------------------------
1 | /* Icy Dark by icyphox (https://icyphox.ga) */
2 |
3 | $base01 : #021012 !default; // Default Background
4 | $base02 : #031619 !default; // Lighter Background (Used for status bars)
5 | $base03 : #041f23 !default; // Selection Background
6 | $base04 : #052e34 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #064048 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #095b67 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #0c7c8c !default; // Light Foreground (Not often used)
10 | $base08 : #109cb0 !default; // Light Background (Not often used)
11 | $base09 : #16c1d9 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #b3ebf2 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #80deea !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #4dd0e1 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #26c6da !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #00bcd4 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #00acc1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #0097a7 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_irblack.scss:
--------------------------------------------------------------------------------
1 | /* IR Black by Timothée Poisot (http://timotheepoisot.fr) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #242422 !default; // Lighter Background (Used for status bars)
5 | $base03 : #484844 !default; // Selection Background
6 | $base04 : #6c6c66 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #918f88 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b5b3aa !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d9d7cc !default; // Light Foreground (Not often used)
10 | $base08 : #fdfbee !default; // Light Background (Not often used)
11 | $base09 : #ff6c60 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #e9c062 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffffb6 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a8ff60 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #c6c5fe !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #96cbfe !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ff73fd !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b18a3d !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_isotope.scss:
--------------------------------------------------------------------------------
1 | /* Isotope by Jan T. Sott */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #404040 !default; // Lighter Background (Used for status bars)
5 | $base03 : #606060 !default; // Selection Background
6 | $base04 : #808080 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #c0c0c0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d0d0d0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #ff0000 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ff9900 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ff0099 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #33ff00 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #00ffff !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #0066ff !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #cc00ff !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #3300ff !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_macintosh.scss:
--------------------------------------------------------------------------------
1 | /* Macintosh by Rebecca Bettencourt (http://www.kreativekorp.com) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #404040 !default; // Lighter Background (Used for status bars)
5 | $base03 : #404040 !default; // Selection Background
6 | $base04 : #808080 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #808080 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c0c0c0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #c0c0c0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #dd0907 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ff6403 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fbf305 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #1fb714 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #02abea !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #0000d3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #4700a5 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #90713a !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_marrakesh.scss:
--------------------------------------------------------------------------------
1 | /* Marrakesh by Alexandre Gavioli (http://github.com/Alexx2/) */
2 |
3 | $base01 : #201602 !default; // Default Background
4 | $base02 : #302e00 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5f5b17 !default; // Selection Background
6 | $base04 : #6c6823 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #86813b !default; // Dark Foreground (Used for status bars)
8 | $base06 : #948e48 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #ccc37a !default; // Light Foreground (Not often used)
10 | $base08 : #faf0a5 !default; // Light Background (Not often used)
11 | $base09 : #c35359 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #b36144 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a88339 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #18974e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #75a738 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #477ca1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #8868b3 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b3588e !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_materia.scss:
--------------------------------------------------------------------------------
1 | /* Materia by Defman21 */
2 |
3 | $base01 : #263238 !default; // Default Background
4 | $base02 : #2C393F !default; // Lighter Background (Used for status bars)
5 | $base03 : #37474F !default; // Selection Background
6 | $base04 : #707880 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #C9CCD3 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #CDD3DE !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #D5DBE5 !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #EC5F67 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #EA9560 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FFCC00 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #8BD649 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #80CBC4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #89DDFF !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #82AAFF !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #EC5F67 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_material-darker.scss:
--------------------------------------------------------------------------------
1 | /* Material Darker by Nate Peterson */
2 |
3 | $base01 : #212121 !default; // Default Background
4 | $base02 : #303030 !default; // Lighter Background (Used for status bars)
5 | $base03 : #353535 !default; // Selection Background
6 | $base04 : #4A4A4A !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B2CCD6 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #EEFFFF !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #EEFFFF !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #F07178 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F78C6C !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FFCB6B !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #C3E88D !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #89DDFF !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #82AAFF !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #C792EA !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #FF5370 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_material-lighter.scss:
--------------------------------------------------------------------------------
1 | /* Material Lighter by Nate Peterson */
2 |
3 | $base01 : #FAFAFA !default; // Default Background
4 | $base02 : #E7EAEC !default; // Lighter Background (Used for status bars)
5 | $base03 : #CCEAE7 !default; // Selection Background
6 | $base04 : #CCD7DA !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #8796B0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #80CBC4 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #80CBC4 !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #FF5370 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F76D47 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FFB62C !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #91B859 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #39ADB5 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6182B8 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #7C4DFF !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #E53935 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_material-palenight.scss:
--------------------------------------------------------------------------------
1 | /* Material Palenight by Nate Peterson */
2 |
3 | $base01 : #292D3E !default; // Default Background
4 | $base02 : #444267 !default; // Lighter Background (Used for status bars)
5 | $base03 : #32374D !default; // Selection Background
6 | $base04 : #676E95 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #8796B0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #959DCB !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #959DCB !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #F07178 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F78C6C !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FFCB6B !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #C3E88D !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #89DDFF !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #82AAFF !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #C792EA !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #FF5370 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_material-vivid.scss:
--------------------------------------------------------------------------------
1 | /* Material Vivid by joshyrobot */
2 |
3 | $base01 : #202124 !default; // Default Background
4 | $base02 : #27292c !default; // Lighter Background (Used for status bars)
5 | $base03 : #323639 !default; // Selection Background
6 | $base04 : #44464d !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #676c71 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #80868b !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #9e9e9e !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #f44336 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ff9800 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffeb3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00e676 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #00bcd4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #2196f3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #673ab7 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8d6e63 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_material.scss:
--------------------------------------------------------------------------------
1 | /* Material by Nate Peterson */
2 |
3 | $base01 : #263238 !default; // Default Background
4 | $base02 : #2E3C43 !default; // Lighter Background (Used for status bars)
5 | $base03 : #314549 !default; // Selection Background
6 | $base04 : #546E7A !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B2CCD6 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #EEFFFF !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #EEFFFF !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #F07178 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F78C6C !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FFCB6B !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #C3E88D !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #89DDFF !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #82AAFF !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #C792EA !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #FF5370 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_mellow-purple.scss:
--------------------------------------------------------------------------------
1 | /* Mellow Purple by gidsi */
2 |
3 | $base01 : #1e0528 !default; // Default Background
4 | $base02 : #1A092D !default; // Lighter Background (Used for status bars)
5 | $base03 : #331354 !default; // Selection Background
6 | $base04 : #320f55 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #873582 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #ffeeff !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #ffeeff !default; // Light Foreground (Not often used)
10 | $base08 : #f8c0ff !default; // Light Background (Not often used)
11 | $base09 : #00d9e9 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #aa00a3 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #955ae7 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #05cb0d !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #b900b1 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #550068 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #8991bb !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #4d6fff !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_mexico-light.scss:
--------------------------------------------------------------------------------
1 | /* Mexico Light by Sheldon Johnson */
2 |
3 | $base01 : #f8f8f8 !default; // Default Background
4 | $base02 : #e8e8e8 !default; // Lighter Background (Used for status bars)
5 | $base03 : #d8d8d8 !default; // Selection Background
6 | $base04 : #b8b8b8 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #585858 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #383838 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #282828 !default; // Light Foreground (Not often used)
10 | $base08 : #181818 !default; // Light Background (Not often used)
11 | $base09 : #ab4642 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #dc9656 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f79a0e !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #538947 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #4b8093 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7cafc2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #96609e !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a16946 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_mocha.scss:
--------------------------------------------------------------------------------
1 | /* Mocha by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #3B3228 !default; // Default Background
4 | $base02 : #534636 !default; // Lighter Background (Used for status bars)
5 | $base03 : #645240 !default; // Selection Background
6 | $base04 : #7e705a !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b8afad !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d0c8c6 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e9e1dd !default; // Light Foreground (Not often used)
10 | $base08 : #f5eeeb !default; // Light Background (Not often used)
11 | $base09 : #cb6077 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d28b71 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f4bc87 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #beb55b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #7bbda4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8ab3b5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a89bb9 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bb9584 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_monokai.scss:
--------------------------------------------------------------------------------
1 | /* Monokai by Wimer Hazenberg (http://www.monokai.nl) */
2 |
3 | $base01 : #272822 !default; // Default Background
4 | $base02 : #383830 !default; // Lighter Background (Used for status bars)
5 | $base03 : #49483e !default; // Selection Background
6 | $base04 : #75715e !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #a59f85 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #f8f8f2 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #f5f4f1 !default; // Light Foreground (Not often used)
10 | $base08 : #f9f8f5 !default; // Light Background (Not often used)
11 | $base09 : #f92672 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #fd971f !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f4bf75 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a6e22e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #a1efe4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #66d9ef !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ae81ff !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #cc6633 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_nord.scss:
--------------------------------------------------------------------------------
1 | /* Nord by arcticicestudio */
2 |
3 | $base01 : #2E3440 !default; // Default Background
4 | $base02 : #3B4252 !default; // Lighter Background (Used for status bars)
5 | $base03 : #434C5E !default; // Selection Background
6 | $base04 : #4C566A !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #D8DEE9 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #E5E9F0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #ECEFF4 !default; // Light Foreground (Not often used)
10 | $base08 : #8FBCBB !default; // Light Background (Not often used)
11 | $base09 : #88C0D0 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #81A1C1 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #5E81AC !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #BF616A !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #D08770 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #EBCB8B !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #A3BE8C !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #B48EAD !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_ocean.scss:
--------------------------------------------------------------------------------
1 | /* Ocean by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #2b303b !default; // Default Background
4 | $base02 : #343d46 !default; // Lighter Background (Used for status bars)
5 | $base03 : #4f5b66 !default; // Selection Background
6 | $base04 : #65737e !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #a7adba !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c0c5ce !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dfe1e8 !default; // Light Foreground (Not often used)
10 | $base08 : #eff1f5 !default; // Light Background (Not often used)
11 | $base09 : #bf616a !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d08770 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ebcb8b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a3be8c !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #96b5b4 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8fa1b3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b48ead !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #ab7967 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_oceanicnext.scss:
--------------------------------------------------------------------------------
1 | /* OceanicNext by https://github.com/voronianski/oceanic-next-color-scheme */
2 |
3 | $base01 : #1B2B34 !default; // Default Background
4 | $base02 : #343D46 !default; // Lighter Background (Used for status bars)
5 | $base03 : #4F5B66 !default; // Selection Background
6 | $base04 : #65737E !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #A7ADBA !default; // Dark Foreground (Used for status bars)
8 | $base06 : #C0C5CE !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #CDD3DE !default; // Light Foreground (Not often used)
10 | $base08 : #D8DEE9 !default; // Light Background (Not often used)
11 | $base09 : #EC5f67 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #F99157 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #FAC863 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #99C794 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5FB3B3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6699CC !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #C594C5 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #AB7967 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_one-light.scss:
--------------------------------------------------------------------------------
1 | /* One Light by Daniel Pfeifer (http://github.com/purpleKarrot) */
2 |
3 | $base01 : #fafafa !default; // Default Background
4 | $base02 : #f0f0f1 !default; // Lighter Background (Used for status bars)
5 | $base03 : #e5e5e6 !default; // Selection Background
6 | $base04 : #a0a1a7 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #696c77 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #383a42 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #202227 !default; // Light Foreground (Not often used)
10 | $base08 : #090a0b !default; // Light Background (Not often used)
11 | $base09 : #ca1243 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d75f00 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #c18401 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #50a14f !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #0184bc !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #4078f2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a626a4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #986801 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_onedark.scss:
--------------------------------------------------------------------------------
1 | /* OneDark by Lalit Magant (http://github.com/tilal6991) */
2 |
3 | $base01 : #282c34 !default; // Default Background
4 | $base02 : #353b45 !default; // Lighter Background (Used for status bars)
5 | $base03 : #3e4451 !default; // Selection Background
6 | $base04 : #545862 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #565c64 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #abb2bf !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #b6bdca !default; // Light Foreground (Not often used)
10 | $base08 : #c8ccd4 !default; // Light Background (Not often used)
11 | $base09 : #e06c75 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d19a66 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #e5c07b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #98c379 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #56b6c2 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #61afef !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #c678dd !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #be5046 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_onehalflight.scss:
--------------------------------------------------------------------------------
1 | $base01 : #ffffff !default;
2 | $base02 : #fafafa !default;
3 | $base03 : #eeeeee !default;
4 | $base04 : #e5e5e5 !default;
5 | $base05 : #333333 !default;
6 | $base06 : #383a42 !default;
7 | $base07 : #4f525e !default;
8 | $base08 : rgb(73, 80, 87) !default;
9 | $base09 : #e5c07b !default;
10 | $base10 : #c18401 !default;
11 | $base11 : #e06c75 !default;
12 | $base12 : #a626a4 !default;
13 | $base13 : #c678dd !default;
14 | $base14 : #0184bc !default;
15 | $base15 : #0997b3 !default;
16 | $base16 : #98c379 !default;
17 |
18 | /* non highlighted code colors */
19 | $pre-bg : $base01 !default;
20 | $pre-border : lighten($base01, 10) !default;
21 | $pre-color : $base07 !default;
22 | $lineno : $base06 !default;
23 | $lineno-bg : $base02 !default;
24 | $lineno-hi : $base08 !default;
25 | $lineno-hi-bg : $lineno-bg !default;
26 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_outrun-dark.scss:
--------------------------------------------------------------------------------
1 | /* Outrun Dark by Hugo Delahousse (http://github.com/hugodelahousse/) */
2 |
3 | $base01 : #00002A !default; // Default Background
4 | $base02 : #20204A !default; // Lighter Background (Used for status bars)
5 | $base03 : #30305A !default; // Selection Background
6 | $base04 : #50507A !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B0B0DA !default; // Dark Foreground (Used for status bars)
8 | $base06 : #D0D0FA !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #E0E0FF !default; // Light Foreground (Not often used)
10 | $base08 : #F5F5FF !default; // Light Background (Not often used)
11 | $base09 : #FF4242 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FC8D28 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #F3E877 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #59F176 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #0EF0F0 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #66B0FF !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #F10596 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #F003EF !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_paraiso.scss:
--------------------------------------------------------------------------------
1 | /* Paraiso by Jan T. Sott */
2 |
3 | $base01 : #2f1e2e !default; // Default Background
4 | $base02 : #41323f !default; // Lighter Background (Used for status bars)
5 | $base03 : #4f424c !default; // Selection Background
6 | $base04 : #776e71 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #8d8687 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a39e9b !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #b9b6b0 !default; // Light Foreground (Not often used)
10 | $base08 : #e7e9db !default; // Light Background (Not often used)
11 | $base09 : #ef6155 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f99b15 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fec418 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #48b685 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #5bc4bf !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #06b6ef !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #815ba4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #e96ba8 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_phd.scss:
--------------------------------------------------------------------------------
1 | /* PhD by Hennig Hasemann (http://leetless.de/vim.html) */
2 |
3 | $base01 : #061229 !default; // Default Background
4 | $base02 : #2a3448 !default; // Lighter Background (Used for status bars)
5 | $base03 : #4d5666 !default; // Selection Background
6 | $base04 : #717885 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9a99a3 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #b8bbc2 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #dbdde0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #d07346 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f0a000 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fbd461 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #99bf52 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #72b9bf !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #5299bf !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #9989cc !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b08060 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_pico.scss:
--------------------------------------------------------------------------------
1 | /* Pico by PICO-8 (http://www.lexaloffle.com/pico-8.php) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #1d2b53 !default; // Lighter Background (Used for status bars)
5 | $base03 : #7e2553 !default; // Selection Background
6 | $base04 : #008751 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #ab5236 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #5f574f !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #c2c3c7 !default; // Light Foreground (Not often used)
10 | $base08 : #fff1e8 !default; // Light Background (Not often used)
11 | $base09 : #ff004d !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ffa300 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #fff024 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00e756 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #29adff !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #83769c !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #ff77a8 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #ffccaa !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_pop.scss:
--------------------------------------------------------------------------------
1 | /* Pop by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #000000 !default; // Default Background
4 | $base02 : #202020 !default; // Lighter Background (Used for status bars)
5 | $base03 : #303030 !default; // Selection Background
6 | $base04 : #505050 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b0b0b0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d0d0d0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #eb008a !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f29333 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f8ca12 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #37b349 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #00aabb !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #0e5a94 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b31e8d !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #7a2d00 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_porple.scss:
--------------------------------------------------------------------------------
1 | /* Porple by Niek den Breeje (https://github.com/AuditeMarlow) */
2 |
3 | $base01 : #292c36 !default; // Default Background
4 | $base02 : #333344 !default; // Lighter Background (Used for status bars)
5 | $base03 : #474160 !default; // Selection Background
6 | $base04 : #65568a !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b8b8b8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d8d8d8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e8e8 !default; // Light Foreground (Not often used)
10 | $base08 : #f8f8f8 !default; // Light Background (Not often used)
11 | $base09 : #f84547 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d28e5d !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #efa16b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #95c76f !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #64878f !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #8485ce !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b74989 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #986841 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_railscastboost.scss:
--------------------------------------------------------------------------------
1 | $base01 : #382c30 !default;
2 | $base02 : #232323 !default;
3 | $base03 : #333435 !default;
4 | $base04 : #444444 !default;
5 | $base05 : #e6e1dc !default;
6 | $base06 : #eaeaea !default;
7 | $base07 : #fffcb3 !default;
8 | $base08 : #ffffff !default;
9 | $base09 : #e8bf6a !default;
10 | $base10 : #cc7833 !default;
11 | $base11 : #da4939 !default;
12 | $base12 : #d0d0ff !default;
13 | $base13 : #d0d0ff !default;
14 | $base14 : #6d9cbe !default;
15 | $base15 : #6d9cbe !default;
16 | $base16 : #a5c261 !default;
17 |
18 | /* non highlighted code colors */
19 | $pre-bg : $base01 !default;
20 | $pre-border : lighten($base01, 10) !default;
21 | $pre-color : $base07 !default;
22 | $lineno : $base06 !default;
23 | $lineno-bg : $base02 !default;
24 | $lineno-hi : $base08 !default;
25 | $lineno-hi-bg : $lineno-bg !default;
26 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_railscasts.scss:
--------------------------------------------------------------------------------
1 | /* Railscasts by Ryan Bates (http://railscasts.com) */
2 |
3 | $base01 : #2b2b2b !default; // Default Background
4 | $base02 : #272935 !default; // Lighter Background (Used for status bars)
5 | $base03 : #3a4055 !default; // Selection Background
6 | $base04 : #5a647e !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #d4cfc9 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #e6e1dc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #f4f1ed !default; // Light Foreground (Not often used)
10 | $base08 : #f9f7f3 !default; // Light Background (Not often used)
11 | $base09 : #da4939 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #cc7833 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffc66d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #a5c261 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #519f50 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6d9cbe !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b6b3eb !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #bc9458 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_sandcastle.scss:
--------------------------------------------------------------------------------
1 | /* Sandcastle by George Essig (https://github.com/gessig) */
2 |
3 | $base01 : #282c34 !default; // Default Background
4 | $base02 : #2c323b !default; // Lighter Background (Used for status bars)
5 | $base03 : #3e4451 !default; // Selection Background
6 | $base04 : #665c54 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #928374 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a89984 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d5c4a1 !default; // Light Foreground (Not often used)
10 | $base08 : #fdf4c1 !default; // Light Background (Not often used)
11 | $base09 : #83a598 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #a07e3b !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #a07e3b !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #528b8b !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #83a598 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #83a598 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #d75f5f !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a87322 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_seti.scss:
--------------------------------------------------------------------------------
1 | /* Seti UI by */
2 |
3 | $base01 : #151718 !default; // Default Background
4 | $base02 : #282a2b !default; // Lighter Background (Used for status bars)
5 | $base03 : #3B758C !default; // Selection Background
6 | $base04 : #41535B !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #43a5d5 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d6d6d6 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #eeeeee !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #Cd3f45 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #db7b55 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #e6cd69 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #9fca56 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #55dbbe !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #55b5db !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a074c4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #8a553f !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_shapeshifter.scss:
--------------------------------------------------------------------------------
1 | /* Shapeshifter by Tyler Benziger (http://tybenz.com) */
2 |
3 | $base01 : #f9f9f9 !default; // Default Background
4 | $base02 : #e0e0e0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #ababab !default; // Selection Background
6 | $base04 : #555555 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #343434 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #102015 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #040404 !default; // Light Foreground (Not often used)
10 | $base08 : #000000 !default; // Light Background (Not often used)
11 | $base09 : #e92f2f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #e09448 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #dddd13 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #0ed839 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #23edda !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3b48e3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #f996e2 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #69542d !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_solarflare.scss:
--------------------------------------------------------------------------------
1 | /* Solar Flare by Chuck Harmston (https://chuck.harmston.ch) */
2 |
3 | $base01 : #18262F !default; // Default Background
4 | $base02 : #222E38 !default; // Lighter Background (Used for status bars)
5 | $base03 : #586875 !default; // Selection Background
6 | $base04 : #667581 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #85939E !default; // Dark Foreground (Used for status bars)
8 | $base06 : #A6AFB8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #E8E9ED !default; // Light Foreground (Not often used)
10 | $base08 : #F5F7FA !default; // Light Background (Not often used)
11 | $base09 : #EF5253 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #E66B2B !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #E4B51C !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #7CC844 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #52CBB0 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #33B5E1 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #A363D5 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #D73C9A !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_solarized-dark.scss:
--------------------------------------------------------------------------------
1 | /* Solarized Dark by Ethan Schoonover (modified by aramisgithub) */
2 |
3 | $base01 : #002b36 !default; // Default Background
4 | $base02 : #073642 !default; // Lighter Background (Used for status bars)
5 | $base03 : #586e75 !default; // Selection Background
6 | $base04 : #657b83 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #839496 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #93a1a1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #eee8d5 !default; // Light Foreground (Not often used)
10 | $base08 : #fdf6e3 !default; // Light Background (Not often used)
11 | $base09 : #dc322f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #cb4b16 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #b58900 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #859900 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #2aa198 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #268bd2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6c71c4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #d33682 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_solarized-light.scss:
--------------------------------------------------------------------------------
1 | /* Solarized Light by Ethan Schoonover (modified by aramisgithub) */
2 |
3 | $base01 : #fdf6e3 !default; // Default Background
4 | $base02 : #eee8d5 !default; // Lighter Background (Used for status bars)
5 | $base03 : #93a1a1 !default; // Selection Background
6 | $base04 : #839496 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #657b83 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #586e75 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #073642 !default; // Light Foreground (Not often used)
10 | $base08 : #002b36 !default; // Light Background (Not often used)
11 | $base09 : #dc322f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #cb4b16 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #b58900 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #859900 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #2aa198 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #268bd2 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #6c71c4 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #d33682 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_solarized.scss:
--------------------------------------------------------------------------------
1 | $base01 : #002b36 !default; //darkest blue
2 | $base02 : #073642 !default; //dark blue
3 | $base03 : #586e75 !default; //darkest gray
4 | $base04 : #657b83 !default; //dark gray
5 | $base05 : #839496 !default; //medium gray
6 | $base06 : #93a1a1 !default; //medium light gray
7 | $base07 : #eee8d5 !default; //cream
8 | $base08 : #fdf6e3 !default; //white
9 | $base09 : #b58900 !default;
10 | $base10 : #cb4b16 !default;
11 | $base11 : #dc322f !default;
12 | $base12 : #d33682 !default;
13 | $base13 : #6c71c4 !default;
14 | $base14 : #268bd2 !default;
15 | $base15 : #2aa198 !default;
16 | $base16 : #859900 !default;
17 |
18 | $solarized: light !default;
19 |
20 | @if $solarized == light {
21 |
22 | $_base03: $base03;
23 | $_base02: $base02;
24 | $_base01: $base01;
25 | $_base00: $base00;
26 | $_base0: $base0;
27 | $_base1: $base1;
28 | $_base2: $base2;
29 | $_base3: $base3;
30 |
31 | $base03: $_base3 !global;
32 | $base02: $_base2 !global;
33 | $base01: $_base1 !global;
34 | $base00: $_base0 !global;
35 | $base0: $_base00 !global;
36 | $base1: $_base01 !global;
37 | $base2: $_base02 !global;
38 | $base3: $_base03 !global;
39 | }
40 |
41 | /* non highlighted code colors */
42 | $pre-bg: $base03 !default;
43 | $pre-border: darken($base02, 5) !default;
44 | $pre-color: $base1 !default;
45 | $lineno: $base1;
46 | $lineno-bg: $base02;
47 | $lineno-hi: $base3;
48 | $lineno-hi-bg: $lineno-bg;
49 |
50 | .gist .gist-file .gist-data .line-numbers {
51 | font-size: 13px!important;
52 | }
53 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_spacegray.scss:
--------------------------------------------------------------------------------
1 | $base01 : #343d46 !default;
2 | $base02 : #65737e !default;
3 | $base03 : #4f5b66 !default;
4 | $base04 : #a7adba !default;
5 | $base05 : #839496 !default;
6 | $base06 : #c0c5ce !default;
7 | $base07 : lighten(#ebcb8b,10) !default;
8 | $base08 : #eff1f5 !default;
9 | $base09 : #bf616a !default;
10 | $base10 : #d08770 !default;
11 | $base11 : #ebcb8b !default;
12 | $base12 : #85a7a5 !default;
13 | $base13 : #a3be8c !default;
14 | $base14 : #a8dcdb !default;
15 | $base15 : #b48ead !default;
16 | $base16 : saturate(#bf616a,10) !default;
17 |
18 | /* non highlighted code colors */
19 | $pre-bg : $base01 !default;
20 | $pre-border : lighten($base01, 10) !default;
21 | $pre-color : $base07 !default;
22 | $lineno : $base06 !default;
23 | $lineno-bg : $base02 !default;
24 | $lineno-hi : $base08 !default;
25 | $lineno-hi-bg : $lineno-bg !default;
26 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_spacemacs.scss:
--------------------------------------------------------------------------------
1 | /* Spacemacs by Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) */
2 |
3 | $base01 : #1f2022 !default; // Default Background
4 | $base02 : #282828 !default; // Lighter Background (Used for status bars)
5 | $base03 : #444155 !default; // Selection Background
6 | $base04 : #585858 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b8b8b8 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a3a3a3 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e8e8e8 !default; // Light Foreground (Not often used)
10 | $base08 : #f8f8f8 !default; // Light Background (Not often used)
11 | $base09 : #f2241f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ffa500 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #b1951d !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #67b11d !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #2d9574 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #4f97d7 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #a31db1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b03060 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_summerfruit-dark.scss:
--------------------------------------------------------------------------------
1 | /* Summerfruit Dark by Christopher Corley (http://christop.club/) */
2 |
3 | $base01 : #151515 !default; // Default Background
4 | $base02 : #202020 !default; // Lighter Background (Used for status bars)
5 | $base03 : #303030 !default; // Selection Background
6 | $base04 : #505050 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #B0B0B0 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #D0D0D0 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #E0E0E0 !default; // Light Foreground (Not often used)
10 | $base08 : #FFFFFF !default; // Light Background (Not often used)
11 | $base09 : #FF0086 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FD8900 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ABA800 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00C918 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1FAAAA !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3777E6 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #AD00A1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #CC6633 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_summerfruit-light.scss:
--------------------------------------------------------------------------------
1 | /* Summerfruit Light by Christopher Corley (http://christop.club/) */
2 |
3 | $base01 : #FFFFFF !default; // Default Background
4 | $base02 : #E0E0E0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #D0D0D0 !default; // Selection Background
6 | $base04 : #B0B0B0 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #000000 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #101010 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #151515 !default; // Light Foreground (Not often used)
10 | $base08 : #202020 !default; // Light Background (Not often used)
11 | $base09 : #FF0086 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #FD8900 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ABA800 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00C918 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #1FAAAA !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #3777E6 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #AD00A1 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #CC6633 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_tomorrow-night-eighties.scss:
--------------------------------------------------------------------------------
1 | /* Tomorrow Night by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #2d2d2d !default; // Default Background
4 | $base02 : #393939 !default; // Lighter Background (Used for status bars)
5 | $base03 : #515151 !default; // Selection Background
6 | $base04 : #999999 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4b7b4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cccccc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #f2777a !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f99157 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffcc66 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #99cc99 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #66cccc !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #6699cc !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #cc99cc !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a3685a !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_tomorrow-night.scss:
--------------------------------------------------------------------------------
1 | /* Tomorrow Night by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #1d1f21 !default; // Default Background
4 | $base02 : #282a2e !default; // Lighter Background (Used for status bars)
5 | $base03 : #373b41 !default; // Selection Background
6 | $base04 : #969896 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4b7b4 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #c5c8c6 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e0e0e0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #cc6666 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #de935f !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f0c674 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #b5bd68 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #8abeb7 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #81a2be !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #b294bb !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a3685a !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_tomorrow.scss:
--------------------------------------------------------------------------------
1 | /* Tomorrow by Chris Kempson (http://chriskempson.com) */
2 |
3 | $base01 : #ffffff !default; // Default Background
4 | $base02 : #e0e0e0 !default; // Lighter Background (Used for status bars)
5 | $base03 : #d6d6d6 !default; // Selection Background
6 | $base04 : #8e908c !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #969896 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #4d4d4c !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #282a2e !default; // Light Foreground (Not often used)
10 | $base08 : #1d1f21 !default; // Light Background (Not often used)
11 | $base09 : #c82829 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f5871f !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #eab700 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #718c00 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #3e999f !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #4271ae !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #8959a8 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #a3685a !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_tube.scss:
--------------------------------------------------------------------------------
1 | /* London Tube by Jan T. Sott */
2 |
3 | $base01 : #231f20 !default; // Default Background
4 | $base02 : #1c3f95 !default; // Lighter Background (Used for status bars)
5 | $base03 : #5a5758 !default; // Selection Background
6 | $base04 : #737171 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #959ca1 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #d9d8d8 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #e7e7e8 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #ee2e24 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #f386a1 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #ffd204 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #00853e !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #85cebc !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #009ddc !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #98005d !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b06110 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_twilight.scss:
--------------------------------------------------------------------------------
1 | /* Twilight by David Hart (https://github.com/hartbit) */
2 |
3 | $base01 : #1e1e1e !default; // Default Background
4 | $base02 : #323537 !default; // Lighter Background (Used for status bars)
5 | $base03 : #464b50 !default; // Selection Background
6 | $base04 : #5f5a60 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #838184 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #a7a7a7 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #c3c3c3 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #cf6a4c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #cda869 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #f9ee98 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #8f9d6a !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #afc4db !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7587a6 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #9b859d !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #9b703f !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_unikitty-dark.scss:
--------------------------------------------------------------------------------
1 | /* Unikitty Dark by Josh W Lewis (@joshwlewis) */
2 |
3 | $base01 : #2e2a31 !default; // Default Background
4 | $base02 : #4a464d !default; // Lighter Background (Used for status bars)
5 | $base03 : #666369 !default; // Selection Background
6 | $base04 : #838085 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #9f9da2 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #bcbabe !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d8d7da !default; // Light Foreground (Not often used)
10 | $base08 : #f5f4f7 !default; // Light Background (Not often used)
11 | $base09 : #d8137f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d65407 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #dc8a0e !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #17ad98 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #149bda !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #796af5 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #bb60ea !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #c720ca !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_unikitty-light.scss:
--------------------------------------------------------------------------------
1 | /* Unikitty Light by Josh W Lewis (@joshwlewis) */
2 |
3 | $base01 : #ffffff !default; // Default Background
4 | $base02 : #e1e1e2 !default; // Lighter Background (Used for status bars)
5 | $base03 : #c4c3c5 !default; // Selection Background
6 | $base04 : #a7a5a8 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #89878b !default; // Dark Foreground (Used for status bars)
8 | $base06 : #6c696e !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #4f4b51 !default; // Light Foreground (Not often used)
10 | $base08 : #322d34 !default; // Light Background (Not often used)
11 | $base09 : #d8137f !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #d65407 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #dc8a0e !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #17ad98 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #149bda !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #775dff !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #aa17e6 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #e013d0 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_woodland.scss:
--------------------------------------------------------------------------------
1 | /* Woodland by Jay Cornwall (https://jcornwall.com) */
2 |
3 | $base01 : #231e18 !default; // Default Background
4 | $base02 : #302b25 !default; // Lighter Background (Used for status bars)
5 | $base03 : #48413a !default; // Selection Background
6 | $base04 : #9d8b70 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #b4a490 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #cabcb1 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #d7c8bc !default; // Light Foreground (Not often used)
10 | $base08 : #e4d4c8 !default; // Light Background (Not often used)
11 | $base09 : #d35c5c !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #ca7f32 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #e0ac16 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #b7ba53 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #6eb958 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #88a4d3 !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #bb90e2 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #b49368 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_xcode-dusk.scss:
--------------------------------------------------------------------------------
1 | /* XCode Dusk by Elsa Gonsiorowski (https://github.com/gonsie) */
2 |
3 | $base01 : #282B35 !default; // Default Background
4 | $base02 : #3D4048 !default; // Lighter Background (Used for status bars)
5 | $base03 : #53555D !default; // Selection Background
6 | $base04 : #686A71 !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #7E8086 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #939599 !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #A9AAAE !default; // Light Foreground (Not often used)
10 | $base08 : #BEBFC2 !default; // Light Background (Not often used)
11 | $base09 : #B21889 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #786DC5 !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #438288 !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #DF0002 !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #00A0BE !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #790EAD !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #B21889 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #C77C48 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/GistTag/sass/syntax/themes/_zenburn.scss:
--------------------------------------------------------------------------------
1 | /* Zenburn by elnawe */
2 |
3 | $base01 : #383838 !default; // Default Background
4 | $base02 : #404040 !default; // Lighter Background (Used for status bars)
5 | $base03 : #606060 !default; // Selection Background
6 | $base04 : #6f6f6f !default; // Comments, Invisibles, Line Highlighting
7 | $base05 : #808080 !default; // Dark Foreground (Used for status bars)
8 | $base06 : #dcdccc !default; // Default Foreground, Caret, Delimiters, Operators
9 | $base07 : #c0c0c0 !default; // Light Foreground (Not often used)
10 | $base08 : #ffffff !default; // Light Background (Not often used)
11 | $base09 : #dca3a3 !default; // Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
12 | $base10 : #dfaf8f !default; // Integers, Boolean, Constants, XML Attributes, Markup Link Url
13 | $base11 : #e0cf9f !default; // Classes, Markup Bold, Search Text Background
14 | $base12 : #5f7f5f !default; // Strings, Inherited Class, Markup Code, Diff Inserted
15 | $base13 : #93e0e3 !default; // Support, Regular Expressions, Escape Characters, Markup Quotes
16 | $base14 : #7cb8bb !default; // Functions, Methods, Attribute IDs, Headings
17 | $base15 : #dc8cc3 !default; // Keywords, Storage, Selector, Markup Italic, Diff Changed
18 | $base16 : #000000 !default; // Deprecated, Opening/Closing Embedded Language Tags, e.g.
19 |
20 | /* non highlighted code colors */
21 | $pre-bg : $base01 !default;
22 | $pre-border : lighten($base01, 10) !default;
23 | $pre-color : $base07 !default;
24 | $lineno : $base06 !default;
25 | $lineno-bg : $base02 !default;
26 | $lineno-hi : $base08 !default;
27 | $lineno-hi-bg : $lineno-bg !default;
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/KBDTag/sass/kbd.scss:
--------------------------------------------------------------------------------
1 | // Example styling for kbd tags
2 | $gray00: #000;
3 | $gray01: #2e3440;
4 | $gray70: #d8dee9;
5 | $gray80: #e5e9f0;
6 | $gray90: #eceff4;
7 | $gray100: lighten($gray90, 5%);
8 |
9 | // Keyboard Shortcuts
10 | .keycombo {
11 | white-space: pre;
12 |
13 | &.combined {
14 | padding: 0 0 3px;
15 | border-radius: 4px;
16 | background: $gray90;
17 | border: solid 1px $gray70;
18 | }
19 |
20 | kbd {
21 | font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
22 | font-weight: 300;
23 |
24 | &.symbol {
25 | background: lighten($gray90, 3%);
26 | border-radius: 4px;
27 | border: solid 1px $gray80;
28 | // box-shadow: inset -1px -1px 0 transparentize($gray00, .8), inset 2px 2px 1px $gray100;
29 | color: $gray04;
30 | display: inline-block;
31 | font-size: .85em;
32 | line-height: 1.4;
33 | margin: 0;
34 | min-width: 2.4ch;
35 | padding: 0 2px;
36 | text-align: center;
37 |
38 | &.key {
39 | background: $gray100;
40 | color: $gray01;
41 | }
42 | }
43 | }
44 | }
45 |
--------------------------------------------------------------------------------
/KBDTag/symbolsonly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/KBDTag/symbolsonly.png
--------------------------------------------------------------------------------
/KBDTag/symbolsplus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ttscoff/JekyllPlugins/09cc8a1c0d4e9b4841993bf5ded5d07546a5c073/KBDTag/symbolsplus.png
--------------------------------------------------------------------------------
/OGTags/README.md:
--------------------------------------------------------------------------------
1 | # Plugins for generating Open Graph and other meta
2 |
3 | ## Describe
4 |
5 | Define a section of text to be used as the OpenGraph description meta tag by surrounding it with the `{% describe %}` and `{% enddescribe %}` tags.
6 |
7 | Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
8 | tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
9 | quis nostrud exercitation {% describe %}ullamco laboris nisi ut aliquip ex ea commodo consequat.{% enddescribe %} Duis aute irure dolor in reprehenderit in voluptate velit esse.
10 |
11 | Tag should only be used once per post/page. The last occurrence of the tag in the post/page will be what shows up in meta.
12 |
13 | The plugin places the description text with all markup removed into the page data. It can be accessed in a template using `{{ page.description }}` for use in meta tags.
14 |
15 | {% if page.description %}
16 | {% capture desc %}{{ page.description }}{% endcapture %}
17 |
18 |
19 |
20 |
21 | {% endif %}
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | JekyllPlugins
2 | =============
3 |
4 | A small collection of (often lame) Jekyll plugins
5 |
6 | Open a directory to see documentation for each plugin.
7 |
--------------------------------------------------------------------------------