Qt Creator 设置 One Dark Pro主题

这个是我基于上网很多教程设置 C++ 美化加一些基本的配置,下载这个导入一键设置,省去很多烦恼!!!

Qt Creator 13.0.0 (Community) 新版的 Qt 编辑器还需要一个文件,不然主界面黑屏,网上很多教程都没有此文件,文件我已经上传,如下载不了可以私信我。

此代码美化都是经过精调的!!!有任何都可以私信我

文件onedark.xml 更新

<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="One Dark Pro">
  <style name="Text" foreground="#abb2bf" background="#282c34"/>
  <style name="Link" underlineStyle="SingleUnderline"/>
  <style name="Selection" background="#3e4451"/>
  <style name="LineNumber" foreground="#4b5363"/>
  <style name="SearchResult" background="#324365"/>
  <style name="SearchResultAlt1" foreground="#000033" background="#b6ccff"/>
  <style name="SearchResultAlt2" foreground="#330000" background="#ffb6cc"/>
  <style name="SearchResultContainingFunction" background="#3e4451"/>
  <style name="SearchScope" background="#3e4451"/>
  <style name="Parentheses" foreground="#D19A66" background="#282c34"/>
  <style name="ParenthesesMismatch" foreground="#D19A66" background="#282c34"/>
  <style name="AutoComplete" background="#3e4451"/>
  <style name="CurrentLine" background="#3a3f4b"/>
  <style name="CurrentLineNumber" foreground="#777c87"/>
  <style name="Occurrences" background="#324365"/>
  <style name="Occurrences.Unused" underlineColor="#d19a66" underlineStyle="DashUnderline"/>
  <style name="Occurrences.Rename" background="#e06c75"/>
  <style name="Number" foreground="#d19a66"/>
  <style name="String" foreground="#98c379"/>
  <style name="Type" foreground="#e5c07b"/>
  <style name="Namespace" foreground="#E5C07B"/>
  <style name="Local" foreground="#e06c75"/>
  <style name="Parameter" foreground="#E06C75"/>
  <style name="Global" foreground="#E06C75"/>
  <style name="Field" foreground="#e06c75"/>
  <style name="Static" foreground="#56B6C2" italic="true"/>
  <style name="VirtualMethod" foreground="#61afef" italic="true"/>
  <style name="Function" foreground="#61AFEF"/>
  <style name="Macro" foreground="#D19A66"/>
  <style name="Keyword" foreground="#c678dd"/>
  <style name="PrimitiveType" foreground="#c678dd"/>
  <style name="Punctuation"/>
  <style name="Operator" foreground="#56B6C2"/>
  <style name="Overloaded Operator" foreground="#c678dd"/>
  <style name="Preprocessor" foreground="#c678dd"/>
  <style name="Label" foreground="#e06c75" bold="true"/>
  <style name="Comment" foreground="#5c6370" italic="true"/>
  <style name="Doxygen.Comment" foreground="#7F848E" italic="true"/>
  <style name="Doxygen.Tag" foreground="#C678DD"/>
  <style name="VisualWhitespace" foreground="#3c4049"/>
  <style name="QmlLocalId" foreground="#e5c07b"/>
  <style name="QmlExternalId"/>
  <style name="QmlTypeId" foreground="#61afef"/>
  <style name="QmlRootObjectProperty" foreground="#61afef"/>
  <style name="QmlScopeObjectProperty" foreground="#61afef"/>
  <style name="QmlExternalObjectProperty"/>
  <style name="JsScopeVar"/>
  <style name="JsImportVar" foreground="#d19a66"/>
  <style name="JsGlobalVar" foreground="#d19a66"/>
  <style name="QmlStateName" foreground="#61afef"/>
  <style name="Binding" foreground="#c678dd"/>
  <style name="DisabledCode" foreground="#7F848E"/>
  <style name="AddedLine" foreground="#98c379"/>
  <style name="RemovedLine" foreground="#e06c75"/>
  <style name="DiffFile" foreground="#61afef"/>
  <style name="DiffLocation" foreground="#d19a66"/>
  <style name="DiffFileLine" foreground="#282c34" background="#e5c07b"/>
  <style name="DiffContextLine" foreground="#282c34" background="#56b6c2"/>
  <style name="DiffSourceLine" foreground="#282c34" background="#be5046"/>
  <style name="DiffSourceChar" foreground="#282c34" background="#e06c75"/>
  <style name="DiffDestLine" foreground="#282c34" background="#789353"/>
  <style name="DiffDestChar" foreground="#282c34" background="#98c379"/>
  <style name="LogChangeLine" foreground="#e06c75"/>
  <style name="LogAuthorName" foreground="#61afef"/>
  <style name="LogCommitDate" foreground="#98c379"/>
  <style name="LogCommitHash" foreground="#e06c75"/>
  <style name="LogCommitSubject"/>
  <style name="LogDecoration" foreground="#c678dd"/>
  <style name="Warning" underlineColor="#d19a66" underlineStyle="SingleUnderline"/>
  <style name="WarningContext" underlineColor="#d19a66" underlineStyle="DotLine"/>
  <style name="Error" underlineColor="#e06c75" underlineStyle="SingleUnderline"/>
  <style name="ErrorContext" underlineColor="#e06c75" underlineStyle="DotLine"/>
  <style name="Declaration"/>
  <style name="FunctionDefinition"/>
  <style name="OutputArgument" foreground="#E06C75" italic="true"/>
  <style name="StaticMember"/>
  <style name="CocoCodeAdded"/>
  <style name="CocoPartiallyCovered" foreground="#d19a66"/>
  <style name="CocoNotCovered" foreground="#e06c75"/>
  <style name="CocoFullyCovered" foreground="#98c379"/>
  <style name="CocoManuallyValidated" foreground="#61afef"/>
  <style name="CocoDeadCode" foreground="#c678dd"/>
  <style name="CocoExecutionCountTooLow" foreground="#e06c75"/>
  <style name="CocoNotCoveredInfo" foreground="#e06c75"/>
  <style name="CocoCoveredInfo" foreground="#98c379"/>
  <style name="CocoManuallyValidatedInfo" foreground="#61afef"/>
  <style name="LastStyleSentinel"/>
