Changing the Selected Item Colour in Ubuntu

2015-08-29 Klaus Ma 更多博文 » 博客 » GitHub »

原文链接 http://www.k8s.tips/blogs/2015/08/29/changing_the_selected_item_colour_in_ubuntu/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


Here is my way on how to change the selected item colour on Ubuntu (14.04); the steps are as follows:

  1. To start off, we need to open dconf-editor (Press Alt+F2 and type dconf-editor followed by the enter key).
  2. Navigate to the following path: org > gnome > desktop > interface.
  3. Find the key called "gtk-color-scheme" and set the value to "selected_bg_color:#023C88" replacing the hex code with the value of the colour you wish to use (I used #ccc for light grey).
  4. Done!