|
|
|||
Warning, /firebird/firebird-ng/src/app/theme/mono-geometry-ruleset.ts is written in an unsupported language. File is not indexed.
0001
0002 export const monoColorRules = [
0003
0004
0005 // Default rule for anything not matched above
0006 {
0007 name: "*",
0008 rules: [
0009 {
0010 color: 0xF5F5F5, // Gray 100 - very light gray
0011 merge: true,
0012 outline: false
0013 }
0014 ]
0015 }
0016 ]
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|