Skip to content

Instantly share code, notes, and snippets.

@hartzis
Last active July 20, 2016 19:27
Show Gist options
  • Save hartzis/7582a2720e38b41861184d501e564537 to your computer and use it in GitHub Desktop.
Save hartzis/7582a2720e38b41861184d501e564537 to your computer and use it in GitHub Desktop.
@import "lucid-mixins";
// .lucid-tab('.html', rgb(60, 120, 168));
// .lucid-tab('.js', rgb(220,20,60));
// .lucid-tab('.json', rgb(252,128,27));
// .lucid-tab('.coffee', rgb(214,233,245));
// .lucid-tab('.py', rgb(60, 120, 168));
// .lucid-tab('.less', rgb(50, 90, 162));
.lucid-tab('.scss', rgb(144,198,149));
// .lucid-tab('.css', #29abde);
// .lucid-tab('.php', rgb(107,125,196));
// .lucid-tab('.rb', rgb(241,147,140));
// .lucid-tab('.go', rgb(106, 215, 229));
// .lucid-tab('.cpp', rgb(102, 154, 211));
// .lucid-tab('.cc', rgb(102, 154, 211));
// .lucid-tab('.java', rgb(221, 78, 56));
// .lucid-tab('.erb', #cb6277);
// .lucid-tab('.jsx', #61dafb);
// .lucid-tab('.ex', #7F72A4);
// .lucid-tab('.exs', #7F72A4);
.lucid-tab('ViewModel', rgb(25,181,254));
.lucid-tab('Reducer', rgb(236,100,75));
.lucid-tab('Constants', rgb(247,202,24));
.lucid-tab('Actions', rgb(46,204,113));
.lucid-tab('Service', rgb(137,196,244));
// jsx views
.lucid-tab('.jsx', rgb(236,236,236));
.lucid-tab('View.js', rgb(236,236,236));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment