mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 23:11:06 +11:00
Add monochrome theme with grayscale filter (#4541)
This commit is contained in:
parent
10fa9f6d17
commit
46b6ae53bb
5 changed files with 186 additions and 39 deletions
|
|
@ -14,10 +14,12 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
import { catppuccinTheme } from './catppuccin'
|
||||
import { monochromeTheme } from './monochrome'
|
||||
import type { ThemeRegistry } from '../types'
|
||||
|
||||
export const themeRegistry: ThemeRegistry = {
|
||||
catppuccin: catppuccinTheme,
|
||||
monochrome: monochromeTheme,
|
||||
}
|
||||
|
||||
export { catppuccinTheme }
|
||||
export { catppuccinTheme, monochromeTheme }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue