zoukankan      html  css  js  c++  java
  • 我的arduino theme文件

    #FUNCTIONS COLOR             #D35400 - ORANGE            KEYWORD1
    #FUNCTIONS COLOR            #D35400 - ORANGE            KEYWORD2
    #STRUCTURE COLORS             #728E00 - GREEN            KEYWORD3
    #CONSTANTS COLOR                 #00979C - BLUE                LITERAL1
    #VARIABLES COLOR                 #00979C - BLUE                LITERAL2

    #ERROR COLOR                    #A61717 - RED
    #COMMENTS // COLOR            #95A5A6 - LIGHT GREY
    #COMMENTS /**/ COLOR        #434F54    - DARK GREY

    # GUI - STATUS
    status.notice.fgcolor = #002325
    #status.notice.bgcolor = #17A1A5
    status.notice.bgcolor = #00688B
    status.error.fgcolor = #FFFFFF
    status.error.bgcolor = #E34C00
    status.edit.fgcolor = #000000
    status.edit.bgcolor = #F1B500
    status.font = SansSerif,plain,20

    # GUI - TABS
    # (tab images are stored in the lib/theme folder)
    #header.bgcolor = #17A1A5
    header.bgcolor = #006468
    #header.text.selected.color = #005B5B
    header.text.selected.color = #8B0A50
    #header.text.unselected.color = #007e82
    header.text.unselected.color = #006468
    header.text.font = DejaVu Sans Mono,bold,20

    # GUI - CONSOLE
    #console.font = DejaVu Sans Mono,plain,12
    console.font = SansSerif,plain,20
    console.font.macosx = Monaco,plain,10
    #console.color = #000000
    console.color = #202020
    console.output.color = #002325
    console.error.color = #E34C00

    # GUI - BUTTONS
    #buttons.bgcolor = #006468
    buttons.bgcolor = #00688B
    buttons.status.font = SansSerif,plain,20
    buttons.status.color = #EEEEEE

    # GUI - PLOTTING
    # color cycle created via colorbrewer2.org
    plotting.bgcolor = #00688B
    #plotting.bgcolor = #ffffff
    plotting.color = #ffffff
    plotting.graphcolor.size = 4
    plotting.graphcolor.00 = #2c7bb6
    plotting.graphcolor.01 = #fdae61
    plotting.graphcolor.02 = #d7191c
    plotting.graphcolor.03 = #abd9e9

    # GUI - LINESTATUS   
    linestatus.color = #002325
    linestatus.bgcolor = #00688B

    # EDITOR - DETAILS

    # foreground and background colors
    editor.font = DejaVu Sans Mono,book,20
    editor.fgcolor = #000000
    editor.bgcolor = #EDEDED

    # highlight for the current line
    editor.linehighlight.color=#d2d2d2
    # highlight for the current line
    #editor.linehighlight=false
    editor.linehighlight=true

    # caret blinking and caret color
    editor.caret.color = #333300

    # color to be used for background when 'external editor' enabled
    editor.external.bgcolor = #c8d2dc

    # selection color
    editor.selection.color = #ffcc00

    # area that's not in use by the text (replaced with tildes)
    editor.invalid.style = #7e7e7e,bold

    # little pooties at the end of lines that show where they finish
    editor.eolmarkers = false
    editor.eolmarkers.color = #999999

    # bracket/brace highlighting
    editor.brackethighlight = true
    editor.brackethighlight.color = #006699


    # TEXT - KEYWORDS

    # FUNCTIONS
    editor.keyword1.style = #d35400,bold
    editor.data_type.style = #d35400,bold

    # METHODS
    editor.keyword2.style = #D35400,plain
    editor.function.style = #d35400,plain

    # STRUCTURES
    editor.keyword3.style = #5E6D03,plain
    editor.reserved_word.style = #5E6D03,plain


    # TEXT - LITERALS
    editor.literal1.style = #00979C,plain
    editor.literal2.style = #00979C,plain
    editor.variable.style = #00979C,plain
    editor.reserved_word_2.style = #00979C,plain
    editor.literal_boolean.style = #00979C,plain
    editor.literal_char.style = #00979C,plain
    editor.literal_string_double_quote.style = #005C5F,plain
    editor.preprocessor.style = #5E6D03,plain

    # http://www.arduino.cc/
    editor.url.style = #0000ff,underlined

    # e.g. + - = /
    editor.operator.style = #434f54,plain


    # ?? maybe this is for words followed by a colon
    # like in case statements or goto
    editor.label.style = #7e7e7e,bold


    # TEXT - COMMENTS
    editor.comment1.style = #434F54,plain
    editor.comment2.style = #95a5a6,plain


    # LINE STATUS - editor line number status bar at the bottom of the screen
    #linestatus.font   = DejaVu Sans Mono,plain,12
    linestatus.font       = SansSerif,plain,20
    linestatus.height  = 20

  • 相关阅读:
    团队项目-项目进度
    团队项目-Recycle项目文档
    团队项目-Recycle需求规格说明书
    团队项目-初步构想
    关于 Localhost:8080/hello
    Java EE课程作业 (Seventh)-- Async
    Java EE 课程作业 (Sixth)-- Filter分析
    Java EE 课程作业(Fifth)-- XML:定义 用途 工作原理及未来xml
    Java EE 课程作业(Fourth)-- Session
    Java EE 课程作业(third)- 关于 Java EE的思维导图
  • 原文地址:https://www.cnblogs.com/guochaoxxl/p/6823130.html
Copyright © 2011-2022 走看看