티스토리 뷰

Posted by travis@usermail.com on 2003-08-15 18:59:18

I like the ?LighthouseBlue theme colors, but wanted to use the Bluecurve theme instead, so I made a ~/.gtkrc-2.0 file that looks like this:

style "mydefault"
{
  fg[NORMAL]       = "#000000"
  fg[ACTIVE]       = "#000000"
  fg[PRELIGHT]     = "#000000"
  fg[SELECTED]     = "#F5F5F5"
  fg[INSENSITIVE]  = "#747474"

  bg[NORMAL]       = "#EEEEE0"
  bg[ACTIVE]       = "#CCCCC0" 
  bg[PRELIGHT]     = "#DDDDD0"
  bg[SELECTED]     = "#5f7ca8" 
  bg[INSENSITIVE]  = "#D6D6D6"

  base[NORMAL]     = "#F5F5F5"
  base[ACTIVE]     = "#bbbbb0"
  base[PRELIGHT]   = "#bbbbb0"
  base[SELECTED]   = "#5f7ca8"
  base[INSENSITIVE]= "#E9E9E9"

  text[NORMAL]     = "#000000"
  text[ACTIVE]     = "#f5f5f5"
  text[PRELIGHT]   = "#f5f5f5"
  text[SELECTED]   = "#f5f5f5"
  text[INSENSITIVE]= "#747474"
}
class "*" style "mydefault"

I just snipped out the color settings from ?LighthouseBlue, create my own style and told gtk+ to use my style for all widgets.

Simple, but not obvious (at least for me).

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함