Restyled notebooks to match GTK3
parent
9e92eeae1f
commit
bf429fa4da
|
@ -154,12 +154,8 @@ style "murrine-wider" {
|
||||||
# Notebook
|
# Notebook
|
||||||
|
|
||||||
style "murrine-notebook-bg" {
|
style "murrine-notebook-bg" {
|
||||||
bg[NORMAL] = shade (1.08, @bg_color)
|
bg[NORMAL] = @base_color
|
||||||
bg[ACTIVE] = shade (0.90, @bg_color)
|
bg[ACTIVE] = shade (0.87, @base_color)
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
border_shades = { 0.8, 0.8 }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-notebook" = "murrine-notebook-bg" {
|
style "murrine-notebook" = "murrine-notebook-bg" {
|
||||||
|
|
Loading…
Reference in New Issue