commit 5a1f460de2779c3f93fca0624f4fb4fc64524a21
Author: Cody <cody@cmlv.newcastle.edu.au>
Date: Mon, 2 Dec 2019 16:50:46 +1100
Initial commit
Diffstat:
3 files changed, 96 insertions(+), 0 deletions(-)
diff --git a/LICENSE.md b/LICENSE.md
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 Cody Lewis
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.**
diff --git a/README.md b/README.md
@@ -0,0 +1,21 @@
+# Torchwood
+
+A [badwolf](https://github.com/sjl/badwolf) based colorscheme for [kakoune](https://kakoune.org/).
+
+I made a few modifications to the original, such as using the more vibrant colours more often,
+keeping the terminal background, and an addional blue based off Jack's shirt in [this image](https://img.thedailybeast.com/image/upload/c_crop,d_placeholder_euli9k,h_675,w_1200,x_0,y_0/dpr_1.5/c_limit,w_1044/fl_lossy,q_auto/v1493060813/articles/2011/07/05/doctor-who-spinoff-torchwood-heads-to-starz/torchwood-miracle-day-lacob-tease_xpmfoh).
+
+## Screenshots
+
+
+### Python
+
+
+
+### Java
+
+
+
+### HTML
+
+
diff --git a/colors/torchwood.kak b/colors/torchwood.kak
@@ -0,0 +1,54 @@
+# For Code
+face global value rgb:fade3e,default+b
+face global type rgb:ff9eb8,default
+face global variable rgb:b88853,default+b
+face global module rgb:c79158,default
+face global function rgb:ffa724,default
+face global string rgb:86b4d8,default+b
+face global keyword rgb:ff2c4b,default
+face global operator rgb:b88853,default
+face global attribute rgb:aeee00,default
+face global comment rgb:857f78,default+i
+face global meta rgb:5656e6,default
+face global builtin default+b
+face global Whitespace rgb:35322d,default
+
+# For markup
+face global title rgb:86b4d8,default
+face global header rgb:ff2c4b,default
+face global bold default,default+b
+face global italic default,default+i
+face global mono rgb:c79156,default
+face global block rgb:857b78,default+b
+face global link rgb:7a80ee,default
+face global bullet rgb:aeee00,default
+face global list rgb:ff9eb8,default
+
+# builtin faces
+face global Default rgb:f8f6f2,default
+face global PrimarySelection rgb:ffffff,rgb:45413b
+face global SecondarySelection rgb:ffffff,rgb:373940
+face global PrimaryCursor rgb:000000,rgb:0a9dff
+face global SecondaryCursor rgb:000000,rgb:ccd0da
+face global PrimaryCursorEol rgb:000000,rgb:595d68
+face global SecondaryCursorEol rgb:000000,rgb:595d68
+face global LineNumbers rgb:666462,default
+face global LineNumbersWrapped rgb:2e3036,default
+face global LineNumberCursor rgb:0a9dff,default
+face global MenuForeground rgb:000000,rgb:8cffba
+face global MenuBackground rgb:aaadb4,rgb:1c1d21+b
+face global MenuInfo rgb:ffa724,default
+face global Information rgb:000000,rgb:ff9eb8
+face global Error rgb:ff0000,default+b
+face global StatusLine rgb:f4cf86,rgb:000000
+face global StatusLineMode rgb:df4102,rgb:000000
+face global StatusLineInfo rgb:c0c7df,default
+face global StatusLineValue green,default
+face global StatusCursor rgb:000000,rgb:ccd0da
+face global Prompt rgb:fffb79,default
+face global MatchingChar rgb:aeee00,default+b
+face global BufferPadding rgb:111111+F
+
+# kak-lsp
+face global DiagnosticError default,rgb:373940
+face global DiagnosticWarning default,default+i