Skip to content

Instantly share code, notes, and snippets.

View thousand's full-sized avatar
🎛️
Twiddlin'

Bryan Levay thousand

🎛️
Twiddlin'
View GitHub Profile
@thousand
thousand / console.xml
Last active December 26, 2015 13:19
ConsoleZ configs, inherited from @kevinarcher
<?xml version="1.0"?>
<settings>
<console change_refresh="10" refresh="100" rows="25" columns="80" buffer_rows="500" buffer_columns="0" shell="C:\Program Files (x86)\Git\bin\sh.exe --login -i" init_dir="C:\Users\blevay" start_hidden="0" save_size="0" background_text_opacity="255">
<colors>
<color id="0" r="26" g="26" b="26"/>
<color id="1" r="38" g="139" b="210"/>
<color id="2" r="53" g="164" b="56"/>
<color id="3" r="42" g="161" b="152"/>
<color id="4" r="223" g="45" b="45"/>
<color id="5" r="211" g="54" b="130"/>
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
import Ember from 'ember';
export default Ember.Component.extend({
});
import Controller from '@ember/controller';
import { action } from '@ember/object';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
focused = false;
disabled = false;
@action