1
0
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:
Casey Watson
2018-07-21 20:02:10 -06:00
committed by Kyle Spearrin
parent f07df0590b
commit e5708fc636
3 changed files with 287 additions and 1 deletions

View File

@@ -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' },
];
}