mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Add support for the Nord Theme (#980)
* Add support for the Nord Theme as in Desktop and mobile apps * Improves
This commit is contained in:
committed by
Kyle Spearrin
parent
0b68b106d6
commit
20425e5d67
@@ -46,6 +46,7 @@ export class OptionsComponent implements OnInit {
|
||||
{ name: i18nService.t('default'), value: null },
|
||||
{ name: i18nService.t('light'), value: 'light' },
|
||||
{ name: i18nService.t('dark'), value: 'dark' },
|
||||
{ name: 'Nord', value: 'nord' },
|
||||
];
|
||||
this.uriMatchOptions = [
|
||||
{ name: i18nService.t('baseDomain'), value: UriMatchType.Domain },
|
||||
|
||||
Reference in New Issue
Block a user