mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files).
This commit is contained in:
@ -16,6 +16,11 @@
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
# Some colors have been hardcoded into the source in app/ in order to ensure
|
||||
# consistency with the images distributed and stored with the application.
|
||||
# They have been commented out below so that users who install an old
|
||||
# version of the software will not get incorrect colors left-over from this
|
||||
# config file.
|
||||
|
||||
# DEFAULT PATHS FOR SKETCHBOOK AND SETTINGS
|
||||
|
||||
@ -125,13 +130,13 @@ editor.eolmarkers.color=#99991A
|
||||
editor.invalid=false
|
||||
editor.invalid.style=#7E7E00,bold
|
||||
|
||||
buttons.bgcolor = #044F6F
|
||||
#buttons.bgcolor = #044F6F
|
||||
buttons.status.font = SansSerif,plain,12
|
||||
buttons.status.color = #FFFFFF
|
||||
|
||||
# settings for the tabs at the top
|
||||
# actual tab images are stored in the lib/ folder
|
||||
header.bgcolor = #216886
|
||||
#header.bgcolor = #216886
|
||||
header.text.selected.color = #1A1A00
|
||||
header.text.unselected.color = #ffffff
|
||||
header.text.font = SansSerif,plain,12
|
||||
@ -155,7 +160,7 @@ console.auto_clear = true
|
||||
console.length = 500
|
||||
|
||||
status.notice.fgcolor = #ffffff
|
||||
status.notice.bgcolor = #54919E
|
||||
#status.notice.bgcolor = #54919E
|
||||
status.error.fgcolor = #ffffff
|
||||
status.error.bgcolor = #662000
|
||||
status.prompt.fgcolor = #000000
|
||||
@ -257,7 +262,7 @@ preproc.imports.jdk14 = javax.xml.parsers,javax.xml.transform,javax.xml.transfor
|
||||
browser.linux = mozilla
|
||||
|
||||
# coloring for the editor line number status bar at the bottom of the screen
|
||||
linestatus.bgcolor = #044F6F
|
||||
#linestatus.bgcolor = #044F6F
|
||||
linestatus.font = SansSerif,plain,10
|
||||
linestatus.color = #ffffff
|
||||
linestatus.height = 20
|
||||
|
Reference in New Issue
Block a user