We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c9ec3 commit d61a1a5Copy full SHA for d61a1a5
book/src/themes.md
@@ -89,6 +89,21 @@ Less common modifiers might not be supported by your terminal emulator.
89
| `hidden` |
90
| `crossed_out` |
91
92
+### Inheritance
93
+
94
+Extend upon other themes by setting the `inherits` property to an existing theme.
95
96
+```toml
97
+inherits = "boo_berry"
98
99
+# Override the theming for "keyword"s:
100
+"keyword" = { fg = "gold" }
101
102
+# Override colors in the palette:
103
+[palette]
104
+berry = "#2A2A4D"
105
+```
106
107
### Scopes
108
109
The following is a list of scopes available to use for styling.
0 commit comments