summaryrefslogtreecommitdiffstats
path: root/themes/tomorrow_night_80s.toml
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-06-16 18:43:27 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-06-16 18:43:27 -0700
commita96f950af40248a5143e4b43e06e34ee878aefbf (patch)
tree323b28048b1c55e78745e0fc1be0dd8cbf3ea7bc /themes/tomorrow_night_80s.toml
parentebe242a89f0c5b99b60909788c24179ccd154c7c (diff)
Add some themes to the repo for later
Diffstat (limited to 'themes/tomorrow_night_80s.toml')
-rw-r--r--themes/tomorrow_night_80s.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/tomorrow_night_80s.toml b/themes/tomorrow_night_80s.toml
new file mode 100644
index 0000000..ed566d3
--- /dev/null
+++ b/themes/tomorrow_night_80s.toml
@@ -0,0 +1,14 @@
+shadow = false
+borders = "outset"
+
+[colors]
+shadow = []
+background = "#2d2d2d"
+view = "#2d2d2d"
+primary = "#cccccc"
+secondary = ["#66cccc", "cyan"]
+tertiary = ["#99cc99", "green"]
+title_primary = ["#f2777a", "red"]
+title_secondary = ["#cc99cc", "magenta"]
+highlight = ["#ffcc66", "yellow"]
+highlight_inactive = "515151"