diff options
author | Joe-Zer0 | 2023-10-17 10:46:28 +0000 |
---|---|---|
committer | GitHub | 2023-10-17 10:46:28 +0000 |
commit | fc16449efe58a49c15e19c9fde6584d8625493fd (patch) | |
tree | 32e4a00aefcf3da0550d178eef41de7ca64b7311 | |
parent | 83ce8d0c5d6cccf4d9c43075377ed9b91a5aa606 (diff) |
Add nord night theme (#8549)
-rw-r--r-- | runtime/themes/nord-night.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/runtime/themes/nord-night.toml b/runtime/themes/nord-night.toml new file mode 100644 index 00000000..b759738b --- /dev/null +++ b/runtime/themes/nord-night.toml @@ -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' |