QtCreator配置代码字体和颜色

文件路径

在这里插入图片描述

默认配色方案

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<style-scheme version="1.0" name="Default">
<style name="Text" foreground="#000000" background="#ffffff"/>
<style name="Link" foreground="#0000ff"/>
<style name="Selection" foreground="#ffffff" background="#0078d7"/>
<style name="LineNumber" foreground="#a0a0a0" background="#f0f0f0"/>
<style name="SearchResult" background="#ffef0b"/>
<style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/>
<style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/>
<style name="SearchResultContainingFunction"/>
<style name="SearchScope" background="#f2f8fd"/>
<style name="Parentheses" foreground="#ff0000" background="#b4eeb4"/>
<style name="ParenthesesMismatch" background="#ff00ff"/>
<style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
<style name="CurrentLine" background="#b3d7f3"/>
<style name="CurrentLineNumber" foreground="#808080" bold="true"/>
<style name="Occurrences" background="#b4b4b4"/>
<style name="Occurrences.Unused" underlineColor="#808000" underlineStyle="SingleUnderline"/>
<style name="Occurrences.Rename" background="#ff6464"/>
<style name="Number" foreground="#000080"/>
<style name="String" foreground="#008000"/>
<style name="Type" foreground="#800080"/>
<style name="Concept" foreground="#800080"/>
<style name="Namespace" foreground="#800080"/>
<style name="Local" foreground="#092e64"/>
<style name="Parameter" foreground="#092e64"/>
<style name="Global" foreground="#ce5c00"/>
<style name="Field" foreground="#800000"/>
<style name="Static" foreground="#800080"/>
<style name="VirtualMethod" foreground="#00677c" italic="true"/>
<style name="Function" foreground="#00677c"/>
<style name="Keyword" foreground="#808000"/>
<style name="PrimitiveType" foreground="#808000"/>
<style name="Operator"/>
<style name="Overloaded Operator" foreground="#00677c"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#000080"/>
<style name="Macro" foreground="#00677c"/>
<style name="Label" foreground="#800000"/>
<style name="Comment" foreground="#008000"/>
<style name="Doxygen.Comment" foreground="#000080"/>
<style name="Doxygen.Tag" foreground="#0000ff"/>
<style name="VisualWhitespace" foreground="#c0c0c0"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#000080" italic="true"/>
<style name="QmlTypeId" foreground="#800080"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" italic="true"/>
<style name="JsImportVar" foreground="#0055af" italic="true"/>
<style name="JsGlobalVar" foreground="#0055af" italic="true"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding" foreground="#800000"/>
<style name="DisabledCode" background="#efefef"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#000080"/>
<style name="DiffLocation" foreground="#0000ff"/>
<style name="DiffFileLine" background="#ffff00"/>
<style name="DiffContextLine" background="#afd7e7"/>
<style name="DiffSourceLine" background="#ffdfdf"/>
<style name="DiffSourceChar" background="#ffafaf"/>
<style name="DiffDestLine" background="#dfffdf"/>
<style name="DiffDestChar" background="#afffaf"/>
<style name="LogChangeLine" foreground="#c00000"/>
<style name="LogAuthorName" foreground="#007af4"/>
<style name="LogCommitDate" foreground="#006600"/>
<style name="LogCommitHash" foreground="#ff0000"/>
<style name="LogCommitSubject"/>
<style name="LogDecoration" foreground="#ff00ff"/>
<style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
<style name="Declaration" bold="true"/>
<style name="FunctionDefinition"/>
<style name="OutputArgument" italic="true"/>
<style name="StaticMember"/>
<style name="CocoCodeAdded"/>
<style name="CocoPartiallyCovered" foreground="#808000"/>
<style name="CocoNotCovered" foreground="#ff0000"/>
<style name="CocoFullyCovered" foreground="#00ff00"/>
<style name="CocoManuallyValidated" foreground="#0000ff"/>
<style name="CocoDeadCode" foreground="#ff00ff"/>
<style name="CocoExecutionCountTooLow" foreground="#ff0000"/>
<style name="CocoNotCoveredInfo" foreground="#ff0000"/>
<style name="CocoCoveredInfo" foreground="#00ff00"/>
<style name="CocoManuallyValidatedInfo" foreground="#0000ff"/>
</style-scheme>

模仿vs2017配色

