Created
August 19, 2013 00:14
-
-
Save datio/6264800 to your computer and use it in GitHub Desktop.
A kinda kinder on the eyes dark theme for tracegl.js, based on the sublime text 2 version of of the Flatland Dark theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.dark = { | |
subpx: 'vec4(75,75,75,1)', //vec4(0,0,0,1) | |
dlgbg: hexs('505354'), //8F8F94 :top bar background | |
dlghi: hexs('4d4f50'), //9996e2 :seperator sides hover | |
sliderbase: 'vec4(230,230,230,1)', //vec4(0,0,0,0.1) | |
splitter1: hexs('333333'), //333333 :seperator sides | |
splitter2: hexs('2e2f30'), //444444 :seperator inner | |
splitter3: hexs('444748'), //777777 :seperator inner active | |
dlgtxt: hexs('F2F2F2'), //FFFFFF :color button text | |
defbg2: hexs('ffffff'), //000000 | |
defbg: hexs('404040'), //333333 :innactive background | |
deftxt: hexs('F8F8F8'), //D3D3D3 :fiter text color | |
deftbg: hexs('222222'), //7f7f7f :shadow button text | |
selbg: hexs('9996e2'), //9996e2 | |
seltxt: hexs('000000'), //000000 | |
codeHover: hexs('2f3337'), //2E2D52 :line hover | |
codeSelect : hexs('3c3f42'), //424171 :text select | |
codeMark : hexs('212426'), //424171 :line select | |
codeCursor: hexs('F8F8F8'), //FFFFFF | |
codeBg2: hexs('4c4c4c'), //4c4c4c :hover background | |
codeCall: hexs('3e4853'), //033b6e :code trace/action | |
codeSelf: hexs('2d757e'), //4D55A1 :self | |
codeArg: hexs('2668b8'), //return :args | |
codeBg: hexs('26292C'), //151426 :background | |
codeFg: hexs('F8F8F8'), //FFFFFF | |
codeLineBg: hexs('001625'), //001625 | |
codeLine: hexs('7a909e'), //7a909e | |
codeTab: hexs('393c3e'), //3f5c73 :tabs | |
codeNumber: hexs('b8d977'), //fb638d :undefined,false,true | |
codeVardef: hexs('f6f080'), //fdec85 :var | |
codeName: hexs('F8F8F8'), //FFFFFF :names | |
codeString: hexs('c4e2f2'), //3ed625 :strings | |
codeOperator: hexs('fa9a4b'), //F59C25 :return | |
codeComment: hexs('798188'), //1a89f3 :comments | |
codeColor1: hexs('65A4A4'), //ffcccc :index | |
codeColor2: hexs('f7f09d'), //ffe0cc :utils | |
codeColor3: hexs('fa9a4b'), //fffecc :underscore | |
codeColor4: hexs('BBBCBD'), //c7f5c4 :bodyparser | |
codeColor5: hexs('72AACA'), //c4f0f4 :application | |
codeColor6: hexs('C4B14A'), //c9c4f4 :urlencoded | |
codeColor7: hexs('B7D877'), //f6c6e6 :validator | |
codeColor8: hexs('EDF080'), //ffffff :debug | |
codeExNone: hexs('d03600'), //660000 :logicFalse | |
codeExOnce: hexs('009131'), //006600 :logicTrue | |
codeExMany: hexs('254b90') //0B615E :logicArray | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment