Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Nord Theme #980

Merged
merged 2 commits into from
Jul 22, 2019

Conversation

miguelcrespo
Copy link
Contributor

@miguelcrespo miguelcrespo commented Jul 21, 2019

This PR maintains consistency across all the different products of Bitwarden (Desktop and Mobile apps) by adding support for the Nord theme.

Preview

bitwarden

Copy link
Member

@kspearrin kspearrin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Just one small change really. Do you have any screenshots to share?

@@ -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: i18nService.t('nord'), value: 'nord' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name should just be hardcoded string "Nord" since there is no translation for it.

@miguelcrespo
Copy link
Contributor Author

@kspearrin Hi Kyle. Thanks for reviewing my PR.

I just implemented the code suggestion you made and added a preview to the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants