summaryrefslogtreecommitdiff
path: root/templates/thomas.vim
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2016-06-08 09:58:40 +0100
committerJosé Mota <jose@josemota.net>2016-06-08 09:58:40 +0100
commit70888bc547338ed21b05ce537fc94dcd790f96f5 (patch)
tree30872befe162713d77dfe5effc95f5ee98c29b04 /templates/thomas.vim
parenta9fdece86b47b803ee8a78bdfd978caf2705dba4 (diff)
Vim and emacs templates. #wip
Diffstat (limited to 'templates/thomas.vim')
-rw-r--r--templates/thomas.vim22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/thomas.vim b/templates/thomas.vim
new file mode 100644
index 0000000..f265e95
--- /dev/null
+++ b/templates/thomas.vim
@@ -0,0 +1,22 @@
+" GUI color definitions
+let s:color_background = "{{BACKGROUND}}"
+let s:color_darker = "{{DARKER}}"
+let s:color_dark = "{{DARK}}"
+let s:color_dark_gray = "{{DARK_GRAY}}"
+let s:color_light_gray = "{{LIGHT_GRAY}}"
+let s:color_lighter = "{{LIGHT}}"
+let s:color_light = "{{LIGHTER}}"
+let s:color_foreground = "{{FOREGROUND}}"
+let s:color_red = "{{RED}}"
+let s:color_orange = "{{ORANGE}}"
+let s:color_yellow = "{{YELLOW}}"
+let s:color_green = "{{GREEN}}"
+let s:color_aqua = "{{AQUA}}"
+let s:color_blue = "{{BLUE}}"
+let s:color_purple = "{{PURPLE}}"
+let s:color_brown = "{{BROWN}}"
+
+" Theme setup
+hi clear
+syntax reset
+let g:colors_name = "thomas" \ No newline at end of file