以下为Keil的暗色模式配置文件,效果如图

# properties for all file types
indent.automatic=1
virtual.space=0
view.whitespace=0
view.endofline=0
code.page=936
caretline.visible=1
highlight.matchingbraces=1
print.syntax.coloring=1
use.tab.color=1
create.backup.files=0
auto.load.ext.modfiles=0
save.prj.before.dbg=1
save.files.before.dbg=1
function.scanner.project=1
function.scanner.files=1
function.scanner.modules=1# properties for c/cpp files
syntax.colouring.cpp=1
use.tab.cpp=0
tabsize.cpp=2
line.margin.visible.cpp=1
fold.cpp=1
monospaced.font.cpp=1# properties for asm files
syntax.colouring.asm=1
use.tab.asm=0
tabsize.asm=4
line.margin.visible.asm=1
monospaced.font.asm=1# properties for other files
use.tabs=0
tabsize=4
line.margin.visible.txt=1
monospaced.font.txt=1# setting for code completion and syntax check
cc.autolist=1
cc.highlightsyntax=1
cc.showparameters=1
cc.triggerlist=1
cc.triggernumchars=3
cc.enter.as.fillup=0
cc.usealpha4inactcode=1
cc.alphavalue=50# autosave for editor files
autosave=1
autosave.interval=5# vertical edge at right margin
edge.mode=0
edge.column=80# Specification for text selection and caret line
selection.fore=#D4D4D4
selection.back=#3F3F3F
caret.fore=#FFFFFF
caret.back=#2A2A2A# Color for vertical edge
edge.colour=#66FAFA# C/C++ Editor files
template.cpp="#define","#define |";"#if","#if |\r\n\r\n#endif";\\"#include","#include <|>";"Header","// Header:\r\n// File Name: |\r\n// Author:\r\n// Date:\r\n";\\"continue","continue;";"do","do\r\n{\r\n\t// TODO: enter the block content here\r\n\t\r\n\t|\r\n} while ();\r\n";\\"enum","enum |\r\n{\r\n\t\r\n};\r\n";"for","for(|;;)\r\n{\r\n}";\\"fpointer_type","typedef int (* |F)();\r\n";"function","void function(|)\r\n{\r\n\r\n}\r\n";\\"if","if (|)";"ifelse","if (|)\r\n{\r\n}\r\nelse\r\n{\r\n}";\\"struct","struct | \r\n{\r\n\r\n};\r\n";"switch","switch (|)\r\n{\r\n\tcase:\r\n\t\tbreak;\r\n\tcase:\r\n\t\tbreak;\r\n\tdefault:\r\n\t\tbreak;\r\n}";\\"void","void | ();\r\n";"while","while (|)\r\n{\r\n}";\\font.monospace.cpp=Courier New
style.cpp.32=font:Courier New,size:10,fore:#4F4F4F,back:#151515
style.cpp.4=font:Courier New,size:10,fore:#00D59F,back:#151515
style.cpp.10=font:Courier New,size:10,fore:#6A6A6A,back:#151515
style.cpp.1=font:Courier New,size:10,fore:#00954A,back:#151515
style.cpp.2=font:Courier New,size:10,fore:#00954A,back:#151515
style.cpp.5=font:Courier New,size:10,fore:#FF8000,back:#151515
style.cpp.6=font:Courier New,size:10,fore:#FF8080,back:#151515
style.cpp.11=font:Courier New,size:10,fore:#00A5F4,back:#151515
style.cpp.9=font:Courier New,size:10,fore:#D5D500,back:#151515
style.cpp.7=font:Courier New,size:10,fore:#FF8080,back:#151515
style.cpp.34=font:Courier New,size:10,fore:#FFFF00,back:#3A3A3A
style.cpp.35=font:Courier New,size:10,fore:#FF0000,back:#151515
style.cpp.16=font:Courier New,size:10,fore:#FF55AA,back:#151515
style.cpp.12=font:Courier New,size:10,fore:#E3C6E3,back:#151515
style.cpp.86=font:Courier New,size:10,fore:#FFFFFF,back:#151515# Asm Editor files
font.monospace.asm=Courier New
style.asm.32=font:Courier New,size:10,fore:#000000,back:#FFFFFF
style.asm.1=font:Courier New,size:10,fore:#616161,back:#FFFFFF
style.asm.2=font:Courier New,size:10,fore:#FF0000,back:#FFFFFF
style.asm.3=font:Courier New,size:10,fore:#7F007F,back:#FFFFFF
style.asm.4=font:Courier New,size:10,fore:#000000,back:#FFFFFF
style.asm.5=font:Courier New,size:10,fore:#000000,back:#FFFFFF
style.asm.6=font:Courier New,size:10,fore:#0000FF,back:#FFFFFF
style.asm.7=font:Courier New,size:10,fore:#0000FF,back:#FFFFFF
style.asm.9=font:Courier New,size:10,fore:#0000FF,back:#FFFFFF
style.asm.10=font:Courier New,size:10,fore:#0000FF,back:#FFFFFF
style.asm.11=font:Courier New,size:10,fore:#007F00,back:#FFFFFF
style.asm.12=font:Courier New,size:10,fore:#7F007F,back:#FFFFFF
style.asm.8=font:Courier New,size:10,fore:#46AA03,back:#FFFFFF# Editor Text files
font.monospace.txt=Consolas
style.txt.32=font:Verdana,size:10,fore:#FFFFFF,back:#151515

