This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on:
// == Font face SASS mixin | |
// -------------------------------------------------- | |
// Generates font-face declaration for multiple file formats. | |
// | |
// @author TMMC <http://www.tmmc.pl> | |
// @licence MIT <https://opensource.org/licenses/MIT)> | |
// | |
// @param $font-family (string) - font family name | |
// @param $font-path (string) - path to font files location ending with slash | |
// @param $font-file-name (string) - font file name (basename w/out extension) |
// == Sass mixins for animation and keyframes | |
// -------------------------------------------------- | |
// @author TMMC <http://www.tmmc.pl> | |
// @licence MIT <https://opensource.org/licenses/MIT)> | |
// -------------------------------------------------- | |
// IMPORTANT: using these mixins with autoprefixer is rather pointless as autoprefixer itself will do its job. The mixins give more control over prefixed properties and supported browsers. Anyways, even with autoprefixer, it will save time for defining all animation properties. | |
// == Animation | |
// Create animation properties and optionally classes for elements. | |
// Each argument can have `null` value, to exclude it. |
# ---------------------------------------------------------------------- | |
# Solution for Polish characters mapping in Atom editor. | |
# ---------------------------------------------------------------------- | |
# Just add lines below in you Atom keymap.cson | |
# On Windows: File - Keymap... | |
# On Linux: Edit - Keymap... | |
# Licence: WTFPL | |
# ---------------------------------------------------------------------- | |
# Polish 'ż' character |
#!/bin/bash | |
# ================================================================= | |
# Shell script to download JDK and JRE binaries from Oracle | |
# website using wget in terminal/command prompt. | |
# ================================================================= | |
# Forked from: https://gist.github.com/P7h/9741922 | |
# ----------------------------------------------------------------- | |
# | |
# You can download all the binaries at once just by changing: |
This re-styles your sublime text sidebar to be dark, it fits default Monokai theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
Based on: