博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
change qtcreator3.6.0 backbround color on ubuntu 14.04
阅读量:4040 次
发布时间:2019-05-24

本文共 1155 字,大约阅读时间需要 3 分钟。

most of steps have been listed on: https://github.com/mervick/Qt-Creator-Darcula

1. download the theme file from the website

2. there are 2 files and 1 folder we need, namely, darcula.css, darcula.xml and images

3.  put darculal.xml and folder images under  /opt/qtcreator-3.6.0/share/qtcreator/styles

4. create a new folder named stylesheet under  /opt/qtcreator-3.6.0/share/qtcreator/ and then put the darcula.css into this stylesheet folder.

5. set the startup parameter

open /usr/share/applications/Qt-Creator.desktop in gedit and change its contents to:

[Desktop Entry]Version=1.0Encoding=UTF-8Type=ApplicationName=QtCreatorComment=QtCreatorNoDsiplay=trueExec=/opt/qtcreator-3.6.0/bin/qtcreator %f -stylesheet=/opt/qtcreator-3.6.0/share/qtcreator/stylesheet/darcula.cssIcon=/opt/Qt5.5.1/Examples/Qt-5.5/location/mapviewer/resources/icon.pngName[en_US]=Qt-Creator
if you don't have this file, create one by yourself. how to create? pls refer to http://blog.csdn.net/seamanj/article/details/50595966

6. open qtcreator 3.6.0, tool->options->test editor->environment->text editor->color scheme

choose the one we just added

done!

the final effect looks like:

你可能感兴趣的文章
最简单的使用redis自带程序实现c程序远程访问redis服务
查看>>
redis学习总结-- 内部数据 字符串 链表 字典 跳跃表
查看>>
iOS 对象序列化与反序列化
查看>>
iOS 序列化与反序列化(runtime) 01
查看>>
iOS AFN 3.0版本前后区别 01
查看>>
iOS ASI和AFN有什么区别
查看>>
iOS QQ侧滑菜单(高仿)
查看>>
iOS 扫一扫功能开发
查看>>
iOS app之间的跳转以及传参数
查看>>
iOS __block和__weak的区别
查看>>
Android(三)数据存储之XML解析技术
查看>>
Spring JTA应用之JOTM配置
查看>>
spring JdbcTemplate 的若干问题
查看>>
Servlet和JSP的线程安全问题
查看>>
GBK编码下jQuery Ajax中文乱码终极暴力解决方案
查看>>
Oracle 物化视图
查看>>
PHP那点小事--三元运算符
查看>>
解决国内NPM安装依赖速度慢问题
查看>>
Brackets安装及常用插件安装
查看>>
Centos 7(Linux)环境下安装PHP(编译添加)相应动态扩展模块so(以openssl.so为例)
查看>>