自己创建个文本把代码复制进去,然后把文件名改成.tmTheme 的格式,自己导入到hBuilder主题中就可以了

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>name</key>
  <string>天蓝000</string>
  <key>uuid</key>
  <string>8cd374a1-ba2a-38b8-8e2e-06ebb1a5b27b</string>
  <key>settings</key>
  <array>
    <dict>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#000000</string>
        <key>background</key>
        <string>#dae9fa</string>
        <key>caret</key>
        <string>#000000</string>
        <key>lineHighlight</key>
        <string>#a6caf0ff</string>
        <key>selection</key>
        <string>#bad6fdff</string>
        <key>invisibles</key>
        <string>#404040</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>-Common-</string>
      <key>scope</key>
      <string>dont.match</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>-ANSI-</string>
      <key>scope</key>
      <string>dont.match</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.blue</string>
      <key>scope</key>
      <string>ansi.blue</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#5555ffff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.cyan</string>
      <key>scope</key>
      <string>ansi.cyan</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#00bbbbff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.green</string>
      <key>scope</key>
      <string>ansi.green</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#00bb00ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.magenta</string>
      <key>scope</key>
      <string>ansi.magenta</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#bb00bbff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.red</string>
      <key>scope</key>
      <string>ansi.red</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#bb0000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.yellow</string>
      <key>scope</key>
      <string>ansi.yellow</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#bbbb00ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>ansi.gray</string>
      <key>scope</key>
      <string>ansi.gray</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#999999ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>--Console--</string>
      <key>scope</key>
      <string>dont.match</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>console.error</string>
      <key>scope</key>
      <string>console.error</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ca0000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>console.input</string>
      <key>scope</key>
      <string>console.input</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#00ae50ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>console.prompt</string>
      <key>scope</key>
      <string>console.prompt</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#b651bcff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>console.warning</string>
      <key>scope</key>
      <string>console.warning</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#cd6600ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>console.debug</string>
      <key>scope</key>
      <string>console.debug</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#5d6666ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>hyperlink</string>
      <key>scope</key>
      <string>hyperlink</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#0d1171ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>--Misc.--</string>
      <key>scope</key>
      <string>dont.match</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Unstaged files</string>
      <key>scope</key>
      <string>markup.deleted</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#ff3d3dff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Staged files</string>
      <key>scope</key>
      <string>markup.inserted</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#000000ff</string>
        <key>background</key>
        <string>#73ff65ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>markup.changed</string>
      <key>scope</key>
      <string>markup.changed</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#f5c411ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>markup.underline</string>
      <key>scope</key>
      <string>markup.underline</string>
      <key>settings</key>
      <dict>
        <key>fontStyle</key>
        <string>underline</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>markup.bold</string>
      <key>scope</key>
      <string>markup.bold</string>
      <key>settings</key>
      <dict>
        <key>fontStyle</key>
        <string>bold</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>markup.italic</string>
      <key>scope</key>
      <string>markup.italic</string>
      <key>settings</key>
      <dict>
        <key>fontStyle</key>
        <string>italic</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>meta.diff.range</string>
      <key>scope</key>
      <string>meta.diff.range</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#3467d1ff</string>
        <key>fontStyle</key>
        <string>italic</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>meta.diff.index</string>
      <key>scope</key>
      <string>meta.diff.index</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#3467d1ff</string>
        <key>fontStyle</key>
        <string>italic</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>meta.separator.diff</string>
      <key>scope</key>
      <string>meta.separator.diff</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#3467d1ff</string>
        <key>fontStyle</key>
        <string>italic</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>meta.diff.header</string>
      <key>scope</key>
      <string>meta.diff.header</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#5685e3ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>meta.separator</string>
      <key>scope</key>
      <string>meta.separator</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#3467d1ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>property</string>
      <key>scope</key>
      <string>property</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#934b3cff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>-Theme Specific-</string>
      <key>scope</key>
      <string>dont.match</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>invisibles</string>
      <key>scope</key>
      <string>invisibles</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#bfbfbfff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Comment</string>
      <key>scope</key>
      <string>comment</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#919191ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>String</string>
      <key>scope</key>
      <string>string</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ff00ffff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Number</string>
      <key>scope</key>
      <string>constant.numeric</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Built-in constant</string>
      <key>scope</key>
      <string>constant.language</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#a535aeff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>User-defined constant</string>
      <key>scope</key>
      <string>constant.character, constant.other</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Variable</string>
      <key>scope</key>
      <string>variable.language, variable.other</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Keyword</string>
      <key>scope</key>
      <string>keyword</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#0000ffff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Storage</string>
      <key>scope</key>
      <string>storage</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#0000ffff</string>
        <key>fontStyle</key>
        <string>bold</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Type name</string>
      <key>scope</key>
      <string>entity.name.type</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#21439cff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Inherited class</string>
      <key>scope</key>
      <string>entity.other.inherited-class</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Function name</string>
      <key>scope</key>
      <string>entity.name.function</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ff8000ff</string>
        <key>fontStyle</key>
        <string>underline,bold</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Function argument</string>
      <key>scope</key>
      <string>variable.parameter</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Tag name</string>
      <key>scope</key>
      <string>entity.name.tag</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#0080ffff</string>
        <key>fontStyle</key>
        <string>bold</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Tag attribute</string>
      <key>scope</key>
      <string>entity.other.attribute-name</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ff0000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Library function</string>
      <key>scope</key>
      <string>support.function</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#a535aeff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Library constant</string>
      <key>scope</key>
      <string>support.constant</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#a535aeff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Library class/type</string>
      <key>scope</key>
      <string>support.type, support.class</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ff0000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Library variable</string>
      <key>scope</key>
      <string>support.variable</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#a535aeff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Invalid</string>
      <key>scope</key>
      <string>invalid</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#ffffffff</string>
        <key>background</key>
        <string>#990000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>String interpolation</string>
      <key>scope</key>
      <string>constant.other.placeholder.py</string>
      <key>settings</key>
      <dict>
        <key>foreground</key>
        <string>#990000ff</string>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Annotation Override - searchResultIndication</string>
      <key>scope</key>
      <string>override.searchResultIndication</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Annotation Override - xmlTagPairOccurrenceIndication</string>
      <key>scope</key>
      <string>override.xmlTagPairOccurrenceIndication</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Annotation Override - htmlTagPairOccurrenceIndication</string>
      <key>scope</key>
      <string>override.htmlTagPairOccurrenceIndication</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
    <dict>
      <key>name</key>
      <string>Annotation Override - rubyBlockPairOccurrenceIndication</string>
      <key>scope</key>
      <string>override.rubyBlockPairOccurrenceIndication</string>
      <key>settings</key>
      <dict>
      </dict>
    </dict>
  </array>