创建VisualStudioDark.xml,拷贝如下代码在文件中,复制到D:\Qt\Tools\QtCreator\share\qtcreator\styles路径下

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Visual Studio Dark"><style name="Text" foreground="#ebebeb" background="#1e1e1e"/><style name="Link"/><style name="Selection" background="#264f78"/><style name="LineNumber" foreground="#2b91af" background="#191919"/><style name="SearchResult"/><style name="SearchScope"/><style name="Parentheses"/><style name="ParenthesesMismatch"/><style name="AutoComplete"/><style name="CurrentLine" background="#0f0f0f"/><style name="CurrentLineNumber" foreground="#2b91af" bold="true"/><style name="Occurrences"/><style name="Occurrences.Unused"/><style name="Occurrences.Rename"/><style name="Number" foreground="#afd99c"/><style name="String" foreground="#d69d85"/><style name="Type" foreground="#3dcaac"/><style name="Local"/><style name="Global"/><style name="Field"/><style name="Static" foreground="#b0df90"/><style name="VirtualMethod" italic="true"/><style name="Function"/><style name="Keyword" foreground="#398ecf"/><style name="PrimitiveType" foreground="#3a87d0"/><style name="Operator"/><style name="Preprocessor" foreground="#b853c1"/><style name="Label"/><style name="Comment" foreground="#57a64a"/><style name="Doxygen.Comment" foreground="#006400"/><style name="Doxygen.Tag" foreground="#5e7a71" bold="true"/><style name="VisualWhitespace"/><style name="QmlLocalId" italic="true"/><style name="QmlExternalId" italic="true"/><style name="QmlTypeId"/><style name="QmlRootObjectProperty" italic="true"/><style name="QmlScopeObjectProperty" italic="true"/><style name="QmlExternalObjectProperty" italic="true"/><style name="JsScopeVar" italic="true"/><style name="JsImportVar" italic="true"/><style name="JsGlobalVar" italic="true"/><style name="QmlStateName" italic="true"/><style name="Binding"/><style name="DisabledCode"/><style name="AddedLine"/><style name="RemovedLine"/><style name="DiffFile"/><style name="DiffLocation"/><style name="DiffFileLine"/><style name="DiffContextLine"/><style name="DiffSourceLine"/><style name="DiffSourceChar"/><style name="DiffDestLine"/><style name="DiffDestChar"/><style name="LogChangeLine" foreground="#c00000"/><style name="Warning" underlineColor="#ffbe00"/><style name="WarningContext" underlineColor="#ffbe00"/><style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/><style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/><style name="Declaration"/><style name="C_OUTPUT_ARGUMENT"/>
</style-scheme>

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/83139.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Matlab信号处理:FFT频谱分辨率

频谱分辨率&#xff1a; 其中为采样间隔&#xff0c;为采样点数。 FFT分辨率&#xff1a; 其中为采样频率&#xff0c;为FFT点数。 有两正弦函数&#xff0c;频率分别为 f1 1Hz&#xff0c;f2 10Hz&#xff0c;f3 40Hz&#xff1b; 示例1&#xff1a; 采样频率 fs 1000H…

MySQL进阶篇3-视图和存储过程以及触发器的学习使用

视图/存储过程&#xff08;函数&#xff09;/触发器 视图&#xff1a;由表动态生成&#xff0c;虚拟的表&#xff0c;保存的是sql的逻辑。 创建视图&#xff1a; ​ create [or replace] view viewName【列名列表】 as select 语句 [with [cascaded|local] check option] 修…

国外发达国家码农是真混得好么?

来看看花旗工作十多年的码农怎么说吧! 美国最大的论坛 Reddit&#xff0c;之前有一个热帖&#xff1a; 一个程序员说自己喝醉了&#xff0c;软件工程师已经当了10年&#xff0c;心里有 好多话想说&#xff0c;“我可能会后悔今天说了这些话。”他洋洋洒洒写了 一大堆&#xff…

【Node.js】数据库配置与操作、Session实现原理、JWT实现原理:

文章目录 一、数据库配置与操作【1】 数据库的基本操作【2】 使用 mysql 模块操作 MySQL 数据库 二、Session实现原理【1】HTTP 协议的无状态性【2】Cookie【3】Session 的工作原理【3】在 Express 中使用 Session 认证 三、JWT实现原理【1】JWT 的工作原理【2】JWT 的组成部分…

Linux内核源码分析 (B.4) 深度剖析 Linux 伙伴系统的设计与实现

Linux内核源码分析 (B.4) 深度剖析 Linux 伙伴系统的设计与实现 文章目录 1\. 伙伴系统的核心数据结构2\. 到底什么是伙伴3\. 伙伴系统的内存分配原理4\. 伙伴系统的内存回收原理5\. 进入伙伴系统的前奏5.1 获取内存区域 zone 里指定的内存水位线5.2 检查 zone 中剩余内存容量…

powerDesigner 的基本使用

打开powerDesigner 新建 PDM(物理数据模型) 添加表字段 双击表&#xff0c;设置ID自增 选择导出数据库表SQL 导出成功 使用三方工具连接数据库&#xff0c;然后运行对应SQL文件即可 导入SQL文件数据到powerDesigner

如何用Postman做接口自动化测试

前言 什么是自动化测试 把人对软件的测试行为转化为由机器执行测试行为的一种实践。 例如GUI自动化测试&#xff0c;模拟人去操作软件界面&#xff0c;把人从简单重复的劳动中解放出来。 本质是用代码去测试另一段代码&#xff0c;属于一种软件开发工作&#xff0c;已经开发完…

