Skip to content

Instantly share code, notes, and snippets.

View simurai's full-sized avatar

simurai simurai

View GitHub Profile
@simurai
simurai / .hyperterm.js
Created July 18, 2016 10:21
This adds a 2px outer border to HyperTerm.
// custom css to embed in the main window
// 2px outer border
css: '.hyperterm_main {border-width: 2px;} .header_header {top: 2px; left: 2px; right: 2px;}',
@simurai
simurai / styles.less
Last active August 29, 2015 14:14
Don't shrink active Atom tab
// Atom default UI theme
.tab-bar .tab.active {
flex: 0 0 auto;
max-width: none;
}
.tab-bar .tab.active .title {
overflow: visible;
}
@simurai
simurai / tlkio-night.css
Last active August 29, 2015 14:10
tlk.io night theme
/* tlk.io night theme */
.button.button {
color: #999999;
border-color: rgba(0,0,0,0.4);
background-color: #3d4148;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%, rgba(255,255,255,0)));
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05), rgba(255,255,255,0));
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05), rgba(255,255,255,0));
@simurai
simurai / SassMeister-input.scss
Created April 28, 2014 03:11
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v)
// ----
@import "compass";
/* Theme - Night ------------------------------------------- */
$night-color: hsl(216, 8%, 16%);