博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
change backgroud color of the windows in ubuntu
阅读量:4041 次
发布时间:2019-05-24

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

Create a copy in ~/

Create your ~/.themes directory and copy the original Ambiance theme to it.

mkdir ~/.themescp -R /usr/share/themes/Ambiance ~/.themes/

Change the background color for the whole theme

If you want to change the base color for the whole theme, edit the base_color (Hex notation #??????) in gtk-main.css. This changes the background color of other applications (eg: gedit) as well.

gedit ~/.themes/Ambiance/gtk-3.0/gtk-main.css

Change this line:

@define-color base_color #ffffff;

For this one:

@define-color base_color #C7EDCC;

for more details see: http://askubuntu.com/questions/465908/how-to-change-background-of-nautilus-in-ubuntu-14-04

转载地址:http://kjxdi.baihongyu.com/

你可能感兴趣的文章
java ee中的乱码问题及解决方案
查看>>
从技术到管理:思维转变是关键
查看>>
spring2.5.6下配置定时器
查看>>
为什么很多程序员都选择跳槽?
查看>>
mongdb介绍
查看>>
mongdb安装使用
查看>>
mongdb在java中的应用
查看>>
mongodb与spring集成
查看>>
mongoVue介绍
查看>>
AppServ在Windows平台下的配置与安装使用教程
查看>>
Eclipse+maven开发环境搭建
查看>>
使用Maven使用spring(注解版)
查看>>
spring加入hibernate(注解版)
查看>>
struts2+hibernate+spring注解实现
查看>>
职场招聘:我如何进行简历的筛选与人员的选择
查看>>
前台页面的一些正则
查看>>
Zookeeper 在Windows下的安装过程及测试
查看>>
如何搭建高可用Redis服务
查看>>
struts2注解实现文件下载
查看>>
IT 人的纠结:去大公司还是去小公司?
查看>>