From fbeaf5b198c5bef5f523dbe9c1dfb8b91c0d2d9f Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Fri, 8 Oct 2021 17:24:03 +0100 Subject: Add pregenerated color configs --- colors/base16-eighties | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 colors/base16-eighties (limited to 'colors/base16-eighties') diff --git a/colors/base16-eighties b/colors/base16-eighties new file mode 100644 index 0000000..42b5424 --- /dev/null +++ b/colors/base16-eighties @@ -0,0 +1,19 @@ +# COLOUR (base16) +color=2d2d2d +bs-hl-color=d27b53 +caps-lock-bs-hl-color=d27b53 +caps-lock-key-hl-color=99cc99 +key-hl-color=99cc99 +inside-clear-color=747369 +inside-ver-color=747369 +inside-wrong-color=f2777a +ring-wrong-color=f2777a +ring-color=ffcc66 +ring-caps-lock-color=ffcc66 +ring-clear-color=66cccc +text-clear-color=66cccc +ring-ver-color=6699cc +text-color=d3d0c8 +text-caps-lock-color=d3d0c8 +text-ver-color=d3d0c8 +text-wrong-color=d3d0c8 -- cgit v1.2.3 rm> A media streaming server written in PythonMichaël Ball
summaryrefslogtreecommitdiff
path: root/LICENSE
blob: 696c820307df576d8e56fe335a3a57b2f399a309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The MIT License (MIT)

Copyright (c) 2014 Michaël Ball

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.