From a96f950af40248a5143e4b43e06e34ee878aefbf Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Tue, 16 Jun 2020 18:43:27 -0700 Subject: Add some themes to the repo for later --- themes/tomorrow_night_80s.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 themes/tomorrow_night_80s.toml (limited to 'themes/tomorrow_night_80s.toml') 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" -- cgit v1.2.3