Keil暗色模式配置文件相关推荐

  1. 【Web技术】990- 前端站点一键支持暗色模式

    作者:冯伟尧 & 石嘉 & 刘大畅 需求 & 现状 作为近两年的「新时尚」,暗色/深色模式已经几乎成为了各家系统.应用以及 Web 站点的标配功能.想要支持暗色模式,本质是判断 ...

  2. hexo博客添加暗色模式_我如何向网站添加暗模式

    hexo博客添加暗色模式 同一个网站,两种不同的配色方案 (Same website, two different color schemes) Last year I made it a point ...

  3. hexo博客添加暗色模式_我如何将暗模式添加到我的网站

    hexo博客添加暗色模式 I recently redesigned my website. Here are 2 pictures of how it looked, for reference: ...

  4. [Win32] 窗体暗色模式, C++, WinForm, WPF 使用方法, 判断颜色模式, 响应颜色变更消息, 设置标题栏暗色.

    2023 年了, 如果咱写的程序还不支持暗色模式, 那就说不过去了. 判断是否是暗色模式 在 Windows 中判断当前系统的颜色模式是否是暗色, 可以通过查询注册表项来实现. 下面是 C++ 的示例 ...

  5. Android Q暗色模式适配踩坑—状态栏

    暗色模式已经不是什么新鲜玩意了,大家最近看到关于暗色模式最多的内容可能就是iOS版本微信未适配暗色模式面临被AppStore下架的风险.然后今天早上一醒来,发现Android的微信也黑了(因为我手机一 ...

  6. 苹果手机没有声音显示耳机模式_安卓苹果暗色模式PK,看完之后没有夜猫子不选Ta|ios|手机|暗色|黑色|coloros...

    刷微博.追剧.逛淘宝--手机上现在的文娱内容变得越来越丰富,睡前玩一会儿手机已经成为了越来越多人的习惯.众所周知,在关灯后的黑暗环境中玩手机,会对眼睛产生比较大的刺激.为了保护好用户们的眼睛,手机厂商 ...

  7. speedoffice中Word如何设置暗色模式主题

    本篇经验和大家分享一下,speedoffice中Word如何设置暗色模式主题. 1.运行office软件,并打开一个Word文档: 2.选择"视图"​,点击下方"界面主题 ...

  8. PDF反色处理/暗色模式保存,白底黑字转黑底白字

    使用BookxNote时,发现一个很人性化的功能:暗色模式: 既能够自动将白底黑字的pdf文件进行反色处理,类似于图片处理中的反相. 但这个功能仅仅是一个显示的功能,也就是没有对文件本身的色彩进行修改 ...

  9. c++工程模式+配置文件+动态调用类

    前言 主函数 SimpleFactoryRefactor.cpp #include <iostream> #include<string> #include "Dyn ...

最新文章

  1. 关于SQLServer和MySQL动态条数限制
  2. python开发微信小程序-Python实现微信小程序支付功能
  3. boost::geometry::discrete_frechet_distance用法的测试程序
  4. ChaosBlade:从混沌工程实验工具到混沌工程平台
  5. redis学习(九)——数据持久化
  6. linux audit审计(6)--audit永久生效的规则配置
  7. java 课后习题 键入日期输入星期几
  8. zookeeper3.5.4源码环境搭建
  9. mysql列的数值型,字符型,日期型
  10. CGI、FastCGI和php-fpm的概念和区别
  11. bzoj 1643: [Usaco2007 Oct]Bessie's Secret Pasture 贝茜的秘密草坪(DP)
  12. JVM调优之:垃圾收集器
  13. Spring(16)——使用注解进行bean定义
  14. MySQL 性能方案
  15. 用ps制作计算机系海报,如何利用素材制作海报_ps海报制作_ps教学_课课家
  16. VirtualBox 新建虚拟机
  17. QuickPCB2005超级封装库与免费教程
  18. 腾讯私有云TStack 自动化部署
  19. 如何整店导出天猫店铺商品主图及详情图
  20. springboot整合 neo4j (OGM+JPA方式操作图数据库)

热门文章

  1. android carlife 源码,CarLife开发总结
  2. 数据结构之霍夫曼压缩,更易理解文件压缩过程
  3. 漫谈核心能力(2) -- 知错能改,善莫大焉
  4. linux部署springBoot项目不间断运行
  5. 继电器分类及性能对比
  6. 小程序源码:升级版手机检测微信工具
  7. 毒你没商量!DOC病毒原理完全解析(转)
  8. STLINK下载程序出现cannot access target. shutting down debug session问题解决的一般步骤
  9. 大数据说婚恋--再不给女性减负,结婚率和出生率都升不回来了
  10. 微信小程序:for循环与if判断