mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
new theme
This commit is contained in:
committed by
Federico Fissore
parent
82b3269863
commit
501333a8ef
@ -1,3 +1,13 @@
|
||||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
|
||||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
|
||||
#STRUCTURE COLORS #728E00 - GREEN KEYWORD3
|
||||
#VARIABLES COLOR #00979C - BLUE LITERAL1
|
||||
|
||||
#ERROR COLOR #A61717 - RED
|
||||
#COMMENTS // COLOR #95A5A6 - LIGHT GREY
|
||||
#COMMENTS /**/ COLOR #434F54 - DARK GREY
|
||||
|
||||
|
||||
# GUI - STATUS
|
||||
status.notice.fgcolor = #002325
|
||||
status.notice.bgcolor = #17A1A5
|
||||
@ -20,7 +30,7 @@ console.font = Monospaced,plain,11
|
||||
console.font.macosx = Monaco,plain,10
|
||||
console.color = #000000
|
||||
console.output.color = #eeeeee
|
||||
console.error.color = #E34C00
|
||||
console.error.color = #A61717
|
||||
|
||||
# GUI - BUTTONS
|
||||
buttons.bgcolor = #006468
|
||||
@ -65,29 +75,30 @@ editor.brackethighlight.color = #006699
|
||||
|
||||
# TEXT - KEYWORDS
|
||||
|
||||
# e.g abstract, final, private
|
||||
editor.keyword1.style = #cc6600,plain
|
||||
# FUNCTIONS
|
||||
editor.keyword1.style = #d35400,bold
|
||||
|
||||
# e.g. beginShape, point, line
|
||||
editor.keyword2.style = #cc6600,plain
|
||||
# METHODS
|
||||
editor.keyword2.style = #D35400,plain
|
||||
|
||||
# e.g. byte, char, short, color
|
||||
editor.keyword3.style = #cc6600,bold
|
||||
# STRUCTURES
|
||||
editor.keyword3.style = #728e00,plain
|
||||
|
||||
|
||||
# TEXT - LITERALS
|
||||
|
||||
# constants: e.g. null, true, this, RGB, TWO_PI
|
||||
# constants & datatypes
|
||||
editor.literal1.style = #006699,plain
|
||||
|
||||
# p5 built in variables: e.g. mouseX, width, pixels
|
||||
editor.literal2.style = #006699,plain
|
||||
editor.literal2.style = #00979C,plain
|
||||
|
||||
# http://arduino.cc/
|
||||
editor.url.style = #0000ff,underlined
|
||||
|
||||
# e.g. + - = /
|
||||
editor.operator.style = #000000,plain
|
||||
editor.operator.style = #434f54,plain
|
||||
|
||||
|
||||
# ?? maybe this is for words followed by a colon
|
||||
# like in case statements or goto
|
||||
@ -95,8 +106,8 @@ editor.label.style = #7e7e7e,bold
|
||||
|
||||
|
||||
# TEXT - COMMENTS
|
||||
editor.comment1.style = #7e7e7e,plain
|
||||
editor.comment2.style = #7e7e7e,plain
|
||||
editor.comment1.style = #434F54,plain
|
||||
editor.comment2.style = #95a5a6,plain
|
||||
|
||||
|
||||
# LINE STATUS - editor line number status bar at the bottom of the screen
|
||||
|
Reference in New Issue
Block a user