</dict>
</plist>

hBuilder天蓝主题插件相关推荐

  1. wordpress主题ajax,为自制WordPress主题/插件的后台设置页面添加ajax支持

    本文目录 [隐藏] 1PHP部分 1.1安全第一 1.2定义一些用得上的常量 1.3I18n=国际化支持 1.4添加菜单项 1.5美化下菜单项前面的icon 1.6设置页面/后台的HTML结构 1.7 ...

  2. 【编辑器】VSCode界面美化,图标与主题插件大全

    1.VSCode图标插件 1.vscode-icons VSCode官方出品的图标库 2.Material Icon Theme 扁平化的主题图标库,采用了 Google Material Desig ...

  3. WordPress仿抖音短视频主题插件

    WordPress仿抖音短视频主题插件 安装包大小:9.13MB 出品方名称:WordPress组织 已包含服务:短视频上传.短视频标签.自动添加水印.带水印短视频下载.作者主页.点赞.评论.聊天 服 ...

  4. 火狐浏览器,谷歌浏览器使用深色主题,安装深色主题插件

    火狐浏览器: 1.深色背景->设置深色主题 在火狐状态栏点鼠标右键,选择定制. 然后选择深邃主题: 效果: 当然现在其他网页还是亮色的主题,要想全局深色的话.要安装插件完成. 2.全局深色-&g ...

  5. 分享一款“暗黑系列”Idea主题插件Material Theme

    偶然发现一款"暗黑系列"idea主题插件,感觉非常不错,分享一下~ github:https://github.com/equinusocio/material-theme 安装 ...

  6. IDEA更改主题插件——Material Theme UI详解

    文章目录 IDEA更改主题插件--Material Theme UI 一.安装 二.设置 1. 主设置 (1) 主题 (2) 突出颜色 2. 高级设置之选项卡 3. 高级设置之compact 4. 高 ...

  7. Material Theme 主题插件 - Sublime 插件

    1. 安装 Material Theme 主题插件 Material Theme 主题.配色方案所占的区域 2. Material Theme 配色方案(右侧区域) 查看可用的配色方案 可选配色方案( ...

  8. WordPressX主题插件交易平台的两种变现模式

    加入WordPressX主题插件交易平台有以下两种变现模式 一.自主开发模式 创作者所发布的所有作品除减去售价的10%作为平台服务费之外,创作者全权享有售价90%的销售收益 并且极有可能获得作品售出后 ...

  9. vscode更换主题的插件_vscode插件开发:定制 vscode 主题插件扩展

    vscode 自带的几款主题都很漂亮,也支持通过用户配置修改一些常用的配色,但是如果想对很多部分的配色进行修改则没那么容易.我们可以通过基于已有主题定制自己的 vscode 主题扩展来实现该目的. v ...

最新文章

  1. 怎么样使用git克隆网站上的代码到本地文件夹(快捷)
  2. php7-sapnwrfc
  3. 深度学习-Tensorflow2.2-卷积神经网络{3}-电影评论数据分类/猫狗数据集实例-15
  4. org.apache.subversion.javahl.ClientException: Previous operation has not finished
  5. html5 filereader读取文件,H5的FileReader分布读取文件应该如何使用以及其方法简介...
  6. XElement.Load 需要释放吗_奥施康定掰开后能当即释片用吗?
  7. Python笔记-U2解锁手机九宫格
  8. Spring Boot RestTemplate 忽略证书访问https
  9. 七月算法机器学习 7 工作流程与模型调优 Kaggle案例泰坦尼克号问题
  10. 使用 laravel-admin 配置后台管理系统
  11. 他是中国最牛X的黑客,曾让6个国家束手无策,却被怀疑是精神病
  12. 王阳明让你内心强大的100句名言
  13. rstp 小米网络摄像头_小蚁摄像头实时同步视频到群晖 nas(2)—— 使用 rtsp 协议同步...
  14. Unity3D组件 | 绘制静态柱状图
  15. Javascript-实现全局事件总线Event Bus/ Event Emitter
  16. ChatGPT封杀潮,禁入学校,AI顶会特意改规则,LeCun:要不咱把小模型也禁了?...
  17. Grafana 系列文章(十五):Exemplars
  18. 计算机专业专科可以进的国企,专科毕业生想进国企?这三大专业不要错过,成功率高达60%...
  19. MBR10200FAC-ASEMI塑封肖特基二极管MBR10200FAC
  20. idea工具和激活码获取

热门文章

  1. 计算机编程课程顺序_您可以在八月开始学习450项免费的在线编程和计算机科学课程...
  2. Office365 - 修改用户密码Teams无法登陆的解决方案
  3. mixins的实用案例和常见问题
  4. 维数定理(手推!):证明dim(v1)+dim(v2) = dim(v1+v2) + dim(v1∩v2)
  5. 夏季咽喉肿痛,上火原因和治疗途径
  6. java 输出hello
  7. Hadoop是什么?(处理大数据存储和分析的基础架构)
  8. 三国志战略版:Daniel_新晋减伤战法-奇计良谋
  9. iOS: HTTPS 与自签名证书
  10. 平面设计:制作创意头像