mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Add Nord color theme (#110)
* Color scheme courtesy of folks at arcticicestudio: https://arcticicestudio.github.io/nord/
This commit is contained in:
committed by
Kyle Spearrin
parent
f07df0590b
commit
e5708fc636
@@ -64,6 +64,7 @@ export class SettingsComponent implements OnInit {
|
||||
{ name: i18nService.t('default'), value: null },
|
||||
{ name: i18nService.t('light'), value: 'light' },
|
||||
{ name: i18nService.t('dark'), value: 'dark' },
|
||||
{ name: 'Nord', value: 'nord' },
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user