Added some themes.
This commit is contained in:
parent
b95b3bd116
commit
ced2b6befd
304 changed files with 6182 additions and 0 deletions
76
theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/preferences.txt
Executable file
76
theme/Arduino-Themes-master/technobly-MonokaiArduinoTheme/preferences.txt
Executable file
|
|
@ -0,0 +1,76 @@
|
|||
board=atmega328
|
||||
browser.linux=mozilla
|
||||
build.verbose=false
|
||||
console=true
|
||||
console.auto_clear=true
|
||||
console.error.file=stderr.txt
|
||||
console.length=500
|
||||
console.lines=4
|
||||
console.output.file=stdout.txt
|
||||
editor.antialias=false
|
||||
editor.caret.blink=true
|
||||
editor.divider.size=0
|
||||
editor.divider.size.windows=2
|
||||
editor.external=false
|
||||
editor.font=Monospaced,bold,16
|
||||
editor.font.macosx=Monospaced,bold,16
|
||||
editor.indent=true
|
||||
editor.invalid=false
|
||||
editor.keys.alternative_cut_copy_paste=false
|
||||
editor.keys.alternative_cut_copy_paste.macosx=false
|
||||
editor.keys.home_and_end_travel_far=false
|
||||
editor.keys.home_and_end_travel_far.macosx=false
|
||||
editor.keys.shift_backspace_is_delete=false
|
||||
editor.languages.current=
|
||||
editor.tabs.expand=true
|
||||
editor.tabs.size=2
|
||||
editor.update_extension=true
|
||||
editor.window.height.default=600
|
||||
editor.window.height.min=290
|
||||
editor.window.width.default=800
|
||||
editor.window.width.min=400
|
||||
export.applet.separate_jar_files=false
|
||||
export.application.fullscreen=false
|
||||
export.application.platform=true
|
||||
export.application.platform.linux=true
|
||||
export.application.platform.macosx=true
|
||||
export.application.platform.windows=true
|
||||
export.application.stop=true
|
||||
export.delete_target_folder=true
|
||||
last.screen.height=1200
|
||||
last.screen.width=1920
|
||||
last.serial.location=102,73,1698,1068
|
||||
last.sketch.count=0
|
||||
platform.auto_file_type_associations=false
|
||||
preproc.color_datatype=true
|
||||
preproc.enhanced_casting=true
|
||||
preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
|
||||
preproc.output_parse_tree=false
|
||||
preproc.save_build_files=false
|
||||
preproc.substitute_floats=true
|
||||
preproc.substitute_unicode=true
|
||||
preproc.web_colors=true
|
||||
programmer=arduino:arduinoisp
|
||||
run.display=1
|
||||
run.options=
|
||||
run.options.memory=false
|
||||
run.options.memory.initial=64
|
||||
run.options.memory.maximum=256
|
||||
run.present.bgcolor=#666666
|
||||
run.present.exclusive=true
|
||||
run.present.exclusive.macosx=true
|
||||
run.present.stop.color=#cccccc
|
||||
run.window.bgcolor=#F0F0F0
|
||||
serial.databits=8
|
||||
serial.debug_rate=9600
|
||||
serial.parity=N
|
||||
serial.port=
|
||||
serial.stopbits=1
|
||||
sketchbook.path=
|
||||
target=arduino
|
||||
update.check=true
|
||||
update.id=
|
||||
update.last=
|
||||
upload.using=bootloader
|
||||
upload.verbose=false
|
||||
upload.verify=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue