mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-20 03:20:12 +00:00
15 lines
473 B
Plaintext
15 lines
473 B
Plaintext
h3.mb-3(translate) Color schemes
|
|
|
|
ul.nav-tabs(ngbNav, #nav='ngbNav', [activeId]='defaultTab')
|
|
li(ngbNavItem='dark')
|
|
a(ngbNavLink, translate) Dark mode
|
|
ng-template(ngbNavContent)
|
|
color-scheme-settings-for-mode(configKey='colorScheme')
|
|
|
|
li(ngbNavItem='light')
|
|
a(ngbNavLink, translate) Light mode
|
|
ng-template(ngbNavContent)
|
|
color-scheme-settings-for-mode(configKey='lightColorScheme')
|
|
|
|
div([ngbNavOutlet]='nav')
|