Skip to content

Commit

Permalink
Add nord night theme (helix-editor#8549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Zer0 authored and dgkf committed Jan 30, 2024
1 parent 7e53e56 commit 5e0574a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions runtime/themes/nord-night.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Nord Night
#
# Based on the Nord theme, with minor modifications.
# The Background and the Primary Text color have been slightly darkened.
# The Aurora color palette has been used more generously.

inherits = 'nord'

'constant' = 'nord13'
'constant.builtin.boolean' = 'nord13'
'constant.numeric' = 'nord13'

'keyword.control' = 'nord11'
'keyword.control.conditional' = 'nord11'
'keyword.control.exception' = 'nord11'
'keyword.control.repeat' = 'nord11'
'keyword.control.return' = 'nord11'

'variable.parameter' = 'nord15'

[palette]
nord0 = '#252933'
nord4 = '#C0C5CF'

0 comments on commit 5e0574a

Please sign in to comment.