From 352b0737db87e97a91ede7347cf87c887337ad92 Mon Sep 17 00:00:00 2001 From: karlch Date: Fri, 16 Aug 2019 16:06:10 +0200 Subject: Add currently available base16 themes --- build/base16-macintosh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-macintosh (limited to 'build/base16-macintosh') diff --git a/build/base16-macintosh b/build/base16-macintosh new file mode 100644 index 0000000..5178347 --- /dev/null +++ b/build/base16-macintosh @@ -0,0 +1,31 @@ +; base16-macintosh +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Rebecca Bettencourt (http://www.kreativekorp.com) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #000000 +base01 = #404040 +base02 = #404040 +base03 = #808080 +base04 = #808080 +base05 = #c0c0c0 +base06 = #c0c0c0 +base07 = #ffffff +base08 = #dd0907 +base09 = #ff6403 +base0a = #fbf305 +base0b = #1fb714 +base0c = #02abea +base0d = #0000d3 +base0e = #4700a5 +base0f = #90713a + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit