Renamed a Factor theme color to something more sensible.
parent
19fcd6bc6a
commit
8b666df6da
|
@ -1,6 +1,6 @@
|
||||||
! Factor UI theme colors
|
! Factor UI theme colors
|
||||||
243 242 234 FactorLightLightTan
|
243 242 234 FactorLightTan
|
||||||
227 226 219 FactorLightTan
|
227 226 219 FactorTan
|
||||||
172 167 147 FactorDarkTan
|
172 167 147 FactorDarkTan
|
||||||
81 91 105 FactorLightSlateBlue
|
81 91 105 FactorLightSlateBlue
|
||||||
55 62 72 FactorDarkSlateBlue
|
55 62 72 FactorDarkSlateBlue
|
||||||
|
|
|
@ -34,7 +34,7 @@ H{
|
||||||
{ font-style bold }
|
{ font-style bold }
|
||||||
{ wrap-margin 500 }
|
{ wrap-margin 500 }
|
||||||
{ foreground COLOR: gray20 }
|
{ foreground COLOR: gray20 }
|
||||||
{ page-color COLOR: FactorLightLightTan }
|
{ page-color COLOR: FactorLightTan }
|
||||||
{ inset { 5 5 } }
|
{ inset { 5 5 } }
|
||||||
} title-style set-global
|
} title-style set-global
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ SYMBOL: help-path-style
|
||||||
H{
|
H{
|
||||||
{ font-size 10 }
|
{ font-size 10 }
|
||||||
{ table-gap { 5 5 } }
|
{ table-gap { 5 5 } }
|
||||||
{ table-border COLOR: FactorLightLightTan }
|
{ table-border COLOR: FactorLightTan }
|
||||||
} help-path-style set-global
|
} help-path-style set-global
|
||||||
|
|
||||||
SYMBOL: heading-style
|
SYMBOL: heading-style
|
||||||
|
@ -75,7 +75,7 @@ H{
|
||||||
|
|
||||||
SYMBOL: code-style
|
SYMBOL: code-style
|
||||||
H{
|
H{
|
||||||
{ page-color COLOR: FactorLightLightTan }
|
{ page-color COLOR: FactorLightTan }
|
||||||
{ inset { 5 5 } }
|
{ inset { 5 5 } }
|
||||||
{ wrap-margin f }
|
{ wrap-margin f }
|
||||||
} code-style set-global
|
} code-style set-global
|
||||||
|
@ -113,7 +113,7 @@ H{
|
||||||
SYMBOL: table-style
|
SYMBOL: table-style
|
||||||
H{
|
H{
|
||||||
{ table-gap { 5 5 } }
|
{ table-gap { 5 5 } }
|
||||||
{ table-border COLOR: FactorLightTan }
|
{ table-border COLOR: FactorTan }
|
||||||
} table-style set-global
|
} table-style set-global
|
||||||
|
|
||||||
SYMBOL: list-style
|
SYMBOL: list-style
|
||||||
|
|
Loading…
Reference in New Issue