</style-scheme>

相关推荐

  1. css设置主题变量

    2024-04-07 23:22:03       34 阅读
  2. Android设置夜间模式的主题样式

    2024-04-07 23:22:03       49 阅读
  3. Qt Creator 设置 One Dark Pro主题

    2024-04-07 23:22:03       35 阅读
  4. js动态设置css主题(Style-setProperty)

    2024-04-07 23:22:03       36 阅读
  5. centos 安装 qtCreator

    2024-04-07 23:22:03       60 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-07 23:22:03       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-07 23:22:03       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-07 23:22:03       87 阅读
  4. Python语言-面向对象

    2024-04-07 23:22:03       96 阅读

热门阅读

  1. 代码随想录

    2024-04-07 23:22:03       32 阅读
  2. PTA--《面向对象程序设计》作业2-类与对象

    2024-04-07 23:22:03       33 阅读
  3. 等保模型(烂码)

    2024-04-07 23:22:03       35 阅读
  4. PTA字符串约束

    2024-04-07 23:22:03       38 阅读
  5. PostgreSQL的 UNION

    2024-04-07 23:22:03       37 阅读
  6. ubuntu web端远程桌面控制

    2024-04-07 23:22:03       43 阅读
  7. Vue3与TypeScript中动态加载图片资源的解决之道

    2024-04-07 23:22:03       50 阅读
  8. Django - 视图和模板

    2024-04-07 23:22:03       39 阅读
  9. Python 反射

    2024-04-07 23:22:03       47 阅读