#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

我的arduino theme文件的更多相关文章

  1. 【OPPO主题制作系列 - 01】-- 写个小工具自动打包Theme文件

    参考OPPO主题设计师站: http://dev.theme.oppomobile.com/user/user_start 想要打包成Theme文件,必须把需要打包的文件夹拖到oppo-themepa ...

  2. 如何安装/导入Arduino库文件及库文件的不同位置与区别(以eFLL中嵌入式模糊逻辑库为例)

    网上有数百个可在Aruduino中使用的库,这些代码集使得我们无需从0-1地搭建我们所需功能,这使得学习和使用Arduino变得更加方便简单.除此之外,平时直接从网上download下的代码也很有可能 ...

  3. 第十四章:样式(Style)和主题(Theme)

    简介 Android的样式(Style)和主题(Theme)文件就好比WEB开发中的CSS一样,可以实现UI界面的风格统一管理,这和Windows平台的XAML格式(Silverlight.WPF)类 ...

  4. ectouch第十讲 之ecshop中 dwt, lbi 文件详解

    原文:http://www.yunmoban.cn/article-241.html Ecshop包括的文件夹有admin.api.cert.data.images.includes.js. lang ...

  5. Android中Style和Theme的使用

    Style: Style是View中一些属性的集合,包括height,padding,font color,background等等,Style单独定义在xml文件中,类似与web页面中css的角色, ...

  6. ecshop各个文件夹作用

    Images文件夹: 这个文件夹下有子文件夹,在这些子文件夹下面存放着当前网站商品的原始图片和缩略图.这些子文件夹命名有规律的,它们的文件名是它们目录下商品加入 的年月份.也就是说在同一个月份加入的商 ...

  7. 树莓派上搭建arduino开发环境

    -------------还是博客园上面的格式看这舒服,不去新浪了------------- 为什么要在树莓派上开发arduino呢?总要把树莓派用起来嘛,不然老吃灰. 树莓派使用SSH时没有图形界面 ...

  8. ArduinoYun教程之Arduino编程环境搭建

    ArduinoYun教程之Arduino编程环境搭建 Arduino编程环境搭建 通常,我们所说的Arduino一般是指我们可以实实在在看到的一块开发板,他可以是Arduino UNO.Arduino ...

  9. 使用Arduino模块实施无线信号的重放攻击

    无线电已经存在使用了很长一段时间,在这很长的一段时间里诞生了一个名叫火腿族的集体(小编:嗯 对 就是整天吃火腿的那些人^_^  CQ CQ ).无线电和互联网一样:同样存在一些安全隐患,比如:在无线信 ...

随机推荐

  1. 06.VUE学习之非常实用的计算属性computed实例

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http ...

  2. 笔记1 python入门学习笔记

    目录 官方手册 菜鸟站手册地址: python的运行方法 注释 小技巧: input()接收用户输入的内容(默认为字符串) print() 运算符 is 是判断两个标识符是不是引用自一个对象 all和 ...

  3. python网络-多任务实现之协程(27)

    一.协程 协程,又称微线程,纤程.英文名Coroutine. 协程不是进程,也不是线程,它就是一个函数,一个特殊的函数——可以在某个地方挂起,并且可以重新在挂起处继续运行.所以说,协程与进程.线程相比 ...

  4. python编写定时执行脚本

    前几天在抓博客园文章,打算每天抓10条最新的,所以就在脚本中加了定时让它在每天凌晨四点中时执行,但是昨天发现,报错了: 显示是远程主机强制关闭了一个链接, 原因是:mysql数据库默认当连续8小时不对 ...

  5. P1605迷宫

    题目背景 迷宫 [问题描述] 给定一个N*M方格的迷宫,迷宫里有T处障碍,障碍处不可通过.给定起点坐标和 终点坐标,问: 每个方格最多经过1次,有多少种从起点坐标到终点坐标的方案.在迷宫 中移动有上下 ...

  6. 在MAC下使用Robotframework+Selenium2【第一枪】robotframework安装步骤

    最近使用苹果的MAC Pro本本,感受着苹果系统的新鲜,确实让我手忙脚乱一阵,毕竟使用windows系统太长时间了,刚开始用MAC Pro确实感觉别扭,用了一段,发现MAC系统还不错,好了,转入正题. ...

  7. Sicily 8843 Ranking and Friendship

    http://soj.me/8843 题意:几个人想做好朋友,朋友之间相差位置小于等于k,且长度相同分析:排序,将长度相同的放在一起.若长度相同,第i个人能放进去的条件是位置相差下雨等于k.      ...

  8. WEBs

    http://www.cnblogs.com/wupeiqi/articles/5341480.html 请求方式8种: 1.GET:请求指定页面信息,并返回实体 2.POST:向指定资源提交数据进行 ...

  9. loj2074 「JSOI2016」灯塔

    loj 题面错的--去bzoj上看吧qwq 观察到 \(\sqrt{|i-j|}\) 的取值只有 \(\sqrt{n}\) 级别个,然后就很显然了,rmq. #include <iostream ...

  10. MFC深入浅出读书笔记第二部分1

    第六章 MFC程序的生死因果 MFC学习过程,这个方法不错,条例清晰. 1.CWinApp  -- 取代WinMain地位 WinMain函数的功能由CWinApp的三个函数实现 virtual BO ...