Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nord-night.toml')
-rw-r--r--runtime/themes/nord-night.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/runtime/themes/nord-night.toml b/runtime/themes/nord-night.toml
deleted file mode 100644
index b759738b..00000000
--- a/runtime/themes/nord-night.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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'