From 5e0574a7a786077c449994ae231e8b70c684aad3 Mon Sep 17 00:00:00 2001 From: Joe-Zer0 <70542456+Joe-Zer0@users.noreply.github.com> Date: Tue, 17 Oct 2023 05:46:28 -0500 Subject: [PATCH] Add nord night theme (#8549) --- runtime/themes/nord-night.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 runtime/themes/nord-night.toml diff --git a/runtime/themes/nord-night.toml b/runtime/themes/nord-night.toml new file mode 100644 index 000000000000..b759738bd1d2 --- /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'