Kafka 集群与可靠性

文章目录 Kafka集群的目标Kafka集群规模如何预估Kafka集群搭建实战Kafka集群原理成员关系与控制器集群工作机制replication-factor参数auto.leader.rebalance.enable参数 集群消息生产可靠的生产者ISR&#xff08;In-sync Replicas&#xff09;使用ISR方案的原因ISR相关配置说明…

python pycharm 下载 安装 自(1)

pycharm 官网 JetBrains: 软件开发者和团队的必备工具 python 官网 Python Release Python 3.11.5 | Python.org 软件安装 因为python需要借助pycharm所以需要安装 下边截图是重要的部分 pycharm python 终端安装 然后进行全局配置 打开pycahrm 可以在扩展里边搜索中…

docker安装es docker安装Elasticsearch windows linux

下载Elasticsearch和Kibana镜像docker pull elastic/elasticsearch:8.8.2 docker pull elastic/kibana:8.8.2 2. 设置max_map_countwindows&#xff1a; wsl -d docker-desktop sysctl -w vm.max_map_count262144 exit linux&#xff1a;cat /proc/sys/vm/max_map_count sys…

51单片机项目(13)——基于51单片机的智能台灯protues仿真

本次设计&#xff0c;使用protues软件进行仿真&#xff0c;详情如下&#xff1a; 1.输入部分:由热释电红外传感器、光敏传感器、超声波测距传感器所构成的子电路组成。 2.输出模块:由1602液晶显示及其蜂鸣器报警系统组成。 3.中央处理器:主要有AT89C52单片机构成。 4.工作过…

【Linux】进程控制

目录 一、进程创建初识fork函数fork函数返回值写时拷贝fork常规用法fork调用失败的原因 二、进程终止进程退出场景进程常见退出方法_exit函数与exit函数 三、进程等待进程等待必要性进程等待的方法waitwaitpid 获取子进程status非阻塞等待测试 四、进程程序替换替换原理替换函数…

Python WEB框架FastAPI (二)

Python WEB框架FastAPI &#xff08;二&#xff09; 最近一直在使用fastapi&#xff0c;随着使用的深入发现我对于它的了解还是太少了&#xff0c;以至于踩了一些坑。所以在这里记录一下&#xff0c;愿看到的小伙伴不迷路。 路径传参并发问题 一、路径传参 这是对上一个传参…

数字化管理新革命,AI数字人CEO登场引领变革!

王一博老板乐华娱乐CEO杜华推出了她的双生数字人华华子&#xff0c;专门替自己直播卖货。在没有任何宣传的情况下&#xff0c;仅仅在短短的10分钟直播时间内&#xff0c;观众人数就飙升至30万人&#xff01;同时&#xff0c;“杜华AI华华子直播”更是迅速登上了微博热搜榜。这一…

【Mysql】数据库第四讲(表的增删改查操作 超全面 附实操案例)

表的查询 1.Create 表的创建1.1单行插入多行插入1.2替换 2.Retrieve 读取2.1全列查询2.2指定列查询2.3查询字段为表达式2.4为查询结果指定别名2.5结果去重2.6WHERE条件2.7结果排序2.8筛选分页结果 3.Update更新案例 4.Delete删除案例截断表插入查询结果 5.聚合函数 1.Create 表…

Intellij idea 2023 年下载、安装教程、亲测可用

文章目录 1 下载与安装IDEA2 常用设置设置 Java JDK 版本自动导入包、移除包IDEA 自动生成 author 注释签名java.io.File 类无法自动提示导入&#xff1f;高亮显示与选中字符串相同的内容IDEA 配置 MavenIDEA 连接 Mysql 数据库 3 参考文章 1 下载与安装IDEA 首先先到官网下载…

centos设置固定ip

ip addr查看是哪张网卡我这里是 编辑 设置

【flutter】架构之商城main入口

架构之商城main入口 前言一、项目模块的划分二、入口main的配置三、配置文件怎么做总结 前言 本栏目我们将完成一个商城项目的架构搭建&#xff0c;并完善中间的所有功能&#xff0c;总页面大概200个&#xff0c;如果你能看完整个栏目&#xff0c;你肯定能独立完成flutter 项目…

基于自编译的onlyoffice镜像,关于修改字体的问题

基于自编译的onlyoffice镜像&#xff0c;关于修改字体的问题 自编译onlyoffice镜像来自于 https://blog.csdn.net/Gemini1995/article/details/132427908 该镜像里面没有documentserver-generate-allfonts.sh文件&#xff0c;所以需要自己创建一个&#xff08;建议放在/usr/b…

接入网络技术

接入网络&#xff1a;是实现网络边缘的端系统与网络核心连接与接入的网络。 常见有以下几类&#xff1a; 1、电话拨号接入&#xff1a;这类接入方式在早期接入网络中主要用于家庭接入&#xff0c;利用了电话网络覆盖广泛的优点&#xff0c;能够方便地实现分散的家庭用户接入网…