├── .gitignore
├── .gitkeep
├── Makefile
├── README.md
├── atom
├── base16-oceanicnext-dark-base.less
├── base16-oceanicnext-dark-syntax-variables.less
├── base16-oceanicnext-light-base.less
└── base16-oceanicnext-light-syntax-variables.less
├── base16-oceanic-next.yml
├── bbedit
├── base16-oceanicnext.dark.bbcolors
└── base16-oceanicnext.light.bbcolors
├── chrome-devtools
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── codemirror
├── base16-oceanicnext-dark.css
└── base16-oceanicnext-light.css
├── colors
├── conemu
└── base16-oceanicnext.conemu.xml
├── connectbot
├── base16-oceanicnext.dark.16.sql
├── base16-oceanicnext.dark.256.sql
├── base16-oceanicnext.light.16.sql
└── base16-oceanicnext.light.256.sql
├── console2
├── base16-oceanicnext.256.console.xml
└── base16-oceanicnext.console.xml
├── drracket
└── base16-oceanicnext.info.rkt
├── emacs
├── base16-oceanicnext-dark-theme.el
└── base16-oceanicnext-light-theme.el
├── geany
├── base16-oceanicnext.dark.conf
└── base16-oceanicnext.light.conf
├── gedit
├── base16-oceanicnext.dark.xml
└── base16-oceanicnext.light.xml
├── gimp-palette
└── base16-oceanicnext.gpl
├── gnome-terminal
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── guake
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── highlight.js
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── highlighting-kate
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── idea
├── base16-oceanicnext.dark.icls
└── base16-oceanicnext.light.icls
├── ipython-notebook
├── base16-oceanicnext-dark.css
└── base16-oceanicnext-light.css
├── iterm2
├── base16-oceanicnext.dark.256.itermcolors
├── base16-oceanicnext.dark.itermcolors
├── base16-oceanicnext.light.256.itermcolors
└── base16-oceanicnext.light.itermcolors
├── konsole
├── base16-oceanicnext.colorscheme
├── base16-oceanicnext.html
└── base16-oceanicnext.scheme
├── mate-terminal
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── mintty
├── base16-oceanicnext.dark.256.minttyrc
└── base16-oceanicnext.minttyrc
├── mmdc2
├── base16-oceanicnext-dark.style
└── base16-oceanicnext-light.style
├── mobaxterm
└── base16-oceanicnext.dark
├── monodevelop
├── base16-oceanicnext.dark.xml
└── base16-oceanicnext.light.xml
├── mou
├── base16-oceanicnext.dark+.txt
├── base16-oceanicnext.dark.txt
├── base16-oceanicnext.light+.txt
└── base16-oceanicnext.light.txt
├── notepad-plus-plus
├── base16-oceanicnext.dark.xml
└── base16-oceanicnext.light.xml
├── package.json
├── pantheon-terminal
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── prettify.js
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── preview.png
├── preview
├── base16-oceanicnext.html
└── base16-oceanicnext.svg
├── prism
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── putty
└── base16-oceanicnext.reg
├── pygments
├── base16-oceanicnext.dark.css
├── base16-oceanicnext.dark.py
├── base16-oceanicnext.light.css
└── base16-oceanicnext.light.py
├── qtcreator
└── base16-oceanicnext.dark.xml
├── rainbow
├── base16-oceanicnext.dark.css
└── base16-oceanicnext.light.css
├── rouge
└── base16-oceanicnext.rb
├── secure-shell
├── base16-oceanicnext.dark.prefs.js
└── base16-oceanicnext.light.prefs.js
├── shell
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── terminal-app
├── base16-oceanicnext.dark.256.terminal
├── base16-oceanicnext.dark.terminal
└── base16-oceanicnext.light.terminal
├── terminator
├── base16-oceanicnext.dark.config
└── base16-oceanicnext.light.config
├── termite
├── base16-oceanicnext.dark.config
└── base16-oceanicnext.light.config
├── textadept
├── base16-oceanicnext-dark.lua
└── base16-oceanicnext-light.lua
├── textmate
├── base16-oceanicnext.dark.tmTheme
└── base16-oceanicnext.light.tmTheme
├── vconsole
├── base16-oceanicnext.dark.sh
└── base16-oceanicnext.light.sh
├── vim
└── base16-oceanicnext.vim
├── visual-studio
├── base16-oceanicnext.dark.vssettings
└── base16-oceanicnext.light.vssettings
├── windows-command-prompt
└── base16-oceanicnext.reg
├── xcode4
├── base16-oceanicnext.dark.dvtcolortheme
└── base16-oceanicnext.light.dvtcolortheme
├── xfce4-terminal
├── base16-oceanicnext.dark.16.terminalrc
└── base16-oceanicnext.dark.terminalrc
├── xresources
├── base16-oceanicnext.dark.256.xresources
├── base16-oceanicnext.dark.xresources
├── base16-oceanicnext.light.256.xresources
└── base16-oceanicnext.light.xresources
└── zathura
├── base16-oceanicnext.zathurarc-dark
└── base16-oceanicnext.zathurarc-light
/.gitignore:
--------------------------------------------------------------------------------
1 | .DS_Store
2 | base16-builder
3 | node_modules
4 |
--------------------------------------------------------------------------------
/.gitkeep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wbinnssmith/base16-oceanic-next/7c90e3978c14d16022ffab98474d9b8f3b2f6a59/.gitkeep
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | NAME = base16-oceanic-next
2 | PREVIEW = base16-oceanicnext.html
3 | BASE16 = ./base16-builder/base16
4 | PAGERES = ./node_modules/.bin/pageres
5 |
6 | default: build colors preview.png
7 |
8 | node_modules:
9 | @npm install
10 |
11 | base16-builder:
12 | @rm -rf base16-builder
13 | @git clone https://github.com/chriskempson/base16-builder.git
14 |
15 | colors: build
16 | @ln -sf vim $@
17 |
18 | preview.png: build node_modules
19 | @$(PAGERES) --selector 'body > div > pre' --filename preview preview/$(PREVIEW) 1600x1200
20 |
21 | clean:
22 | @find . -type d ! -path '*/\.*' ! -path '\.' -print0 | xargs -0 rm -rf
23 | @rm -rf colors preview.png
24 |
25 | build: $(NAME).yml base16-builder
26 | @$(BASE16) -s $(NAME).yml
27 | @cp -R ./base16-builder/output/ .
28 |
29 | .PHONY: build clean
30 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | This project generates the [Oceanic Next](https://github.com/voronianski/oceanic-next-color-scheme) color scheme
2 | for a variety of text editors using [base16-builder](https://github.com/chriskempson/base16-builder).
3 |
4 | Take a look!
5 |
6 | 
7 |
8 | Building:
9 |
10 | To build, you'll need node, npm, and GNU Make.
11 |
12 | Just run `make` to generate the build output. For convenience, the build output is checked in. To clear
13 | it out, run `make clean`. That's it!
14 |
15 | ## LICENSE
16 | MIT
17 |
18 | Original oceanic-next theme is from Dmitri Voronianski and is also licensed MIT.
19 |
--------------------------------------------------------------------------------
/atom/base16-oceanicnext-dark-base.less:
--------------------------------------------------------------------------------
1 | // Atom template by Jan T. Sott (https://github.com/idleberg/)
2 | // Base16 scheme and Base16 Builder by Chris Kempson (https://github.com/chriskempson)
3 |
4 | @import "base16-oceanicnext-dark-syntax-variables.less";
5 | atom-text-editor, // <- remove when Shadow DOM can't be disabled
6 | :host {
7 | color: @syntax-text-color;
8 | background-color: @syntax-background-color;
9 | .gutter {
10 | color: @syntax-gutter-text-color;
11 | background-color: @syntax-gutter-background-color;
12 | }
13 |
14 | .gutter .line-number.cursor-line {
15 | color: @syntax-gutter-text-color-selected;
16 | background-color: @syntax-gutter-background-color-selected;
17 | }
18 |
19 | .gutter .line-number.cursor-line-no-selection {
20 | color: @syntax-gutter-text-color-selected;
21 | }
22 |
23 | .wrap-guide {
24 | color: @syntax-wrap-guide-color;
25 | }
26 |
27 | .indent-guide {
28 | color: @syntax-indent-guide-color;
29 | }
30 |
31 | .invisible-character {
32 | color: @syntax-invisible-character-color;
33 | }
34 |
35 | .search-results .marker .region {
36 | background-color: transparent;
37 | border: @syntax-result-marker-color;
38 | }
39 |
40 | .search-results .marker.current-result .region {
41 | border: @syntax-result-marker-color-selected;
42 | }
43 |
44 | .cursor {
45 | border-color: @syntax-cursor-color;
46 | }
47 |
48 | .selection .region {
49 | background-color: @syntax-selection-color;
50 | }
51 |
52 | .line-number.cursor-line-no-selection, .line.cursor-line {
53 | background-color: rgba(80, 80, 80, 0.33);
54 | }
55 |
56 | }
57 |
58 | .variable.parameter.function {
59 | color: #C0C5CE;
60 | }
61 |
62 | .comment, .punctuation.definition.comment {
63 | color: #65737E;
64 | }
65 |
66 | .punctuation.definition.string, .punctuation.definition.variable, .punctuation.definition.string, .punctuation.definition.parameters, .punctuation.definition.string, .punctuation.definition.array {
67 | color: #C0C5CE;
68 | }
69 |
70 | .none {
71 | color: #C0C5CE;
72 | }
73 |
74 | .keyword.operator {
75 | color: #C0C5CE;
76 | }
77 |
78 | .keyword {
79 | color: #C594C5;
80 | }
81 |
82 | .variable {
83 | color: #EC5f67;
84 | }
85 |
86 | .entity.name.function, .meta.require, .support.function.any-method {
87 | color: #6699CC;
88 | }
89 |
90 | .support.class, .entity.name.class, .entity.name.type.class {
91 | color: #FAC863;
92 | }
93 |
94 | .meta.class {
95 | color: #D8DEE9;
96 | }
97 |
98 | .keyword.other.special-method {
99 | color: #6699CC;
100 | }
101 |
102 | .storage {
103 | color: #C594C5;
104 | }
105 |
106 | .support.function {
107 | color: #5FB3B3;
108 | }
109 |
110 | .string, .constant.other.symbol, .entity.other.inherited-class {
111 | color: #99C794;
112 | }
113 |
114 | .constant.numeric {
115 | color: #F99157;
116 | }
117 |
118 | .none {
119 | color: #F99157;
120 | }
121 |
122 | .none {
123 | color: #F99157;
124 | }
125 |
126 | .constant {
127 | color: #F99157;
128 | }
129 |
130 | .entity.name.tag {
131 | color: #EC5f67;
132 | }
133 |
134 | .entity.other.attribute-name {
135 | color: #F99157;
136 | }
137 |
138 | .entity.other.attribute-name.id, .punctuation.definition.entity {
139 | color: #6699CC;
140 | }
141 |
142 | .meta.selector {
143 | color: #C594C5;
144 | }
145 |
146 | .none {
147 | color: #F99157;
148 | }
149 |
150 | .markup.heading .punctuation.definition.heading, .entity.name.section {
151 | color: #6699CC;
152 | }
153 |
154 | .keyword.other.unit {
155 | color: #F99157;
156 | }
157 |
158 | .markup.bold, .punctuation.definition.bold {
159 | font-weight: bold;
160 | color: #FAC863;
161 | }
162 |
163 | .markup.italic, .punctuation.definition.italic {
164 | font-style: italic;
165 | color: #C594C5;
166 | }
167 |
168 | .markup.raw.inline {
169 | color: #99C794;
170 | }
171 |
172 | .string.other.link {
173 | color: #EC5f67;
174 | }
175 |
176 | .meta.link {
177 | color: #F99157;
178 | }
179 |
180 | .markup.list {
181 | color: #EC5f67;
182 | }
183 |
184 | .markup.quote {
185 | color: #F99157;
186 | }
187 |
188 | .meta.separator {
189 | color: #C0C5CE;
190 | background-color: #4F5B66;
191 | }
192 |
193 | .markup.inserted {
194 | color: #99C794;
195 | }
196 |
197 | .markup.deleted {
198 | color: #EC5f67;
199 | }
200 |
201 | .markup.changed {
202 | color: #C594C5;
203 | }
204 |
205 | .constant.other.color {
206 | color: #5FB3B3;
207 | }
208 |
209 | .string.regexp {
210 | color: #5FB3B3;
211 | }
212 |
213 | .constant.character.escape {
214 | color: #5FB3B3;
215 | }
216 |
217 | .punctuation.section.embedded, .variable.interpolation {
218 | color: #AB7967;
219 | }
220 |
221 | .invalid.illegal {
222 | color: #1B2B34;
223 | background-color: #EC5f67;
224 | }
225 |
--------------------------------------------------------------------------------
/atom/base16-oceanicnext-dark-syntax-variables.less:
--------------------------------------------------------------------------------
1 | // Atom template by Jan T. Sott (https://github.com/idleberg/)
2 | // Base16 scheme and Base16 Builder by Chris Kempson (https://github.com/chriskempson)
3 |
4 | // This defines all syntax variables that syntax themes must implement when they
5 | // include a syntax-variables.less file.
6 |
7 | // General colors
8 | @syntax-text-color: #C0C5CE;
9 | @syntax-cursor-color: #C0C5CE;
10 | @syntax-selection-color: #4F5B66;
11 | @syntax-background-color: #1B2B34;
12 |
13 | // Guide colors
14 | @syntax-wrap-guide-color: #65737E;
15 | @syntax-indent-guide-color: #65737E;
16 | @syntax-invisible-character-color: #65737E;
17 |
18 | // For find and replace markers
19 | @syntax-result-marker-color: #65737E;
20 | @syntax-result-marker-color-selected: #C0C5CE;
21 |
22 | // Gutter colors
23 | @syntax-gutter-text-color: #C0C5CE;
24 | @syntax-gutter-text-color-selected: #C0C5CE;
25 | @syntax-gutter-background-color: #1B2B34;
26 | @syntax-gutter-background-color-selected: rgba(80, 80, 80, 0.33);
27 |
28 | // For git diff info. i.e. in the gutter
29 | // These are static and were not extracted from your textmate theme
30 | @syntax-color-renamed: #6699CC;
31 | @syntax-color-added: #99C794;
32 | @syntax-color-modified: #FAC863;
33 | @syntax-color-removed: #EC5f67;
--------------------------------------------------------------------------------
/atom/base16-oceanicnext-light-base.less:
--------------------------------------------------------------------------------
1 | // Atom template by Jan T. Sott (https://github.com/idleberg/)
2 | // Base16 scheme and Base16 Builder by Chris Kempson (https://github.com/chriskempson)
3 |
4 | @import "base16-oceanicnext-light-syntax-variables.less";
5 |
6 | atom-text-editor, // <- remove when Shadow DOM can't be disabled
7 | :host {
8 | color: @syntax-text-color;
9 | background-color: @syntax-background-color;
10 | .gutter {
11 | color: @syntax-gutter-text-color;
12 | background-color: @syntax-gutter-background-color;
13 | }
14 |
15 | .gutter .line-number.cursor-line {
16 | color: @syntax-gutter-text-color-selected;
17 | background-color: @syntax-gutter-background-color-selected;
18 | }
19 |
20 | .gutter .line-number.cursor-line-no-selection {
21 | color: @syntax-gutter-text-color-selected;
22 | }
23 |
24 | .wrap-guide {
25 | color: @syntax-wrap-guide-color;
26 | }
27 |
28 | .indent-guide {
29 | color: @syntax-indent-guide-color;
30 | }
31 |
32 | .invisible-character {
33 | color: @syntax-invisible-character-color;
34 | }
35 |
36 | .search-results .marker .region {
37 | background-color: transparent;
38 | border: @syntax-result-marker-color;
39 | }
40 |
41 | .search-results .marker.current-result .region {
42 | border: @syntax-result-marker-color-selected;
43 | }
44 |
45 | .cursor {
46 | border-color: @syntax-cursor-color;
47 | }
48 |
49 | .selection .region {
50 | background-color: @syntax-selection-color;
51 | }
52 |
53 | .line-number.cursor-line-no-selection, .line.cursor-line {
54 | background-color: rgba(176, 176, 176, 0.33);
55 | }
56 |
57 | }
58 |
59 | .variable.parameter.function {
60 | color: #4F5B66;
61 | }
62 |
63 | .comment, .punctuation.definition.comment {
64 | color: #A7ADBA;
65 | }
66 |
67 | .punctuation.definition.string, .punctuation.definition.variable, .punctuation.definition.string, .punctuation.definition.parameters, .punctuation.definition.string, .punctuation.definition.array {
68 | color: #4F5B66;
69 | }
70 |
71 | .none {
72 | color: #4F5B66;
73 | }
74 |
75 | .keyword.operator {
76 | color: #4F5B66;
77 | }
78 |
79 | .keyword {
80 | color: #C594C5;
81 | }
82 |
83 | .variable {
84 | color: #EC5f67;
85 | }
86 |
87 | .entity.name.function, .meta.require, .support.function.any-method {
88 | color: #6699CC;
89 | }
90 |
91 | .support.class, .entity.name.class, .entity.name.type.class {
92 | color: #F99157;
93 | }
94 |
95 | .meta.class {
96 | color: #343D46;
97 | }
98 |
99 | .keyword.other.special-method {
100 | color: #6699CC;
101 | }
102 |
103 | .storage {
104 | color: #C594C5;
105 | }
106 |
107 | .support.function {
108 | color: #5FB3B3;
109 | }
110 |
111 | .string, .constant.other.symbol, .entity.other.inherited-class {
112 | color: #99C794;
113 | }
114 |
115 | .constant.numeric {
116 | color: #F99157;
117 | }
118 |
119 | .none {
120 | color: #F99157;
121 | }
122 |
123 | .none {
124 | color: #F99157;
125 | }
126 |
127 | .constant {
128 | color: #F99157;
129 | }
130 |
131 | .entity.name.tag {
132 | color: #EC5f67;
133 | }
134 |
135 | .entity.other.attribute-name {
136 | color: #F99157;
137 | }
138 |
139 | .entity.other.attribute-name.id, .punctuation.definition.entity {
140 | color: #6699CC;
141 | }
142 |
143 | .meta.selector {
144 | color: #C594C5;
145 | }
146 |
147 | .none {
148 | color: #F99157;
149 | }
150 |
151 | .markup.heading .punctuation.definition.heading, .entity.name.section {
152 | color: #6699CC;
153 | }
154 |
155 | .keyword.other.unit {
156 | color: #F99157;
157 | }
158 |
159 | .markup.bold, .punctuation.definition.bold {
160 | font-weight: bold;
161 | color: #F99157;
162 | }
163 |
164 | .markup.italic, .punctuation.definition.italic {
165 | font-style: italic;
166 | color: #C594C5;
167 | }
168 |
169 | .markup.raw.inline {
170 | color: #99C794;
171 | }
172 |
173 | .string.other.link {
174 | color: #EC5f67;
175 | }
176 |
177 | .meta.link {
178 | color: #F99157;
179 | }
180 |
181 | .markup.list {
182 | color: #EC5f67;
183 | }
184 |
185 | .markup.quote {
186 | color: #F99157;
187 | }
188 |
189 | .meta.separator {
190 | color: #4F5B66;
191 | background-color: #CDD3DE;
192 | }
193 |
194 | .markup.inserted {
195 | color: #99C794;
196 | }
197 |
198 | .markup.deleted {
199 | color: #EC5f67;
200 | }
201 |
202 | .markup.changed {
203 | color: #C594C5;
204 | }
205 |
206 | .constant.other.color {
207 | color: #5FB3B3;
208 | }
209 |
210 | .string.regexp {
211 | color: #5FB3B3;
212 | }
213 |
214 | .constant.character.escape {
215 | color: #5FB3B3;
216 | }
217 |
218 | .punctuation.section.embedded, .variable.interpolation {
219 | color: #AB7967;
220 | }
221 |
222 | .invalid.illegal {
223 | color: #D8DEE9;
224 | background-color: #EC5f67;
225 | }
226 |
--------------------------------------------------------------------------------
/atom/base16-oceanicnext-light-syntax-variables.less:
--------------------------------------------------------------------------------
1 | // This defines all syntax variables that syntax themes must implement when they
2 | // include a syntax-variables.less file.
3 |
4 | // General colors
5 | @syntax-text-color: #4F5B66;
6 | @syntax-cursor-color: #4F5B66;
7 | @syntax-selection-color: #CDD3DE;
8 | @syntax-background-color: #D8DEE9;
9 |
10 | // Guide colors
11 | @syntax-wrap-guide-color: #CDD3DE;
12 | @syntax-indent-guide-color: #CDD3DE;
13 | @syntax-invisible-character-color: #CDD3DE;
14 |
15 | // For find and replace markers
16 | @syntax-result-marker-color: #CDD3DE;
17 | @syntax-result-marker-color-selected: #4F5B66;
18 |
19 | // Gutter colors
20 | @syntax-gutter-text-color: #4F5B66;
21 | @syntax-gutter-text-color-selected: #4F5B66;
22 | @syntax-gutter-background-color: #D8DEE9;
23 | @syntax-gutter-background-color-selected: rgba(176, 176, 176, 0.33);
24 |
25 | // For git diff info. i.e. in the gutter
26 | // These are static and were not extracted from your textmate theme
27 | @syntax-color-renamed: #6699CC;
28 | @syntax-color-added: #99C794;
29 | @syntax-color-modified: #FAC863;
30 | @syntax-color-removed: #EC5f67;
--------------------------------------------------------------------------------
/base16-oceanic-next.yml:
--------------------------------------------------------------------------------
1 | scheme: "Oceanic Next"
2 | author: "Dmitri Voronianski (http://pixelhunter.me)"
3 |
4 | base00: "1B2B34"
5 | base01: "343D46"
6 | base02: "4F5B66"
7 | base03: "65737E"
8 | base04: "A7ADBA"
9 | base05: "C0C5CE"
10 | base06: "CDD3DE"
11 | base07: "D8DEE9"
12 | base08: "EC5f67"
13 | base09: "F99157"
14 | base0A: "FAC863"
15 | base0B: "99C794"
16 | base0C: "5FB3B3"
17 | base0D: "6699CC"
18 | base0E: "C594C5"
19 | base0F: "AB7967"
20 |
--------------------------------------------------------------------------------
/bbedit/base16-oceanicnext.dark.bbcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | BackgroundColor
6 | rgba(0.10588235294117647,0.16862745098039217,0.20392156862745098,1.000000)
7 | CommentsColor
8 | rgba(0.396078431372549,0.45098039215686275,0.49411764705882355,1.000000)
9 | CtagsIdentifierColor
10 | rgba(0.9803921568627451,0.7843137254901961,0.38823529411764707,1.000000)
11 | ForegroundColor
12 | rgba(0.7529411764705882,0.7725490196078432,0.807843137254902,1.000000)
13 | HTMLAnchorColor
14 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
15 | HTMLAttributeNameColor
16 | rgba(0.9764705882352941,0.5686274509803921,0.3411764705882353,1.000000)
17 | HTMLAttributeValueColor
18 | rgba(0.6,0.7803921568627451,0.5803921568627451,1.000000)
19 | HTMLImageColor
20 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
21 | HTMLProcessingDirectiveColor
22 | rgba(0.6705882352941176,0.4745098039215686,0.403921568627451,1.000000)
23 | HTMLTagColor
24 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
25 | HighlightInsertionPoint
26 |
27 | InsertionPointLineHighlightColor
28 | rgba(0.30980392156862746,0.3568627450980392,0.4,1.000000)
29 | InvisibleOthersColor
30 | rgba(0.396078431372549,0.45098039215686275,0.49411764705882355,1.000000)
31 | InvisibleSpacesColor
32 | rgba(0.396078431372549,0.45098039215686275,0.49411764705882355,1.000000)
33 | KeywordsColor
34 | rgba(0.7725490196078432,0.5803921568627451,0.7725490196078432,1.000000)
35 | NumericConstantColor
36 | rgba(0.9764705882352941,0.5686274509803921,0.3411764705882353,1.000000)
37 | PredefinedNamesColor
38 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
39 | PrimaryHighlightColor
40 | rgba(0.30980392156862746,0.3568627450980392,0.4,1.000000)
41 | PythonDecoratorColor
42 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
43 | SecondaryHighlightColor
44 | rgba(0.6549019607843137,0.6784313725490196,0.7294117647058823,1.000000)
45 | SpellingColor
46 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
47 | StringColor
48 | rgba(0.6,0.7803921568627451,0.5803921568627451,1.000000)
49 | UseCustomHighlightColor
50 |
51 | VariablesColor
52 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
53 |
54 |
--------------------------------------------------------------------------------
/bbedit/base16-oceanicnext.light.bbcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | BackgroundColor
6 | rgba(0.8470588235294118,0.8705882352941177,0.9137254901960784,1.000000)
7 | CommentsColor
8 | rgba(0.6549019607843137,0.6784313725490196,0.7294117647058823,1.000000)
9 | CtagsIdentifierColor
10 | rgba(0.9803921568627451,0.7843137254901961,0.38823529411764707,1.000000)
11 | ForegroundColor
12 | rgba(0.30980392156862746,0.3568627450980392,0.4,1.000000)
13 | HTMLAnchorColor
14 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
15 | HTMLAttributeNameColor
16 | rgba(0.9764705882352941,0.5686274509803921,0.3411764705882353,1.000000)
17 | HTMLAttributeValueColor
18 | rgba(0.6,0.7803921568627451,0.5803921568627451,1.000000)
19 | HTMLImageColor
20 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
21 | HTMLProcessingDirectiveColor
22 | rgba(0.6705882352941176,0.4745098039215686,0.403921568627451,1.000000)
23 | HTMLTagColor
24 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
25 | HighlightInsertionPoint
26 |
27 | InsertionPointLineHighlightColor
28 | rgba(0.7529411764705882,0.7725490196078432,0.807843137254902,1.000000)
29 | InvisibleOthersColor
30 | rgba(0.6549019607843137,0.6784313725490196,0.7294117647058823,1.000000)
31 | InvisibleSpacesColor
32 | rgba(0.6549019607843137,0.6784313725490196,0.7294117647058823,1.000000)
33 | KeywordsColor
34 | rgba(0.7725490196078432,0.5803921568627451,0.7725490196078432,1.000000)
35 | NumericConstantColor
36 | rgba(0.9764705882352941,0.5686274509803921,0.3411764705882353,1.000000)
37 | PredefinedNamesColor
38 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
39 | PrimaryHighlightColor
40 | rgba(0.7529411764705882,0.7725490196078432,0.807843137254902,1.000000)
41 | PythonDecoratorColor
42 | rgba(0.37254901960784315,0.7019607843137254,0.7019607843137254,1.000000)
43 | SecondaryHighlightColor
44 | rgba(0.396078431372549,0.45098039215686275,0.49411764705882355,1.000000)
45 | SpellingColor
46 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
47 | StringColor
48 | rgba(0.6,0.7803921568627451,0.5803921568627451,1.000000)
49 | UseCustomHighlightColor
50 |
51 | VariablesColor
52 | rgba(0.9254901960784314,0.37254901960784315,0.403921568627451,1.000000)
53 |
54 |
--------------------------------------------------------------------------------
/codemirror/base16-oceanicnext-dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | CodeMirror template by Jan T. Sott (https://github.com/idleberg)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | .cm-s-base16-oceanicnext-dark.CodeMirror {background: #1B2B34; color: #CDD3DE;}
12 | .cm-s-base16-oceanicnext-dark div.CodeMirror-selected {background: #343D46 !important;}
13 | .cm-s-base16-oceanicnext-dark .CodeMirror-gutters {background: #1B2B34; border-right: 0px;}
14 | .cm-s-base16-oceanicnext-dark .CodeMirror-linenumber {color: #65737E;}
15 | .cm-s-base16-oceanicnext-dark .CodeMirror-cursor {border-left: 1px solid #A7ADBA !important;}
16 |
17 | .cm-s-base16-oceanicnext-dark span.cm-comment {color: #AB7967;}
18 | .cm-s-base16-oceanicnext-dark span.cm-atom {color: #C594C5;}
19 | .cm-s-base16-oceanicnext-dark span.cm-number {color: #C594C5;}
20 |
21 | .cm-s-base16-oceanicnext-dark span.cm-property, .cm-s-base16-oceanicnext-dark span.cm-attribute {color: #99C794;}
22 | .cm-s-base16-oceanicnext-dark span.cm-keyword {color: #EC5f67;}
23 | .cm-s-base16-oceanicnext-dark span.cm-string {color: #FAC863;}
24 |
25 | .cm-s-base16-oceanicnext-dark span.cm-variable {color: #99C794;}
26 | .cm-s-base16-oceanicnext-dark span.cm-variable-2 {color: #6699CC;}
27 | .cm-s-base16-oceanicnext-dark span.cm-def {color: #F99157;}
28 | .cm-s-base16-oceanicnext-dark span.cm-error {background: #EC5f67; color: #A7ADBA;}
29 | .cm-s-base16-oceanicnext-dark span.cm-bracket {color: #CDD3DE;}
30 | .cm-s-base16-oceanicnext-dark span.cm-tag {color: #EC5f67;}
31 | .cm-s-base16-oceanicnext-dark span.cm-link {color: #C594C5;}
32 |
33 | .cm-s-base16-oceanicnext-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
34 |
--------------------------------------------------------------------------------
/codemirror/base16-oceanicnext-light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | CodeMirror template by Jan T. Sott (https://github.com/idleberg)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | .cm-s-base16-oceanicnext-light.CodeMirror {background: #D8DEE9; color: #343D46;}
12 | .cm-s-base16-oceanicnext-light div.CodeMirror-selected {background: #CDD3DE !important;}
13 | .cm-s-base16-oceanicnext-light .CodeMirror-gutters {background: #D8DEE9; border-right: 0px;}
14 | .cm-s-base16-oceanicnext-light .CodeMirror-linenumber {color: #A7ADBA;}
15 | .cm-s-base16-oceanicnext-light .CodeMirror-cursor {border-left: 1px solid #65737E !important;}
16 |
17 | .cm-s-base16-oceanicnext-light span.cm-comment {color: #AB7967;}
18 | .cm-s-base16-oceanicnext-light span.cm-atom {color: #C594C5;}
19 | .cm-s-base16-oceanicnext-light span.cm-number {color: #C594C5;}
20 |
21 | .cm-s-base16-oceanicnext-light span.cm-property, .cm-s-base16-oceanicnext-light span.cm-attribute {color: #99C794;}
22 | .cm-s-base16-oceanicnext-light span.cm-keyword {color: #EC5f67;}
23 | .cm-s-base16-oceanicnext-light span.cm-string {color: #FAC863;}
24 |
25 | .cm-s-base16-oceanicnext-light span.cm-variable {color: #99C794;}
26 | .cm-s-base16-oceanicnext-light span.cm-variable-2 {color: #6699CC;}
27 | .cm-s-base16-oceanicnext-light span.cm-def {color: #F99157;}
28 | .cm-s-base16-oceanicnext-light span.cm-error {background: #EC5f67; color: #65737E;}
29 | .cm-s-base16-oceanicnext-light span.cm-bracket {color: #343D46;}
30 | .cm-s-base16-oceanicnext-light span.cm-tag {color: #EC5f67;}
31 | .cm-s-base16-oceanicnext-light span.cm-link {color: #C594C5;}
32 |
33 | .cm-s-base16-oceanicnext-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
34 |
--------------------------------------------------------------------------------
/colors:
--------------------------------------------------------------------------------
1 | vim
--------------------------------------------------------------------------------
/conemu/base16-oceanicnext.conemu.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/connectbot/base16-oceanicnext.dark.16.sql:
--------------------------------------------------------------------------------
1 | UPDATE colors SET scheme = '' WHERE scheme = 0;
2 |
3 | INSERT INTO COLORS (number, value, scheme) VALUES (0 , -14996684 , 0);
4 | INSERT INTO COLORS (number, value, scheme) VALUES (1 , -1286297 , 0);
5 | INSERT INTO COLORS (number, value, scheme) VALUES (2 , -6699116 , 0);
6 | INSERT INTO COLORS (number, value, scheme) VALUES (3 , -341917 , 0);
7 | INSERT INTO COLORS (number, value, scheme) VALUES (4 , -10053172 , 0);
8 | INSERT INTO COLORS (number, value, scheme) VALUES (5 , -3828539 , 0);
9 | INSERT INTO COLORS (number, value, scheme) VALUES (6 , -10505293 , 0);
10 | INSERT INTO COLORS (number, value, scheme) VALUES (7 , -4143666 , 0);
11 | INSERT INTO COLORS (number, value, scheme) VALUES (8 , -10128514 , 0);
12 | INSERT INTO COLORS (number, value, scheme) VALUES (9 , -421545 , 0);
13 | INSERT INTO COLORS (number, value, scheme) VALUES (10 , -13353658 , 0);
14 | INSERT INTO COLORS (number, value, scheme) VALUES (11 , -11576474 , 0);
15 | INSERT INTO COLORS (number, value, scheme) VALUES (12 , -5788230 , 0);
16 | INSERT INTO COLORS (number, value, scheme) VALUES (13 , -3288098 , 0);
17 | INSERT INTO COLORS (number, value, scheme) VALUES (14 , -5539481 , 0);
18 | INSERT INTO COLORS (number, value, scheme) VALUES (15 , -2564375 , 0);
19 |
20 | UPDATE colorDefaults set fg=7, bg=0 WHERE scheme = 0;
21 |
22 |
--------------------------------------------------------------------------------
/connectbot/base16-oceanicnext.dark.256.sql:
--------------------------------------------------------------------------------
1 | UPDATE colors SET scheme = '' WHERE scheme = 0;
2 |
3 | INSERT INTO COLORS (number, value, scheme) VALUES (0 , -14996684 , 0);
4 | INSERT INTO COLORS (number, value, scheme) VALUES (1 , -1286297 , 0);
5 | INSERT INTO COLORS (number, value, scheme) VALUES (2 , -6699116 , 0);
6 | INSERT INTO COLORS (number, value, scheme) VALUES (3 , -341917 , 0);
7 | INSERT INTO COLORS (number, value, scheme) VALUES (4 , -10053172 , 0);
8 | INSERT INTO COLORS (number, value, scheme) VALUES (5 , -3828539 , 0);
9 | INSERT INTO COLORS (number, value, scheme) VALUES (6 , -10505293 , 0);
10 | INSERT INTO COLORS (number, value, scheme) VALUES (7 , -4143666 , 0);
11 | INSERT INTO COLORS (number, value, scheme) VALUES (8 , -10128514 , 0);
12 | INSERT INTO COLORS (number, value, scheme) VALUES (9 , -1286297 , 0);
13 | INSERT INTO COLORS (number, value, scheme) VALUES (10 , -6699116 , 0);
14 | INSERT INTO COLORS (number, value, scheme) VALUES (11 , -341917 , 0);
15 | INSERT INTO COLORS (number, value, scheme) VALUES (12 , -10053172 , 0);
16 | INSERT INTO COLORS (number, value, scheme) VALUES (13 , -3828539 , 0);
17 | INSERT INTO COLORS (number, value, scheme) VALUES (14 , -10505293 , 0);
18 | INSERT INTO COLORS (number, value, scheme) VALUES (15 , -2564375 , 0);
19 | INSERT INTO COLORS (number, value, scheme) VALUES (16 , -421545 , 0);
20 | INSERT INTO COLORS (number, value, scheme) VALUES (17 , -5539481 , 0);
21 | INSERT INTO COLORS (number, value, scheme) VALUES (18 , -13353658 , 0);
22 | INSERT INTO COLORS (number, value, scheme) VALUES (19 , -11576474 , 0);
23 | INSERT INTO COLORS (number, value, scheme) VALUES (20 , -5788230 , 0);
24 | INSERT INTO COLORS (number, value, scheme) VALUES (21 , -3288098 , 0);
25 |
26 | UPDATE colorDefaults set fg=7, bg=0 WHERE scheme = 0;
27 |
28 |
--------------------------------------------------------------------------------
/connectbot/base16-oceanicnext.light.16.sql:
--------------------------------------------------------------------------------
1 | UPDATE colors SET scheme = '' WHERE scheme = 0;
2 |
3 | INSERT INTO COLORS (number, value, scheme) VALUES (0 , -14996684 , 0);
4 | INSERT INTO COLORS (number, value, scheme) VALUES (1 , -1286297 , 0);
5 | INSERT INTO COLORS (number, value, scheme) VALUES (2 , -6699116 , 0);
6 | INSERT INTO COLORS (number, value, scheme) VALUES (3 , -341917 , 0);
7 | INSERT INTO COLORS (number, value, scheme) VALUES (4 , -10053172 , 0);
8 | INSERT INTO COLORS (number, value, scheme) VALUES (5 , -3828539 , 0);
9 | INSERT INTO COLORS (number, value, scheme) VALUES (6 , -10505293 , 0);
10 | INSERT INTO COLORS (number, value, scheme) VALUES (7 , -4143666 , 0);
11 | INSERT INTO COLORS (number, value, scheme) VALUES (8 , -10128514 , 0);
12 | INSERT INTO COLORS (number, value, scheme) VALUES (9 , -421545 , 0);
13 | INSERT INTO COLORS (number, value, scheme) VALUES (10 , -13353658 , 0);
14 | INSERT INTO COLORS (number, value, scheme) VALUES (11 , -11576474 , 0);
15 | INSERT INTO COLORS (number, value, scheme) VALUES (12 , -5788230 , 0);
16 | INSERT INTO COLORS (number, value, scheme) VALUES (13 , -3288098 , 0);
17 | INSERT INTO COLORS (number, value, scheme) VALUES (14 , -5539481 , 0);
18 | INSERT INTO COLORS (number, value, scheme) VALUES (15 , -2564375 , 0);
19 |
20 | UPDATE colorDefaults set fg=11, bg=15 WHERE scheme = 0;
21 |
22 |
--------------------------------------------------------------------------------
/connectbot/base16-oceanicnext.light.256.sql:
--------------------------------------------------------------------------------
1 | UPDATE colors SET scheme = '' WHERE scheme = 0;
2 |
3 | INSERT INTO COLORS (number, value, scheme) VALUES (0 , -14996684 , 0);
4 | INSERT INTO COLORS (number, value, scheme) VALUES (1 , -1286297 , 0);
5 | INSERT INTO COLORS (number, value, scheme) VALUES (2 , -6699116 , 0);
6 | INSERT INTO COLORS (number, value, scheme) VALUES (3 , -341917 , 0);
7 | INSERT INTO COLORS (number, value, scheme) VALUES (4 , -10053172 , 0);
8 | INSERT INTO COLORS (number, value, scheme) VALUES (5 , -3828539 , 0);
9 | INSERT INTO COLORS (number, value, scheme) VALUES (6 , -10505293 , 0);
10 | INSERT INTO COLORS (number, value, scheme) VALUES (7 , -4143666 , 0);
11 | INSERT INTO COLORS (number, value, scheme) VALUES (8 , -10128514 , 0);
12 | INSERT INTO COLORS (number, value, scheme) VALUES (9 , -1286297 , 0);
13 | INSERT INTO COLORS (number, value, scheme) VALUES (10 , -6699116 , 0);
14 | INSERT INTO COLORS (number, value, scheme) VALUES (11 , -341917 , 0);
15 | INSERT INTO COLORS (number, value, scheme) VALUES (12 , -10053172 , 0);
16 | INSERT INTO COLORS (number, value, scheme) VALUES (13 , -3828539 , 0);
17 | INSERT INTO COLORS (number, value, scheme) VALUES (14 , -10505293 , 0);
18 | INSERT INTO COLORS (number, value, scheme) VALUES (15 , -2564375 , 0);
19 | INSERT INTO COLORS (number, value, scheme) VALUES (16 , -421545 , 0);
20 | INSERT INTO COLORS (number, value, scheme) VALUES (17 , -5539481 , 0);
21 | INSERT INTO COLORS (number, value, scheme) VALUES (18 , -13353658 , 0);
22 | INSERT INTO COLORS (number, value, scheme) VALUES (19 , -11576474 , 0);
23 | INSERT INTO COLORS (number, value, scheme) VALUES (20 , -5788230 , 0);
24 | INSERT INTO COLORS (number, value, scheme) VALUES (21 , -3288098 , 0);
25 |
26 | UPDATE colorDefaults set fg=19, bg=15 WHERE scheme = 0;
27 |
28 |
--------------------------------------------------------------------------------
/console2/base16-oceanicnext.256.console.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/console2/base16-oceanicnext.console.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/drracket/base16-oceanicnext.info.rkt:
--------------------------------------------------------------------------------
1 | #lang info
2 |
3 | ;; Base16 Oceanic Next (https://github.com/chriskempson/base16)
4 | ;; Scheme: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | ;; pkg metadata
7 | (define deps '("base"))
8 |
9 | ;; color scheme
10 | (define base00 #(27 43 52))
11 | (define base01 #(52 61 70))
12 | (define base02 #(79 91 102))
13 | (define base03 #(101 115 126))
14 | (define base04 #(167 173 186))
15 | (define base05 #(192 197 206))
16 | (define base06 #(205 211 222))
17 | (define base07 #(216 222 233))
18 | (define base08 #(236 95 103))
19 | (define base09 #(249 145 87))
20 | (define base0A #(250 200 99))
21 | (define base0B #(153 199 148))
22 | (define base0C #(95 179 179))
23 | (define base0D #(102 153 204))
24 | (define base0E #(197 148 197))
25 | (define base0F #(171 121 103))
26 |
27 | (define framework:color-schemes
28 | `(#hash((name . "Base16 Oceanic Next Dark")
29 | (white-on-black-base? . #t)
30 | (colors
31 | .
32 | ((drracket:syncheck:matching-identifiers ,base03)
33 | (framework:basic-canvas-background ,base00)
34 | (framework:default-text-color ,base05)
35 | (framework:misspelled-text-color ,base08)
36 | (framework:paren-match-color ,base03)
37 | (drracket:check-syntax:both-obligation-style-pref ,base0F)
38 | (drracket:check-syntax:free-variable ,base0E)
39 | (drracket:check-syntax:imported ,base0D)
40 | (drracket:check-syntax:lexically-bound ,base0C)
41 | (drracket:check-syntax:my-obligation-style-pref ,base09)
42 | (drracket:check-syntax:set!d ,base0B)
43 | (drracket:check-syntax:their-obligation-style-pref ,base0A)
44 | (drracket:check-syntax:unk-obligation-style-pref ,base08)
45 | (drracket:check-syntax:unused-require ,base08)
46 | (drracket:read-eval-print-loop:error-color ,base08)
47 | (drracket:read-eval-print-loop:out-color ,base09)
48 | (drracket:read-eval-print-loop:value-color ,base0D)
49 | (framework:syntax-color:scheme:comment ,base03)
50 | (framework:syntax-color:scheme:constant ,base09)
51 | (framework:syntax-color:scheme:error ,base08)
52 | (framework:syntax-color:scheme:hash-colon-keyword ,base0C)
53 | (framework:syntax-color:scheme:keyword ,base0E)
54 | (framework:syntax-color:scheme:other ,base05)
55 | (framework:syntax-color:scheme:parenthesis ,base04)
56 | (framework:syntax-color:scheme:string ,base0B)
57 | (framework:syntax-color:scheme:symbol ,base0D)
58 | (framework:syntax-color:scheme:text ,base05)
59 | (plt:htdp:test-coverage-off ,base08)
60 | (plt:htdp:test-coverage-on ,base0B)
61 | (plt:module-language:test-coverage-off ,base08)
62 | (plt:module-language:test-coverage-on ,base0B))))
63 | #hash((name . "Base16 Oceanic Next Light")
64 | (white-on-black-base? . #f)
65 | (colors
66 | .
67 | ((drracket:syncheck:matching-identifiers ,base03)
68 | (framework:basic-canvas-background ,base07)
69 | (framework:default-text-color ,base02)
70 | (framework:misspelled-text-color ,base08)
71 | (framework:paren-match-color ,base05)
72 | (drracket:check-syntax:both-obligation-style-pref ,base0F)
73 | (drracket:check-syntax:free-variable ,base0E)
74 | (drracket:check-syntax:imported ,base0D)
75 | (drracket:check-syntax:lexically-bound ,base0C)
76 | (drracket:check-syntax:my-obligation-style-pref ,base09)
77 | (drracket:check-syntax:set!d ,base0B)
78 | (drracket:check-syntax:their-obligation-style-pref ,base0B)
79 | (drracket:check-syntax:unk-obligation-style-pref ,base08)
80 | (drracket:check-syntax:unused-require ,base08)
81 | (drracket:read-eval-print-loop:error-color ,base08)
82 | (drracket:read-eval-print-loop:out-color ,base09)
83 | (drracket:read-eval-print-loop:value-color ,base0D)
84 | (framework:syntax-color:scheme:comment ,base03)
85 | (framework:syntax-color:scheme:constant ,base09)
86 | (framework:syntax-color:scheme:error ,base08)
87 | (framework:syntax-color:scheme:hash-colon-keyword ,base0C)
88 | (framework:syntax-color:scheme:keyword ,base0E)
89 | (framework:syntax-color:scheme:other ,base02)
90 | (framework:syntax-color:scheme:parenthesis ,base03)
91 | (framework:syntax-color:scheme:string ,base0B)
92 | (framework:syntax-color:scheme:symbol ,base0D)
93 | (framework:syntax-color:scheme:text ,base02)
94 | (plt:htdp:test-coverage-off ,base08)
95 | (plt:htdp:test-coverage-on ,base0B)
96 | (plt:module-language:test-coverage-off ,base08)
97 | (plt:module-language:test-coverage-on ,base0B))))))
98 |
--------------------------------------------------------------------------------
/geany/base16-oceanicnext.dark.conf:
--------------------------------------------------------------------------------
1 | # Geany Base16 Template
2 | # Rob Loach (http://robloach.net)
3 | #
4 | # Copyright (c) 2013 Rob Loach
5 | #
6 | # Permission is hereby granted, free of charge, to any person obtaining a copy
7 | # of this software and associated documentation files (the "Software"), to deal
8 | # in the Software without restriction, including without limitation the rights
9 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | # copies of the Software, and to permit persons to whom the Software is
11 | # furnished to do so, subject to the following conditions:
12 | #
13 | # The above copyright notice and this permission notice shall be included in all
14 | # copies or substantial portions of the Software.
15 | #
16 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 | # SOFTWARE.
23 |
24 | [theme_info]
25 | name=Base16 Oceanic Next Dark
26 | description=Base16 Oceanic Next provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications.
27 | version=0.2.2
28 | author=Rob Loach (http://robloach.net)
29 | url=http://github.com/robloach/base16-geany
30 |
31 | [named_styles]
32 | default=#D8DEE9;#1B2B34;false;false
33 | error=#EC5f67
34 |
35 | # Editor Styles
36 | #-------------------------------------------------------------------------------
37 | selection=#A7ADBA;#65737E;false;true
38 | current_line=;#4F5B66;true;false
39 | brace_good=#FAC863;;true;false
40 | brace_bad=#EC5f67;#4F5B66;true;false
41 | margin_line_number=#65737E;#4F5B66;true;false
42 | margin_folding=#65737E
43 | fold_symbol_highlight=#343D46
44 | indent_guide=#4F5B66
45 | caret=#C0C5CE
46 | marker_line=#D8DEE9
47 | marker_search=#D8DEE9;#99C794;false;false
48 | marker_mark=#D8DEE9;#99C794;
49 | call_tips=#A7ADBA;;false;false
50 | white_space=#65737E;;true;false
51 |
52 | # Programming languages
53 | #-------------------------------------------------------------------------------
54 | comment=#A7ADBA
55 | comment_doc=#A7ADBA
56 | comment_line=#A7ADBA
57 | comment_line_doc=#A7ADBA
58 | comment_doc_keyword=#A7ADBA;;true;false
59 | comment_doc_keyword_error=#A7ADBA;;false;true
60 |
61 | number=#99C794
62 | number_1=#F99157
63 | number_2=#F99157
64 |
65 | type=#FAC863;;true
66 | # Person.rb = Person
67 | class=#FAC863;;true
68 | # Person.rb = initialize
69 | # PHP
70 | function=#6699CC;;false;false
71 | parameter=#CDD3DE
72 |
73 | keyword=#AB7967;;true;false
74 | # Person.rb = class, include, def, end, attr_accessor, etc
75 | # PHP = include_once(), if elseif else
76 | keyword_1=#C594C5;;false;false
77 | keyword_2=#F99157;;false;false
78 | keyword_3=#C0C5CE;;false;false
79 | keyword_4=#F99157;;false;true
80 |
81 | identifier=#C0C5CE;;false;false
82 | # Person.rb = ActiveModel::Conversion
83 | identifier_1=#C0C5CE;;false;false
84 | identifier_2=#C0C5CE;;false;false
85 | identifier_3=#6699CC;;true;false
86 | identifier_4=#C594C5;;false;false
87 |
88 | string=#F99157
89 | string_1=#99C794
90 | string_2=#99C794
91 | string_3=#C0C5CE
92 | string_4=#6699CC
93 | string_eol=#C594C5;;false;true
94 |
95 | character=string_1
96 | backtick=#FAC863
97 | here_doc=#FAC863
98 | scalar=#FAC863
99 | label=#CDD3DE;;true;false
100 | # Person.rb = :name
101 | # PHP = $_GET
102 | preprocessor=#6699CC
103 | regex=number_1
104 | operator=#5FB3B3;;false;false
105 | decorator=#6699CC;;false;false
106 | other=#EC5f67
107 |
108 | # Markup-type languages
109 | #-------------------------------------------------------------------------------
110 | tag=#FAC863;;true;false
111 | tag_unknown=#EC5f67;;true;false
112 | tag_end=#FAC863;;false;false
113 | attribute=#F99157;;false;false
114 | attribute_unknown=#99C794;;false;false
115 | value=#6699CC
116 | entity=#FAC863
117 |
118 | # Diff
119 | #-------------------------------------------------------------------------------
120 | line_added=#99C794
121 | line_removed=#EC5f67
122 | line_changed=#6699CC
123 |
--------------------------------------------------------------------------------
/geany/base16-oceanicnext.light.conf:
--------------------------------------------------------------------------------
1 | # Geany Base16 Template
2 | # Rob Loach (http://robloach.net)
3 | #
4 | # Copyright (c) 2013 Rob Loach
5 | #
6 | # Permission is hereby granted, free of charge, to any person obtaining a copy
7 | # of this software and associated documentation files (the "Software"), to deal
8 | # in the Software without restriction, including without limitation the rights
9 | # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | # copies of the Software, and to permit persons to whom the Software is
11 | # furnished to do so, subject to the following conditions:
12 | #
13 | # The above copyright notice and this permission notice shall be included in all
14 | # copies or substantial portions of the Software.
15 | #
16 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 | # SOFTWARE.
23 |
24 | [theme_info]
25 | name=Base16 Oceanic Next Light
26 | description=Base16 Oceanic Next provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications.
27 | version=0.2.2
28 | author=Rob Loach (http://robloach.net)
29 | url=http://github.com/robloach/base16-geany
30 |
31 | [named_styles]
32 | default=#4F5B66;#D8DEE9;false;false
33 | error=#EC5f67
34 |
35 | # Editor Styles
36 | #-------------------------------------------------------------------------------
37 | selection=#A7ADBA;#65737E;false;true
38 | current_line=;#4F5B66;true;false
39 | brace_good=#99C794;;true;false
40 | brace_bad=#EC5f67;#4F5B66;true;false
41 | margin_line_number=#65737E;#4F5B66;true;false
42 | margin_folding=#65737E
43 | fold_symbol_highlight=#343D46
44 | indent_guide=#4F5B66
45 | caret=#C0C5CE
46 | marker_line=#D8DEE9
47 | marker_search=#D8DEE9;#99C794;false;false
48 | marker_mark=#D8DEE9;#99C794;
49 | call_tips=#A7ADBA;;false;false
50 | white_space=#65737E;;true;false
51 |
52 | # Programming languages
53 | #-------------------------------------------------------------------------------
54 | comment=#A7ADBA
55 | comment_doc=#A7ADBA
56 | comment_line=#A7ADBA
57 | comment_line_doc=#A7ADBA
58 | comment_doc_keyword=#A7ADBA;;true;false
59 | comment_doc_keyword_error=#A7ADBA;;false;true
60 |
61 | number=#99C794
62 | number_1=#F99157
63 | number_2=#F99157
64 |
65 | type=#FAC863;;true
66 | # Person.rb = Person
67 | class=#FAC863;;true
68 | # Person.rb = initialize
69 | # PHP
70 | function=#6699CC;;false;false
71 | parameter=#CDD3DE
72 |
73 | keyword=#AB7967;;true;false
74 | # Person.rb = class, include, def, end, attr_accessor, etc
75 | # PHP = include_once(), if elseif else
76 | keyword_1=#C594C5;;false;false
77 | keyword_2=#F99157;;false;false
78 | keyword_3=#5FB3B3;;false;false
79 | keyword_4=#F99157;;false;true
80 |
81 | identifier=#5FB3B3;;false;false
82 | # Person.rb = ActiveModel::Conversion
83 | identifier_1=#5FB3B3;;false;false
84 | identifier_2=#5FB3B3;;false;false
85 | identifier_3=#6699CC;;true;false
86 | identifier_4=#C594C5;;false;false
87 |
88 | string=#F99157
89 | string_1=#99C794
90 | string_2=#99C794
91 | string_3=#5FB3B3
92 | string_4=#6699CC
93 | string_eol=#C594C5;;false;true
94 |
95 | character=string_1
96 | backtick=#FAC863
97 | here_doc=#FAC863
98 | scalar=#FAC863
99 | label=#CDD3DE;;true;false
100 | # Person.rb = :name
101 | # PHP = $_GET
102 | preprocessor=#6699CC
103 | regex=number_1
104 | operator=#C0C5CE;;false;false
105 | decorator=#6699CC;;false;false
106 | other=#EC5f67
107 |
108 | # Markup-type languages
109 | #-------------------------------------------------------------------------------
110 | tag=#FAC863;;true;false
111 | tag_unknown=#EC5f67;;true;false
112 | tag_end=#FAC863;;false;false
113 | attribute=#F99157;;false;false
114 | attribute_unknown=#99C794;;false;false
115 | value=#6699CC
116 | entity=#FAC863
117 |
118 | # Diff
119 | #-------------------------------------------------------------------------------
120 | line_added=#99C794
121 | line_removed=#EC5f67
122 | line_changed=#6699CC
123 |
--------------------------------------------------------------------------------
/gedit/base16-oceanicnext.dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
23 |
24 |
25 |
26 |
27 | Dmitri Voronianski (http://pixelhunter.me)
28 | <_description>Base16 Oceanic Next Dark
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
--------------------------------------------------------------------------------
/gedit/base16-oceanicnext.light.xml:
--------------------------------------------------------------------------------
1 |
2 |
23 |
24 |
25 |
26 |
27 | Dmitri Voronianski (http://pixelhunter.me)
28 | <_description>Base16 Oceanic Next Light
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 |
117 |
118 |
119 |
120 |
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 |
133 |
134 |
135 |
--------------------------------------------------------------------------------
/gimp-palette/base16-oceanicnext.gpl:
--------------------------------------------------------------------------------
1 | GIMP Palette
2 | Name: Base16 Oceanic Next
3 | Columns: 16
4 | #
5 | 27 43 52 base00
6 | 52 61 70 base01
7 | 79 91 102 base02
8 | 101 115 126 base03
9 | 167 173 186 base04
10 | 192 197 206 base05
11 | 205 211 222 base06
12 | 216 222 233 base07
13 | 236 95 103 base08
14 | 249 145 87 base09
15 | 250 200 99 base0A
16 | 153 199 148 base0B
17 | 95 179 179 base0C
18 | 102 153 204 base0D
19 | 197 148 197 base0E
20 | 171 121 103 base0F
--------------------------------------------------------------------------------
/gnome-terminal/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Gnome Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | [[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="Base 16 Oceanic Next Dark"
6 | [[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="base-16-oceanicnext-dark"
7 | [[ -z "$DCONF" ]] && DCONF=dconf
8 | [[ -z "$UUIDGEN" ]] && UUIDGEN=uuidgen
9 |
10 | dset() {
11 | local key="$1"; shift
12 | local val="$1"; shift
13 |
14 | if [[ "$type" == "string" ]]; then
15 | val="'$val'"
16 | fi
17 |
18 | "$DCONF" write "$PROFILE_KEY/$key" "$val"
19 | }
20 |
21 | # because dconf still doesn't have "append"
22 | dlist_append() {
23 | local key="$1"; shift
24 | local val="$1"; shift
25 |
26 | local entries="$(
27 | {
28 | "$DCONF" read "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
29 | echo "'$val'"
30 | } | head -c-1 | tr "\n" ,
31 | )"
32 |
33 | "$DCONF" write "$key" "[$entries]"
34 | }
35 |
36 | # Newest versions of gnome-terminal use dconf
37 | if which "$DCONF" > /dev/null 2>&1; then
38 | [[ -z "$BASE_KEY_NEW" ]] && BASE_KEY_NEW=/org/gnome/terminal/legacy/profiles:
39 |
40 | if [[ -n "`$DCONF list $BASE_KEY_NEW/`" ]]; then
41 | if which "$UUIDGEN" > /dev/null 2>&1; then
42 | PROFILE_SLUG=`uuidgen`
43 | fi
44 |
45 | if [[ -n "`$DCONF read $BASE_KEY_NEW/default`" ]]; then
46 | DEFAULT_SLUG=`$DCONF read $BASE_KEY_NEW/default | tr -d \'`
47 | else
48 | DEFAULT_SLUG=`$DCONF list $BASE_KEY_NEW/ | grep '^:' | head -n1 | tr -d :/`
49 | fi
50 |
51 | DEFAULT_KEY="$BASE_KEY_NEW/:$DEFAULT_SLUG"
52 | PROFILE_KEY="$BASE_KEY_NEW/:$PROFILE_SLUG"
53 |
54 | # copy existing settings from default profile
55 | $DCONF dump "$DEFAULT_KEY/" | $DCONF load "$PROFILE_KEY/"
56 |
57 | # add new copy to list of profiles
58 | dlist_append $BASE_KEY_NEW/list "$PROFILE_SLUG"
59 |
60 | # update profile values with theme options
61 | dset visible-name "'$PROFILE_NAME'"
62 | dset palette "['#1B2B34', '#EC5f67', '#99C794', '#FAC863', '#6699CC', '#C594C5', '#5FB3B3', '#C0C5CE', '#65737E', '#EC5f67', '#99C794', '#FAC863', '#6699CC', '#C594C5', '#5FB3B3', '#D8DEE9']"
63 | dset background-color "'#1B2B34'"
64 | dset foreground-color "'#C0C5CE'"
65 | dset bold-color "'#C0C5CE'"
66 | dset bold-color-same-as-fg "true"
67 | dset use-theme-colors "false"
68 | dset use-theme-background "false"
69 |
70 | unset PROFILE_NAME
71 | unset PROFILE_SLUG
72 | unset DCONF
73 | unset UUIDGEN
74 | exit 0
75 | fi
76 | fi
77 |
78 | # Fallback for Gnome 2 and early Gnome 3
79 | [[ -z "$GCONFTOOL" ]] && GCONFTOOL=gconftool
80 | [[ -z "$BASE_KEY" ]] && BASE_KEY=/apps/gnome-terminal/profiles
81 |
82 | PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
83 |
84 | gset() {
85 | local type="$1"; shift
86 | local key="$1"; shift
87 | local val="$1"; shift
88 |
89 | "$GCONFTOOL" --set --type "$type" "$PROFILE_KEY/$key" -- "$val"
90 | }
91 |
92 | # Because gconftool doesn't have "append"
93 | glist_append() {
94 | local type="$1"; shift
95 | local key="$1"; shift
96 | local val="$1"; shift
97 |
98 | local entries="$(
99 | {
100 | "$GCONFTOOL" --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
101 | echo "$val"
102 | } | head -c-1 | tr "\n" ,
103 | )"
104 |
105 | "$GCONFTOOL" --set --type list --list-type $type "$key" "[$entries]"
106 | }
107 |
108 | # Append the Base16 profile to the profile list
109 | glist_append string /apps/gnome-terminal/global/profile_list "$PROFILE_SLUG"
110 |
111 | gset string visible_name "$PROFILE_NAME"
112 | gset string palette "#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9"
113 | gset string background_color "#1B2B34"
114 | gset string foreground_color "#C0C5CE"
115 | gset string bold_color "#C0C5CE"
116 | gset bool bold_color_same_as_fg "true"
117 | gset bool use_theme_colors "false"
118 | gset bool use_theme_background "false"
119 |
120 | unset PROFILE_NAME
121 | unset PROFILE_SLUG
122 | unset DCONF
123 | unset UUIDGEN
124 |
--------------------------------------------------------------------------------
/gnome-terminal/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Gnome Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | [[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="Base 16 Oceanic Next Light"
6 | [[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="base-16-oceanicnext-light"
7 | [[ -z "$DCONF" ]] && DCONF=dconf
8 | [[ -z "$UUIDGEN" ]] && UUIDGEN=uuidgen
9 |
10 | dset() {
11 | local key="$1"; shift
12 | local val="$1"; shift
13 |
14 | if [[ "$type" == "string" ]]; then
15 | val="'$val'"
16 | fi
17 |
18 | "$DCONF" write "$PROFILE_KEY/$key" "$val"
19 | }
20 |
21 | # because dconf still doesn't have "append"
22 | dlist_append() {
23 | local key="$1"; shift
24 | local val="$1"; shift
25 |
26 | local entries="$(
27 | {
28 | "$DCONF" read "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
29 | echo "'$val'"
30 | } | head -c-1 | tr "\n" ,
31 | )"
32 |
33 | "$DCONF" write "$key" "[$entries]"
34 | }
35 |
36 | # Newest versions of gnome-terminal use dconf
37 | if which "$DCONF" > /dev/null 2>&1; then
38 | [[ -z "$BASE_KEY_NEW" ]] && BASE_KEY_NEW=/org/gnome/terminal/legacy/profiles:
39 |
40 | if [[ -n "`$DCONF list $BASE_KEY_NEW/`" ]]; then
41 | if which "$UUIDGEN" > /dev/null 2>&1; then
42 | PROFILE_SLUG=`uuidgen`
43 | fi
44 |
45 | if [[ -n "`$DCONF read $BASE_KEY_NEW/default`" ]]; then
46 | DEFAULT_SLUG=`$DCONF read $BASE_KEY_NEW/default | tr -d \'`
47 | else
48 | DEFAULT_SLUG=`$DCONF list $BASE_KEY_NEW/ | grep '^:' | head -n1 | tr -d :/`
49 | fi
50 |
51 | DEFAULT_KEY="$BASE_KEY_NEW/:$DEFAULT_SLUG"
52 | PROFILE_KEY="$BASE_KEY_NEW/:$PROFILE_SLUG"
53 |
54 | # copy existing settings from default profile
55 | $DCONF dump "$DEFAULT_KEY/" | $DCONF load "$PROFILE_KEY/"
56 |
57 | # add new copy to list of profiles
58 | dlist_append $BASE_KEY_NEW/list "$PROFILE_SLUG"
59 |
60 | # update profile values with theme options
61 | dset visible-name "'$PROFILE_NAME'"
62 | dset palette "'#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9'"
63 | dset palette "'#D8DEE9:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#1B2B34'"
64 | dset background-color "'#D8DEE9'"
65 | dset foreground-color "'#4F5B66'"
66 | dset bold-color "'#4F5B66'"
67 | dset bold-color-same-as-fg "true"
68 | dset use-theme-colors "false"
69 | dset use-theme-background "false"
70 |
71 | unset PROFILE_NAME
72 | unset PROFILE_SLUG
73 | unset DCONF
74 | unset UUIDGEN
75 | exit 0
76 | fi
77 | fi
78 |
79 | # Fallback for Gnome 2 and early Gnome 3
80 | [[ -z "$GCONFTOOL" ]] && GCONFTOOL=gconftool
81 | [[ -z "$BASE_KEY" ]] && BASE_KEY=/apps/gnome-terminal/profiles
82 |
83 | PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
84 |
85 | gset() {
86 | local type="$1"; shift
87 | local key="$1"; shift
88 | local val="$1"; shift
89 |
90 | "$GCONFTOOL" --set --type "$type" "$PROFILE_KEY/$key" -- "$val"
91 | }
92 |
93 | # Because gconftool doesn't have "append"
94 | glist_append() {
95 | local type="$1"; shift
96 | local key="$1"; shift
97 | local val="$1"; shift
98 |
99 | local entries="$(
100 | {
101 | "$GCONFTOOL" --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
102 | echo "$val"
103 | } | head -c-1 | tr "\n" ,
104 | )"
105 |
106 | "$GCONFTOOL" --set --type list --list-type $type "$key" "[$entries]"
107 | }
108 |
109 | # Append the Base16 profile to the profile list
110 | glist_append string /apps/gnome-terminal/global/profile_list "$PROFILE_SLUG"
111 |
112 | gset string visible_name "$PROFILE_NAME"
113 | gset string palette "#D8DEE9:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#1B2B34"
114 | gset string background_color "#D8DEE9"
115 | gset string foreground_color "#4F5B66"
116 | gset string bold_color "#4F5B66"
117 | gset bool bold_color_same_as_fg "true"
118 | gset bool use_theme_colors "false"
119 | gset bool use_theme_background "false"
120 |
121 | unset PROFILE_NAME
122 | unset PROFILE_SLUG
123 | unset DCONF
124 | unset UUIDGEN
125 |
--------------------------------------------------------------------------------
/guake/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Guake Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 |
6 | gconftool-2 -s -t string /apps/guake/style/background/color "#1B1B2B2B3434"
7 | gconftool-2 -s -t string /apps/guake/style/font/color "#C0C0C5C5CECE"
8 | gconftool-2 -s -t string /apps/guake/style/font/palette "#1B1B2B2B3434:#ECEC5f5f6767:#9999C7C79494:#FAFAC8C86363:#66669999CCCC:#C5C59494C5C5:#5F5FB3B3B3B3:#C0C0C5C5CECE:#656573737E7E:#ECEC5f5f6767:#9999C7C79494:#FAFAC8C86363:#66669999CCCC:#C5C59494C5C5:#5F5FB3B3B3B3:#D8D8DEDEE9E9"
9 |
--------------------------------------------------------------------------------
/guake/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Guake Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 |
6 | gconftool-2 -s -t string /apps/guake/style/background/color "#D8D8DEDEE9E9"
7 | gconftool-2 -s -t string /apps/guake/style/font/color "#4F4F5B5B6666"
8 | gconftool-2 -s -t string /apps/guake/style/font/palette "#D8D8DEDEE9E9:#ECEC5f5f6767:#9999C7C79494:#FAFAC8C86363:#66669999CCCC:#C5C59494C5C5:#5F5FB3B3B3B3:#C0C0C5C5CECE:#656573737E7E:#ECEC5f5f6767:#9999C7C79494:#FAFAC8C86363:#66669999CCCC:#C5C59494C5C5:#5F5FB3B3B3B3:#1B1B2B2B3434"
9 |
--------------------------------------------------------------------------------
/highlight.js/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | highlight.js v8.0 template by Jan T. Sott (https://github.com/idleberg/base16-highlight.js)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | /* Oceanic Next Comment */
12 | .hljs-comment,
13 | .hljs-title {
14 | color: #A7ADBA;
15 | }
16 |
17 | /* Oceanic Next Red */
18 | .hljs-variable,
19 | .hljs-attribute,
20 | .hljs-tag,
21 | .hljs-regexp,
22 | .ruby .hljs-constant,
23 | .xml .hljs-tag .hljs-title,
24 | .xml .hljs-pi,
25 | .xml .hljs-doctype,
26 | .html .hljs-doctype,
27 | .css .hljs-id,
28 | .css .hljs-class,
29 | .css .hljs-pseudo {
30 | color: #EC5f67;
31 | }
32 |
33 | /* Oceanic Next Orange */
34 | .hljs-number,
35 | .hljs-preprocessor,
36 | .hljs-built_in,
37 | .hljs-literal,
38 | .hljs-params,
39 | .hljs-constant {
40 | color: #F99157;
41 | }
42 |
43 | /* Oceanic Next Yellow */
44 | .ruby .hljs-class .hljs-title,
45 | .css .hljs-rules .hljs-attribute {
46 | color: #FAC863;
47 | }
48 |
49 | /* Oceanic Next Green */
50 | .hljs-string,
51 | .hljs-value,
52 | .hljs-inheritance,
53 | .hljs-header,
54 | .ruby .hljs-symbol,
55 | .xml .hljs-cdata {
56 | color: #99C794;
57 | }
58 |
59 | /* Oceanic Next Aqua */
60 | .css .hljs-hexcolor {
61 | color: #5FB3B3;
62 | }
63 |
64 | /* Oceanic Next Blue */
65 | .hljs-function,
66 | .python .hljs-decorator,
67 | .python .hljs-title,
68 | .ruby .hljs-function .hljs-title,
69 | .ruby .hljs-title .hljs-keyword,
70 | .perl .hljs-sub,
71 | .javascript .hljs-title,
72 | .coffeescript .hljs-title {
73 | color: #6699CC;
74 | }
75 |
76 | /* Oceanic Next Purple */
77 | .hljs-keyword,
78 | .javascript .hljs-function {
79 | color: #C594C5;
80 | }
81 |
82 | .hljs {
83 | display: block;
84 | background: #1B2B34;
85 | color: #C0C5CE;
86 | padding: 0.5em;
87 | }
88 |
89 | .coffeescript .javascript,
90 | .javascript .xml,
91 | .tex .hljs-formula,
92 | .xml .javascript,
93 | .xml .vbscript,
94 | .xml .css,
95 | .xml .hljs-cdata {
96 | opacity: 0.5;
97 | }
98 |
--------------------------------------------------------------------------------
/highlight.js/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | highlight.js v8.0 template by Jan T. Sott (https://github.com/idleberg/base16-highlight.js)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | /* Oceanic Next Comment */
12 | .hljs-comment,
13 | .hljs-title {
14 | color: #65737E;
15 | }
16 |
17 | /* Oceanic Next Red */
18 | .hljs-variable,
19 | .hljs-attribute,
20 | .hljs-tag,
21 | .hljs-regexp,
22 | .ruby .hljs-constant,
23 | .xml .hljs-tag .hljs-title,
24 | .xml .hljs-pi,
25 | .xml .hljs-doctype,
26 | .html .hljs-doctype,
27 | .css .hljs-id,
28 | .css .hljs-class,
29 | .css .hljs-pseudo {
30 | color: #EC5f67;
31 | }
32 |
33 | /* Oceanic Next Orange */
34 | .hljs-number,
35 | .hljs-preprocessor,
36 | .hljs-built_in,
37 | .hljs-literal,
38 | .hljs-params,
39 | .hljs-constant {
40 | color: #F99157;
41 | }
42 |
43 | /* Oceanic Next Yellow */
44 | .ruby .hljs-class .hljs-title,
45 | .css .hljs-rules .hljs-attribute {
46 | color: #FAC863;
47 | }
48 |
49 | /* Oceanic Next Green */
50 | .hljs-string,
51 | .hljs-value,
52 | .hljs-inheritance,
53 | .hljs-header,
54 | .ruby .hljs-symbol,
55 | .xml .hljs-cdata {
56 | color: #99C794;
57 | }
58 |
59 | /* Oceanic Next Aqua */
60 | .css .hljs-hexcolor {
61 | color: #5FB3B3;
62 | }
63 |
64 | /* Oceanic Next Blue */
65 | .hljs-function,
66 | .python .hljs-decorator,
67 | .python .hljs-title,
68 | .ruby .hljs-function .hljs-title,
69 | .ruby .hljs-title .hljs-keyword,
70 | .perl .hljs-sub,
71 | .javascript .hljs-title,
72 | .coffeescript .hljs-title {
73 | color: #6699CC;
74 | }
75 |
76 | /* Oceanic Next Purple */
77 | .hljs-keyword,
78 | .javascript .hljs-function {
79 | color: #C594C5;
80 | }
81 |
82 | .hljs {
83 | display: block;
84 | background: #D8DEE9;
85 | color: #4F5B66;
86 | padding: 0.5em;
87 | }
88 |
89 | .coffeescript .javascript,
90 | .javascript .xml,
91 | .tex .hljs-formula,
92 | .xml .javascript,
93 | .xml .vbscript,
94 | .xml .css,
95 | .xml .hljs-cdata {
96 | opacity: 0.5;
97 | }
--------------------------------------------------------------------------------
/highlighting-kate/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /* Base16 Oceanic Next
2 | Scheme: Dmitri Voronianski (http://pixelhunter.me) */
3 |
4 | table.sourceCode, tr.sourceCode, td.sourceCode, table.sourceCode pre
5 | { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; background-color: #1B2B34; color: #C0C5CE }
6 | td.nums { text-align: right; padding-right: 5px; padding-left: 5px; background-color: #343D46; }
7 | td.sourceCode { padding-left: 5px; }
8 | code.sourceCode { background-color: #1B2B34; }
9 | pre.sourceCode { background-color: #1B2B34; line-height: 125% }
10 | td.nums pre { background-color: #343D46; line-height: 125% }
11 | code.sourceCode span.kw { color: #6699CC; font-weight: bold } /* Keyword */
12 | code.sourceCode span.dt { color: #C594C5} /* Keyword.Type */
13 | code.sourceCode span.dv { color: #F99157 } /* Literal.Number.Integer */
14 | code.sourceCode span.bn { color: #F99157 } /* Literal.Number.Hex */
15 | code.sourceCode span.fl { color: #F99157 } /* Literal.Number.Float */
16 | code.sourceCode span.ch { color: #99C794} /* Literal.String.Char */
17 | code.sourceCode span.st { color: #99C794 } /* Literal.String */
18 | code.sourceCode span.co { color: #65737E } /* Comment */
19 | code.sourceCode span.ot { color: #AB7967 } /* Comment.Preproc */
20 | code.sourceCode span.al { color: #C594C5 } /* Generic.Error */
21 | code.sourceCode span.fu { color: #FAC863 } /* Name.Function */
22 | code.sourceCode span.re { color: #5FB3B3}
23 | code.sourceCode span.er { color: #EC5f67; border: 1px solid #C594C5 } /* Error */
24 |
--------------------------------------------------------------------------------
/highlighting-kate/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /* Base16 Oceanic Next
2 | Scheme: Dmitri Voronianski (http://pixelhunter.me) */
3 |
4 | table.sourceCode, tr.sourceCode, td.sourceCode, table.sourceCode pre
5 | { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; background-color: #D8DEE9; color: #4F5B66 }
6 | td.nums { text-align: right; padding-right: 5px; padding-left: 5px; background-color: #CDD3DE; }
7 | td.sourceCode { padding-left: 5px; }
8 | code.sourceCode { background-color: #D8DEE9; }
9 | pre.sourceCode { background-color: #D8DEE9; line-height: 125% }
10 | td.nums pre { background-color: #CDD3DE; line-height: 125% }
11 | code.sourceCode span.kw { color: #6699CC; font-weight: bold } /* Keyword */
12 | code.sourceCode span.dt { color: #C594C5} /* Keyword.Type */
13 | code.sourceCode span.dv { color: #F99157 } /* Literal.Number.Integer */
14 | code.sourceCode span.bn { color: #F99157 } /* Literal.Number.Hex */
15 | code.sourceCode span.fl { color: #F99157 } /* Literal.Number.Float */
16 | code.sourceCode span.ch { color: #99C794} /* Literal.String.Char */
17 | code.sourceCode span.st { color: #99C794 } /* Literal.String */
18 | code.sourceCode span.co { color: #65737E } /* Comment */
19 | code.sourceCode span.ot { color: #AB7967 } /* Comment.Preproc */
20 | code.sourceCode span.al { color: #C594C5 } /* Generic.Error */
21 | code.sourceCode span.fu { color: #FAC863 } /* Name.Function */
22 | code.sourceCode span.re { color: #5FB3B3}
23 | code.sourceCode span.er { color: #EC5f67; border: 1px solid #C594C5 } /* Error */
24 |
--------------------------------------------------------------------------------
/ipython-notebook/base16-oceanicnext-dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | CodeMirror template adapted for IPython Notebook by Nikhil Sonnad (https://github.com/nsonnad/base16-ipython-notebook)
7 | CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
8 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
9 |
10 | */
11 |
12 | /* Uncomment to use a custom font
13 | div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper, div.prompt {
14 | font-family: 'Custom Font Name', monospace !important;
15 | }
16 | */
17 |
18 | /* GLOBALS */
19 | body {background-color: #1B2B34;}
20 | a {color: #6699CC;}
21 |
22 | /* INTRO PAGE */
23 | .toolbar_info, .list_container {color: #CDD3DE;}
24 |
25 | /* NOTEBOOK */
26 |
27 | /* comment out this line to bring the toolbar back */
28 | div#maintoolbar, div#header {display: none !important;}
29 |
30 | div#notebook {border-top: none;}
31 |
32 | div.input_prompt {color: #AB7967;}
33 | div.output_prompt {color: #C594C5;}
34 | div.input_area {
35 | border-radius: 0px;
36 | border: 1px solid #4F5B66;
37 | }
38 | div.output_area pre {font-weight: normal; color: #C0C5CE;}
39 |
40 | .rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
41 | border: 1px #C0C5CE solid;
42 | color: #C0C5CE;
43 | }
44 | div.output_html { font-family: sans-serif; }
45 | table.dataframe tr {border: 1px #C0C5CE;}
46 |
47 | div.cell.selected {border-radius: 0px;}
48 | div.cell.edit_mode {border-radius: 0px; border: thin solid #C594C5;}
49 | div.text_cell_render, div.output_html {color: #C0C5CE;}
50 |
51 | span.ansiblack {color: #343D46;}
52 | span.ansiblue {color: #5FB3B3;}
53 | span.ansigray {color: #A7ADBA;}
54 | span.ansigreen {color: #99C794;}
55 | span.ansipurple {color: #C594C5;}
56 | span.ansired {color: #EC5f67;}
57 | span.ansiyellow {color: #FAC863;}
58 |
59 | div.output_stderr {background-color: #EC5f67;}
60 | div.output_stderr pre {color: #CDD3DE;}
61 |
62 | .cm-s-ipython.CodeMirror {background: #1B2B34; color: #CDD3DE;}
63 | .cm-s-ipython div.CodeMirror-selected {background: #343D46 !important;}
64 | .cm-s-ipython .CodeMirror-gutters {background: #1B2B34; border-right: 0px;}
65 | .cm-s-ipython .CodeMirror-linenumber {color: #65737E;}
66 | .cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #A7ADBA !important;}
67 |
68 | .cm-s-ipython span.cm-comment {color: #AB7967;}
69 | .cm-s-ipython span.cm-atom {color: #C594C5;}
70 | .cm-s-ipython span.cm-number {color: #C594C5;}
71 |
72 | .cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #99C794;}
73 | .cm-s-ipython span.cm-keyword {color: #EC5f67;}
74 | .cm-s-ipython span.cm-string {color: #FAC863;}
75 | .cm-s-ipython span.cm-operator {color: #AB7967;}
76 | .cm-s-ipython span.cm-builtin {color: #C594C5;}
77 |
78 | .cm-s-ipython span.cm-variable {color: #99C794;}
79 | .cm-s-ipython span.cm-variable-2 {color: #6699CC;}
80 | .cm-s-ipython span.cm-def {color: #F99157;}
81 | .cm-s-ipython span.cm-error {background: #EC5f67; color: #A7ADBA;}
82 | .cm-s-ipython span.cm-bracket {color: #C0C5CE;}
83 | .cm-s-ipython span.cm-tag {color: #EC5f67;}
84 | .cm-s-ipython span.cm-link {color: #C594C5;}
85 |
86 | .cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #CDD3DE !important;}
87 |
--------------------------------------------------------------------------------
/ipython-notebook/base16-oceanicnext-light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | CodeMirror template adapted for IPython Notebook by Nikhil Sonnad (https://github.com/nsonnad/base16-ipython-notebook)
7 | CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
8 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
9 |
10 | */
11 |
12 | /* Uncomment to use a custom font
13 | div#notebook, div.CodeMirror, div.output_area pre, div.output_wrapper, div.prompt {
14 | font-family: 'Custom Font Name', monospace !important;
15 | }
16 | */
17 |
18 | /* GLOBALS */
19 | body {background-color: #D8DEE9;}
20 | a {color: #6699CC;}
21 |
22 | /* INTRO PAGE */
23 | .toolbar_info, .list-container {color: #343D46;}
24 |
25 | /* NOTEBOOK */
26 |
27 | /* comment out this line to bring the toolbar back */
28 | div#maintoolbar, div#header {display: none !important;}
29 |
30 | div#notebook {border-top: none;}
31 |
32 | div.input_prompt {color: #C594C5;}
33 | div.output_prompt {color: #AB7967;}
34 | div.input_area {
35 | border-radius: 0px;
36 | border: 1px solid #C0C5CE;
37 | }
38 | div.output_area pre {font-weight: normal; color: #4F5B66;}
39 |
40 | .rendered_html table, .rendered_html th, .rendered_html tr, .rendered_html td {
41 | border: 1px #65737E solid;
42 | color: #65737E;
43 | }
44 | div.output_html { font-family: sans-serif; }
45 | table.dataframe tr {border: 1px #4F5B66;}
46 |
47 | div.cell.selected {border-radius: 0px;}
48 | div.cell.edit_mode {border-radius: 0px; border: thin solid #AB7967;}
49 | div.text_cell_render, div.output_html {color: #4F5B66;}
50 |
51 | span.ansiblack {color: #343D46;}
52 | span.ansiblue {color: #5FB3B3;}
53 | span.ansigray {color: #A7ADBA;}
54 | span.ansigreen {color: #99C794;}
55 | span.ansipurple {color: #C594C5;}
56 | span.ansired {color: #EC5f67;}
57 | span.ansiyellow {color: #FAC863;}
58 |
59 | div.output_stderr {background-color: #EC5f67;}
60 | div.output_stderr pre {color: #CDD3DE;}
61 |
62 | .cm-s-ipython.CodeMirror {background: #D8DEE9; color: #343D46;}
63 | .cm-s-ipython div.CodeMirror-selected {background: #CDD3DE !important;}
64 | .cm-s-ipython .CodeMirror-gutters {background: #D8DEE9; border-right: 0px;}
65 | .cm-s-ipython .CodeMirror-linenumber {color: #A7ADBA;}
66 | .cm-s-ipython .CodeMirror-cursor {border-left: 1px solid #65737E !important;}
67 |
68 | .cm-s-ipython span.cm-comment {color: #AB7967;}
69 | .cm-s-ipython span.cm-atom {color: #C594C5;}
70 | .cm-s-ipython span.cm-number {color: #C594C5;}
71 |
72 | .cm-s-ipython span.cm-property, .cm-s-ipython span.cm-attribute {color: #99C794;}
73 | .cm-s-ipython span.cm-keyword {color: #EC5f67;}
74 | .cm-s-ipython span.cm-string {color: #FAC863;}
75 | .cm-s-ipython span.cm-operator {color: #AB7967;}
76 | .cm-s-ipython span.cm-builtin {color: #C594C5;}
77 |
78 | .cm-s-ipython span.cm-variable {color: #99C794;}
79 | .cm-s-ipython span.cm-variable-2 {color: #6699CC;}
80 | .cm-s-ipython span.cm-def {color: #F99157;}
81 | .cm-s-ipython span.cm-error {background: #EC5f67; color: #65737E;}
82 | .cm-s-ipython span.cm-bracket {color: #4F5B66;}
83 | .cm-s-ipython span.cm-tag {color: #EC5f67;}
84 | .cm-s-ipython span.cm-link {color: #C594C5;}
85 |
86 | .cm-s-ipython .CodeMirror-matchingbracket { text-decoration: underline; color: #343D46 !important;}
87 |
--------------------------------------------------------------------------------
/iterm2/base16-oceanicnext.dark.256.itermcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Ansi 0 Color
6 |
7 | Color Space
8 | sRGB
9 | Blue Component
10 | 0.20392156862745098
11 | Green Component
12 | 0.16862745098039217
13 | Red Component
14 | 0.10588235294117647
15 |
16 | Ansi 1 Color
17 |
18 | Color Space
19 | sRGB
20 | Blue Component
21 | 0.403921568627451
22 | Green Component
23 | 0.37254901960784315
24 | Red Component
25 | 0.9254901960784314
26 |
27 | Ansi 10 Color
28 |
29 | Color Space
30 | sRGB
31 | Blue Component
32 | 0.5803921568627451
33 | Green Component
34 | 0.7803921568627451
35 | Red Component
36 | 0.6
37 |
38 | Ansi 11 Color
39 |
40 | Color Space
41 | sRGB
42 | Blue Component
43 | 0.38823529411764707
44 | Green Component
45 | 0.7843137254901961
46 | Red Component
47 | 0.9803921568627451
48 |
49 | Ansi 12 Color
50 |
51 | Color Space
52 | sRGB
53 | Blue Component
54 | 0.8
55 | Green Component
56 | 0.6
57 | Red Component
58 | 0.4
59 |
60 | Ansi 13 Color
61 |
62 | Color Space
63 | sRGB
64 | Blue Component
65 | 0.7725490196078432
66 | Green Component
67 | 0.5803921568627451
68 | Red Component
69 | 0.7725490196078432
70 |
71 | Ansi 14 Color
72 |
73 | Color Space
74 | sRGB
75 | Blue Component
76 | 0.7019607843137254
77 | Green Component
78 | 0.7019607843137254
79 | Red Component
80 | 0.37254901960784315
81 |
82 | Ansi 15 Color
83 |
84 | Color Space
85 | sRGB
86 | Blue Component
87 | 0.9137254901960784
88 | Green Component
89 | 0.8705882352941177
90 | Red Component
91 | 0.8470588235294118
92 |
93 | Ansi 2 Color
94 |
95 | Color Space
96 | sRGB
97 | Blue Component
98 | 0.5803921568627451
99 | Green Component
100 | 0.7803921568627451
101 | Red Component
102 | 0.6
103 |
104 | Ansi 3 Color
105 |
106 | Color Space
107 | sRGB
108 | Blue Component
109 | 0.38823529411764707
110 | Green Component
111 | 0.7843137254901961
112 | Red Component
113 | 0.9803921568627451
114 |
115 | Ansi 4 Color
116 |
117 | Color Space
118 | sRGB
119 | Blue Component
120 | 0.8
121 | Green Component
122 | 0.6
123 | Red Component
124 | 0.4
125 |
126 | Ansi 5 Color
127 |
128 | Color Space
129 | sRGB
130 | Blue Component
131 | 0.7725490196078432
132 | Green Component
133 | 0.5803921568627451
134 | Red Component
135 | 0.7725490196078432
136 |
137 | Ansi 6 Color
138 |
139 | Color Space
140 | sRGB
141 | Blue Component
142 | 0.7019607843137254
143 | Green Component
144 | 0.7019607843137254
145 | Red Component
146 | 0.37254901960784315
147 |
148 | Ansi 7 Color
149 |
150 | Color Space
151 | sRGB
152 | Blue Component
153 | 0.807843137254902
154 | Green Component
155 | 0.7725490196078432
156 | Red Component
157 | 0.7529411764705882
158 |
159 | Ansi 8 Color
160 |
161 | Color Space
162 | sRGB
163 | Blue Component
164 | 0.49411764705882355
165 | Green Component
166 | 0.45098039215686275
167 | Red Component
168 | 0.396078431372549
169 |
170 | Ansi 9 Color
171 |
172 | Color Space
173 | sRGB
174 | Blue Component
175 | 0.403921568627451
176 | Green Component
177 | 0.37254901960784315
178 | Red Component
179 | 0.9254901960784314
180 |
181 | Background Color
182 |
183 | Color Space
184 | sRGB
185 | Blue Component
186 | 0.20392156862745098
187 | Green Component
188 | 0.16862745098039217
189 | Red Component
190 | 0.10588235294117647
191 |
192 | Bold Color
193 |
194 | Color Space
195 | sRGB
196 | Blue Component
197 | 0.807843137254902
198 | Green Component
199 | 0.7725490196078432
200 | Red Component
201 | 0.7529411764705882
202 |
203 | Cursor Color
204 |
205 | Color Space
206 | sRGB
207 | Blue Component
208 | 0.807843137254902
209 | Green Component
210 | 0.7725490196078432
211 | Red Component
212 | 0.7529411764705882
213 |
214 | Cursor Text Color
215 |
216 | Color Space
217 | sRGB
218 | Blue Component
219 | 0.20392156862745098
220 | Green Component
221 | 0.16862745098039217
222 | Red Component
223 | 0.10588235294117647
224 |
225 | Foreground Color
226 |
227 | Color Space
228 | sRGB
229 | Blue Component
230 | 0.807843137254902
231 | Green Component
232 | 0.7725490196078432
233 | Red Component
234 | 0.7529411764705882
235 |
236 | Selected Text Color
237 |
238 | Color Space
239 | sRGB
240 | Blue Component
241 | 0.807843137254902
242 | Green Component
243 | 0.7725490196078432
244 | Red Component
245 | 0.7529411764705882
246 |
247 | Selection Color
248 |
249 | Color Space
250 | sRGB
251 | Blue Component
252 | 0.4
253 | Green Component
254 | 0.3568627450980392
255 | Red Component
256 | 0.30980392156862746
257 |
258 |
259 |
260 |
--------------------------------------------------------------------------------
/iterm2/base16-oceanicnext.light.256.itermcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Ansi 0 Color
6 |
7 | Color Space
8 | sRGB
9 | Blue Component
10 | 0.20392156862745098
11 | Green Component
12 | 0.16862745098039217
13 | Red Component
14 | 0.10588235294117647
15 |
16 | Ansi 1 Color
17 |
18 | Color Space
19 | sRGB
20 | Blue Component
21 | 0.403921568627451
22 | Green Component
23 | 0.37254901960784315
24 | Red Component
25 | 0.9254901960784314
26 |
27 | Ansi 10 Color
28 |
29 | Color Space
30 | sRGB
31 | Blue Component
32 | 0.5803921568627451
33 | Green Component
34 | 0.7803921568627451
35 | Red Component
36 | 0.6
37 |
38 | Ansi 11 Color
39 |
40 | Color Space
41 | sRGB
42 | Blue Component
43 | 0.38823529411764707
44 | Green Component
45 | 0.7843137254901961
46 | Red Component
47 | 0.9803921568627451
48 |
49 | Ansi 12 Color
50 |
51 | Color Space
52 | sRGB
53 | Blue Component
54 | 0.8
55 | Green Component
56 | 0.6
57 | Red Component
58 | 0.4
59 |
60 | Ansi 13 Color
61 |
62 | Color Space
63 | sRGB
64 | Blue Component
65 | 0.7725490196078432
66 | Green Component
67 | 0.5803921568627451
68 | Red Component
69 | 0.7725490196078432
70 |
71 | Ansi 14 Color
72 |
73 | Color Space
74 | sRGB
75 | Blue Component
76 | 0.7019607843137254
77 | Green Component
78 | 0.7019607843137254
79 | Red Component
80 | 0.37254901960784315
81 |
82 | Ansi 15 Color
83 |
84 | Color Space
85 | sRGB
86 | Blue Component
87 | 0.9137254901960784
88 | Green Component
89 | 0.8705882352941177
90 | Red Component
91 | 0.8470588235294118
92 |
93 | Ansi 2 Color
94 |
95 | Color Space
96 | sRGB
97 | Blue Component
98 | 0.5803921568627451
99 | Green Component
100 | 0.7803921568627451
101 | Red Component
102 | 0.6
103 |
104 | Ansi 3 Color
105 |
106 | Color Space
107 | sRGB
108 | Blue Component
109 | 0.38823529411764707
110 | Green Component
111 | 0.7843137254901961
112 | Red Component
113 | 0.9803921568627451
114 |
115 | Ansi 4 Color
116 |
117 | Color Space
118 | sRGB
119 | Blue Component
120 | 0.8
121 | Green Component
122 | 0.6
123 | Red Component
124 | 0.4
125 |
126 | Ansi 5 Color
127 |
128 | Color Space
129 | sRGB
130 | Blue Component
131 | 0.7725490196078432
132 | Green Component
133 | 0.5803921568627451
134 | Red Component
135 | 0.7725490196078432
136 |
137 | Ansi 6 Color
138 |
139 | Color Space
140 | sRGB
141 | Blue Component
142 | 0.7019607843137254
143 | Green Component
144 | 0.7019607843137254
145 | Red Component
146 | 0.37254901960784315
147 |
148 | Ansi 7 Color
149 |
150 | Color Space
151 | sRGB
152 | Blue Component
153 | 0.807843137254902
154 | Green Component
155 | 0.7725490196078432
156 | Red Component
157 | 0.7529411764705882
158 |
159 | Ansi 8 Color
160 |
161 | Color Space
162 | sRGB
163 | Blue Component
164 | 0.49411764705882355
165 | Green Component
166 | 0.45098039215686275
167 | Red Component
168 | 0.396078431372549
169 |
170 | Ansi 9 Color
171 |
172 | Color Space
173 | sRGB
174 | Blue Component
175 | 0.403921568627451
176 | Green Component
177 | 0.37254901960784315
178 | Red Component
179 | 0.9254901960784314
180 |
181 | Background Color
182 |
183 | Color Space
184 | sRGB
185 | Blue Component
186 | 0.9137254901960784
187 | Green Component
188 | 0.8705882352941177
189 | Red Component
190 | 0.8470588235294118
191 |
192 | Bold Color
193 |
194 | Color Space
195 | sRGB
196 | Blue Component
197 | 0.4
198 | Green Component
199 | 0.3568627450980392
200 | Red Component
201 | 0.30980392156862746
202 |
203 | Cursor Color
204 |
205 | Color Space
206 | sRGB
207 | Blue Component
208 | 0.4
209 | Green Component
210 | 0.3568627450980392
211 | Red Component
212 | 0.30980392156862746
213 |
214 | Cursor Text Color
215 |
216 | Color Space
217 | sRGB
218 | Blue Component
219 | 0.9137254901960784
220 | Green Component
221 | 0.8705882352941177
222 | Red Component
223 | 0.8470588235294118
224 |
225 | Foreground Color
226 |
227 | Color Space
228 | sRGB
229 | Blue Component
230 | 0.4
231 | Green Component
232 | 0.3568627450980392
233 | Red Component
234 | 0.30980392156862746
235 |
236 | Selected Text Color
237 |
238 | Color Space
239 | sRGB
240 | Blue Component
241 | 0.4
242 | Green Component
243 | 0.3568627450980392
244 | Red Component
245 | 0.30980392156862746
246 |
247 | Selection Color
248 |
249 | Color Space
250 | sRGB
251 | Blue Component
252 | 0.807843137254902
253 | Green Component
254 | 0.7725490196078432
255 | Red Component
256 | 0.7529411764705882
257 |
258 |
259 |
260 |
--------------------------------------------------------------------------------
/iterm2/base16-oceanicnext.light.itermcolors:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Ansi 0 Color
6 |
7 | Color Space
8 | sRGB
9 | Blue Component
10 | 0.20392156862745098
11 | Green Component
12 | 0.16862745098039217
13 | Red Component
14 | 0.10588235294117647
15 |
16 | Ansi 1 Color
17 |
18 | Color Space
19 | sRGB
20 | Blue Component
21 | 0.403921568627451
22 | Green Component
23 | 0.37254901960784315
24 | Red Component
25 | 0.9254901960784314
26 |
27 | Ansi 10 Color
28 |
29 | Color Space
30 | sRGB
31 | Blue Component
32 | 0.27450980392156865
33 | Green Component
34 | 0.23921568627450981
35 | Red Component
36 | 0.20392156862745098
37 |
38 | Ansi 11 Color
39 |
40 | Color Space
41 | sRGB
42 | Blue Component
43 | 0.4
44 | Green Component
45 | 0.3568627450980392
46 | Red Component
47 | 0.30980392156862746
48 |
49 | Ansi 12 Color
50 |
51 | Color Space
52 | sRGB
53 | Blue Component
54 | 0.7294117647058823
55 | Green Component
56 | 0.6784313725490196
57 | Red Component
58 | 0.6549019607843137
59 |
60 | Ansi 13 Color
61 |
62 | Color Space
63 | sRGB
64 | Blue Component
65 | 0.8705882352941177
66 | Green Component
67 | 0.8274509803921568
68 | Red Component
69 | 0.803921568627451
70 |
71 | Ansi 14 Color
72 |
73 | Color Space
74 | sRGB
75 | Blue Component
76 | 0.403921568627451
77 | Green Component
78 | 0.4745098039215686
79 | Red Component
80 | 0.6705882352941176
81 |
82 | Ansi 15 Color
83 |
84 | Color Space
85 | sRGB
86 | Blue Component
87 | 0.9137254901960784
88 | Green Component
89 | 0.8705882352941177
90 | Red Component
91 | 0.8470588235294118
92 |
93 | Ansi 2 Color
94 |
95 | Color Space
96 | sRGB
97 | Blue Component
98 | 0.5803921568627451
99 | Green Component
100 | 0.7803921568627451
101 | Red Component
102 | 0.6
103 |
104 | Ansi 3 Color
105 |
106 | Color Space
107 | sRGB
108 | Blue Component
109 | 0.38823529411764707
110 | Green Component
111 | 0.7843137254901961
112 | Red Component
113 | 0.9803921568627451
114 |
115 | Ansi 4 Color
116 |
117 | Color Space
118 | sRGB
119 | Blue Component
120 | 0.8
121 | Green Component
122 | 0.6
123 | Red Component
124 | 0.4
125 |
126 | Ansi 5 Color
127 |
128 | Color Space
129 | sRGB
130 | Blue Component
131 | 0.7725490196078432
132 | Green Component
133 | 0.5803921568627451
134 | Red Component
135 | 0.7725490196078432
136 |
137 | Ansi 6 Color
138 |
139 | Color Space
140 | sRGB
141 | Blue Component
142 | 0.7019607843137254
143 | Green Component
144 | 0.7019607843137254
145 | Red Component
146 | 0.37254901960784315
147 |
148 | Ansi 7 Color
149 |
150 | Color Space
151 | sRGB
152 | Blue Component
153 | 0.807843137254902
154 | Green Component
155 | 0.7725490196078432
156 | Red Component
157 | 0.7529411764705882
158 |
159 | Ansi 8 Color
160 |
161 | Color Space
162 | sRGB
163 | Blue Component
164 | 0.49411764705882355
165 | Green Component
166 | 0.45098039215686275
167 | Red Component
168 | 0.396078431372549
169 |
170 | Ansi 9 Color
171 |
172 | Color Space
173 | sRGB
174 | Blue Component
175 | 0.3411764705882353
176 | Green Component
177 | 0.5686274509803921
178 | Red Component
179 | 0.9764705882352941
180 |
181 | Background Color
182 |
183 | Color Space
184 | sRGB
185 | Blue Component
186 | 0.9137254901960784
187 | Green Component
188 | 0.8705882352941177
189 | Red Component
190 | 0.8470588235294118
191 |
192 | Bold Color
193 |
194 | Color Space
195 | sRGB
196 | Blue Component
197 | 0.4
198 | Green Component
199 | 0.3568627450980392
200 | Red Component
201 | 0.30980392156862746
202 |
203 | Cursor Color
204 |
205 | Color Space
206 | sRGB
207 | Blue Component
208 | 0.4
209 | Green Component
210 | 0.3568627450980392
211 | Red Component
212 | 0.30980392156862746
213 |
214 | Cursor Text Color
215 |
216 | Color Space
217 | sRGB
218 | Blue Component
219 | 0.9137254901960784
220 | Green Component
221 | 0.8705882352941177
222 | Red Component
223 | 0.8470588235294118
224 |
225 | Foreground Color
226 |
227 | Color Space
228 | sRGB
229 | Blue Component
230 | 0.4
231 | Green Component
232 | 0.3568627450980392
233 | Red Component
234 | 0.30980392156862746
235 |
236 | Selected Text Color
237 |
238 | Color Space
239 | sRGB
240 | Blue Component
241 | 0.4
242 | Green Component
243 | 0.3568627450980392
244 | Red Component
245 | 0.30980392156862746
246 |
247 | Selection Color
248 |
249 | Color Space
250 | sRGB
251 | Blue Component
252 | 0.807843137254902
253 | Green Component
254 | 0.7725490196078432
255 | Red Component
256 | 0.7529411764705882
257 |
258 |
259 |
260 |
--------------------------------------------------------------------------------
/konsole/base16-oceanicnext.colorscheme:
--------------------------------------------------------------------------------
1 |
2 | [Background]
3 | Color=27,43,52
4 |
5 | [BackgroundIntense]
6 | Color=121,132,142
7 |
8 | [Color0]
9 | Color=27,43,52
10 |
11 | [Color0Intense]
12 | Color=121,132,142
13 |
14 | [Color1]
15 | Color=236,95,103
16 |
17 | [Color1Intense]
18 | Color=226,158,168
19 |
20 | [Color2]
21 | Color=153,199,148
22 |
23 | [Color2Intense]
24 | Color=184,210,190
25 |
26 | [Color3]
27 | Color=250,200,99
28 |
29 | [Color3Intense]
30 | Color=233,211,166
31 |
32 | [Color4]
33 | Color=102,153,204
34 |
35 | [Color4Intense]
36 | Color=159,187,218
37 |
38 | [Color5]
39 | Color=197,148,197
40 |
41 | [Color5Intense]
42 | Color=206,185,215
43 |
44 | [Color6]
45 | Color=95,179,179
46 |
47 | [Color6Intense]
48 | Color=155,200,206
49 |
50 | [Color7]
51 | Color=192,197,206
52 |
53 | [Color7Intense]
54 | Color=204,209,219
55 |
56 | [Foreground]
57 | Color=192,197,206
58 |
59 | [ForegroundIntense]
60 | Color=204,209,219
61 |
62 | [General]
63 | Description=Base16 Oceanic Next
64 | Opacity=1
65 | Wallpaper=
66 |
--------------------------------------------------------------------------------
/konsole/base16-oceanicnext.scheme:
--------------------------------------------------------------------------------
1 | # schema for konsole (KDE3)
2 | # put in ~/.kde/share/apps/konsole/
3 |
4 | title = Base16 Oceanic Next
5 |
6 |
7 | # slot transparent bold
8 | # | red grn blu | |
9 | # V V--color--V V V
10 | color 0 192 197 206 0 0 # 0 - Foreground Color
11 | color 1 27 43 52 1 0 # 1 - Background Color
12 | color 2 27 43 52 0 0 # 2 - Color 0 (black)
13 | color 3 236 95 103 0 0 # 3 - Color 1 (red)
14 | color 4 153 199 148 0 0 # 3 - Color 2 (green)
15 | color 5 250 200 99 0 0 # 3 - Color 3 (yellow)
16 | color 6 102 153 204 0 0 # 3 - Color 4 (blue)
17 | color 7 197 148 197 0 0 # 3 - Color 5 (magenta)
18 | color 8 95 179 179 0 0 # 3 - Color 6 (cyan)
19 | color 9 192 197 206 0 0 # 3 - Color 7 (white)
20 | color 10 204 209 219 0 1 # 3 - Foreground Intensive Color
21 | color 11 121 132 142 1 0 # 3 - Background Intensive Color
22 | color 12 121 132 142 0 0 # 3 - Color 0 Intensive (grey)
23 | color 13 226 158 168 0 0 # 3 - Color 1 Intensive (light red)
24 | color 14 184 210 190 0 0 # 3 - Color 2 Intensive (light green)
25 | color 15 233 211 166 0 0 # 3 - Color 3 Intensive (light yellow)
26 | color 16 159 187 218 0 0 # 3 - Color 4 Intensive (light blue)
27 | color 17 206 185 215 0 0 # 3 - Color 5 Intensive (light magenta)
28 | color 18 155 200 206 0 0 # 3 - Color 6 Intensive (light cyan)
29 | color 19 204 209 219 0 0 # 3 - Color 7 Intensive (white)
30 |
--------------------------------------------------------------------------------
/mate-terminal/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Mate Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | [[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="Base 16 Oceanic Next Dark"
6 | [[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="base-16-oceanicnext-dark"
7 | [[ -z "$DCONFTOOL" ]] && DCONFTOOL=dconf
8 | [[ -z "$BASE_KEY" ]] && BASE_KEY=/org/mate/terminal/profiles
9 |
10 | PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
11 |
12 | dset() {
13 | local key="$1"; shift
14 | local val="$1"; shift
15 |
16 | "$DCONFTOOL" write "$PROFILE_KEY/$key" "$val"
17 | }
18 |
19 | # Because gconftool doesn't have "append"
20 | glist_append() {
21 | local key="$1"; shift
22 | local val="$1"; shift
23 |
24 | local entries="$(
25 | {
26 | "$DCONFTOOL" read "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
27 | echo "'$val'"
28 | } | head -c-1 | tr "\n" ,
29 | )"
30 |
31 | "$DCONFTOOL" write "$key" "[$entries]"
32 | }
33 |
34 | # Append the Base16 profile to the profile list
35 | glist_append /org/mate/terminal/global/profile-list "$PROFILE_SLUG"
36 |
37 | dset visible-name "'$PROFILE_NAME'"
38 | dset palette "'#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9'"
39 | dset background-color "'#1B2B34'"
40 | dset foreground-color "'#C0C5CE'"
41 | dset bold-color "'#C0C5CE'"
42 | dset bold-color-same-as-fg "true"
43 | dset use-theme-colors "false"
44 | dset use-theme-background "false"
45 |
--------------------------------------------------------------------------------
/mate-terminal/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Mate Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | [[ -z "$PROFILE_NAME" ]] && PROFILE_NAME="Base 16 Oceanic Next Light"
6 | [[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG="base-16-oceanicnext-light"
7 | [[ -z "$DCONFTOOL" ]] && DCONFTOOL=dconf
8 | [[ -z "$BASE_KEY" ]] && BASE_KEY=/org/mate/terminal/profiles
9 |
10 | PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
11 |
12 | dset() {
13 | local key="$1"; shift
14 | local val="$1"; shift
15 |
16 | "$DCONFTOOL" write "$PROFILE_KEY/$key" "$val"
17 | }
18 |
19 | # Because gconftool doesn't have "append"
20 | glist_append() {
21 | local key="$1"; shift
22 | local val="$1"; shift
23 |
24 | local entries="$(
25 | {
26 | "$DCONFTOOL" read "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
27 | echo "'$val'"
28 | } | head -c-1 | tr "\n" ,
29 | )"
30 |
31 | "$DCONFTOOL" write "$key" "[$entries]"
32 | }
33 |
34 | # Append the Base16 profile to the profile list
35 | glist_append /org/mate/terminal/global/profile-list "$PROFILE_SLUG"
36 |
37 | dset visible-name "'$PROFILE_NAME'"
38 | dset palette "'#D8DEE9:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#1B2B34'"
39 | dset background-color "'#D8DEE9'"
40 | dset foreground-color "'#4F5B66'"
41 | dset bold-color "'#4F5B66'"
42 | dset bold-color-same-as-fg "true"
43 | dset use-theme-colors "false"
44 | dset use-theme-background "false"
45 |
--------------------------------------------------------------------------------
/mintty/base16-oceanicnext.dark.256.minttyrc:
--------------------------------------------------------------------------------
1 | ForegroundColour=192,197,206
2 | BackgroundColour=27,43,52
3 | CursorColour=192,197,206
4 | Black=27,43,52
5 | Red=236,95,103
6 | BoldGreen=153,199,148
7 | BoldYellow=250,200,99
8 | BoldBlue=102,153,204
9 | BoldMagenta=197,148,197
10 | BoldCyan=95,179,179
11 | BoldWhite=216,222,233
12 | Green=153,199,148
13 | Yellow=250,200,99
14 | Blue=102,153,204
15 | Magenta=197,148,197
16 | Cyan=95,179,179
17 | White=192,197,206
18 | BoldBlack=101,115,126
19 | BoldRed=236,95,103
20 |
--------------------------------------------------------------------------------
/mintty/base16-oceanicnext.minttyrc:
--------------------------------------------------------------------------------
1 | ForegroundColour=192,197,206
2 | BackgroundColour=27,43,52
3 | CursorColour=192,197,206
4 | Black=27,43,52
5 | BoldBlack=101,115,126
6 | Red=236,95,103
7 | BoldRed=249,145,87
8 | Green=153,199,148
9 | BoldGreen=52,61,70
10 | Yellow=250,200,99
11 | BoldYellow=79,91,102
12 | Blue=102,153,204
13 | BoldBlue=167,173,186
14 | Magenta=197,148,197
15 | BoldMagenta=205,211,222
16 | Cyan=95,179,179
17 | BoldCyan=171,121,103
18 | White=192,197,206
19 | BoldWhite=216,222,233
--------------------------------------------------------------------------------
/mobaxterm/base16-oceanicnext.dark:
--------------------------------------------------------------------------------
1 | [Colors]
2 | DefaultColorScheme=1
3 | Black=27,43,52
4 | BoldBlack=101,115,126
5 | Red=236,95,103
6 | BoldRed=249,145,87
7 | Green=153,199,148
8 | BoldGreen=52,61,70
9 | Yellow=250,200,99
10 | BoldYellow=79,91,102
11 | Blue=102,153,204
12 | BoldBlue=167,173,186
13 | Magenta=197,148,197
14 | BoldMagenta=205,211,222
15 | Cyan=95,179,179
16 | BoldCyan=171,121,103
17 | White=192,197,206
18 | BoldWhite=216,222,233
19 | ForegroundColour=192,197,206
20 | BackgroundColour=27,43,52
21 | CursorColour=216,222,233
22 |
--------------------------------------------------------------------------------
/monodevelop/base16-oceanicnext.dark.xml:
--------------------------------------------------------------------------------
1 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/monodevelop/base16-oceanicnext.light.xml:
--------------------------------------------------------------------------------
1 |
3 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
--------------------------------------------------------------------------------
/mou/base16-oceanicnext.dark+.txt:
--------------------------------------------------------------------------------
1 | editor
2 | foreground: C0C5CE
3 | background: 1B2B34
4 | caret: C0C5CE
5 |
6 | editor-selection
7 | foreground: C0C5CE
8 | background: 4F5B66
9 |
10 | H1
11 | foreground: 6699CC
12 | font-style: bold
13 | font-size: 24px
14 |
15 | H2
16 | foreground: 6699CC
17 | font-style: bold
18 | font-size: 20px
19 |
20 | H3
21 | foreground: 6699CC
22 | font-size: 17px
23 |
24 | H4
25 | foreground: 6699CC
26 | font-size: 15px
27 |
28 | H5
29 | foreground: 6699CC
30 | font-size: 13px
31 |
32 | H6
33 | foreground: 6699CC
34 | font-size: 11px
35 |
36 | EMPH
37 | foreground: C594C5
38 | font-style: italic
39 |
40 | STRONG
41 | foreground: FAC863
42 | font-style: bold
43 |
44 | HRULE
45 | foreground: C0C5CE
46 | background: 4F5B66
47 |
48 | LIST_BULLET
49 | foreground: EC5f67
50 |
51 | LIST_ENUMERATOR
52 | foreground: EC5f67
53 |
54 | LINK
55 | foreground: F99157
56 |
57 | AUTO_LINK_URL
58 | foreground: 5FB3B3
59 |
60 | AUTO_LINK_EMAIL
61 | foreground: 5FB3B3
62 |
63 | REFERENCE
64 | foreground: A7ADBA
65 |
66 | IMAGE
67 | foreground: 5FB3B3
68 |
69 | CODE
70 | foreground: 99C794
71 |
72 | VERBATIM
73 | foreground: 99C794
74 |
75 | HTML_ENTITY
76 | foreground: AB7967
77 |
78 | COMMENT
79 | foreground: 65737E
80 |
81 | BLOCKQUOTE
82 | foreground: F99157
--------------------------------------------------------------------------------
/mou/base16-oceanicnext.dark.txt:
--------------------------------------------------------------------------------
1 | editor
2 | foreground: C0C5CE
3 | background: 1B2B34
4 | caret: C0C5CE
5 |
6 | editor-selection
7 | foreground: C0C5CE
8 | background: 4F5B66
9 |
10 | H1
11 | foreground: 6699CC
12 | font-style: bold
13 |
14 | H2
15 | foreground: 6699CC
16 | font-style: bold
17 |
18 | H3
19 | foreground: 6699CC
20 |
21 | H4
22 | foreground: 6699CC
23 |
24 | H5
25 | foreground: 6699CC
26 |
27 | H6
28 | foreground: 6699CC
29 |
30 | EMPH
31 | foreground: C594C5
32 | font-style: italic
33 |
34 | STRONG
35 | foreground: FAC863
36 | font-style: bold
37 |
38 | HRULE
39 | foreground: C0C5CE
40 | background: 4F5B66
41 |
42 | LIST_BULLET
43 | foreground: EC5f67
44 |
45 | LIST_ENUMERATOR
46 | foreground: EC5f67
47 |
48 | LINK
49 | foreground: F99157
50 |
51 | AUTO_LINK_URL
52 | foreground: 5FB3B3
53 |
54 | AUTO_LINK_EMAIL
55 | foreground: 5FB3B3
56 |
57 | REFERENCE
58 | foreground: A7ADBA
59 |
60 | IMAGE
61 | foreground: 5FB3B3
62 |
63 | CODE
64 | foreground: 99C794
65 |
66 | VERBATIM
67 | foreground: 99C794
68 |
69 | HTML_ENTITY
70 | foreground: AB7967
71 |
72 | COMMENT
73 | foreground: 65737E
74 |
75 | BLOCKQUOTE
76 | foreground: F99157
--------------------------------------------------------------------------------
/mou/base16-oceanicnext.light+.txt:
--------------------------------------------------------------------------------
1 | editor
2 | foreground: 4F5B66
3 | background: D8DEE9
4 | caret: 4F5B66
5 |
6 | editor-selection
7 | foreground: 4F5B66
8 | background: C0C5CE
9 |
10 | H1
11 | foreground: 6699CC
12 | font-style: bold
13 | font-size: 24px
14 |
15 | H2
16 | foreground: 6699CC
17 | font-style: bold
18 | font-size: 20px
19 |
20 | H3
21 | foreground: 6699CC
22 | font-size: 17px
23 |
24 | H4
25 | foreground: 6699CC
26 | font-size: 15px
27 |
28 | H5
29 | foreground: 6699CC
30 | font-size: 13px
31 |
32 | H6
33 | foreground: 6699CC
34 | font-size: 11px
35 |
36 | EMPH
37 | foreground: C594C5
38 | font-style: italic
39 |
40 | STRONG
41 | foreground: FAC863
42 | font-style: bold
43 |
44 | HRULE
45 | foreground: 4F5B66
46 | background: C0C5CE
47 |
48 | LIST_BULLET
49 | foreground: EC5f67
50 |
51 | LIST_ENUMERATOR
52 | foreground: EC5f67
53 |
54 | LINK
55 | foreground: F99157
56 |
57 | AUTO_LINK_URL
58 | foreground: 5FB3B3
59 |
60 | AUTO_LINK_EMAIL
61 | foreground: 5FB3B3
62 |
63 | REFERENCE
64 | foreground: A7ADBA
65 |
66 | IMAGE
67 | foreground: 5FB3B3
68 |
69 | CODE
70 | foreground: 99C794
71 |
72 | VERBATIM
73 | foreground: 99C794
74 |
75 | HTML_ENTITY
76 | foreground: AB7967
77 |
78 | COMMENT
79 | foreground: 65737E
80 |
81 | BLOCKQUOTE
82 | foreground: F99157
--------------------------------------------------------------------------------
/mou/base16-oceanicnext.light.txt:
--------------------------------------------------------------------------------
1 | editor
2 | foreground: 4F5B66
3 | background: D8DEE9
4 | caret: 4F5B66
5 |
6 | editor-selection
7 | foreground: 4F5B66
8 | background: C0C5CE
9 |
10 | H1
11 | foreground: 6699CC
12 | font-style: bold
13 |
14 | H2
15 | foreground: 6699CC
16 | font-style: bold
17 |
18 | H3
19 | foreground: 6699CC
20 |
21 | H4
22 | foreground: 6699CC
23 |
24 | H5
25 | foreground: 6699CC
26 |
27 | H6
28 | foreground: 6699CC
29 |
30 | EMPH
31 | foreground: C594C5
32 | font-style: italic
33 |
34 | STRONG
35 | foreground: FAC863
36 | font-style: bold
37 |
38 | HRULE
39 | foreground: 4F5B66
40 | background: C0C5CE
41 |
42 | LIST_BULLET
43 | foreground: EC5f67
44 |
45 | LIST_ENUMERATOR
46 | foreground: EC5f67
47 |
48 | LINK
49 | foreground: F99157
50 |
51 | AUTO_LINK_URL
52 | foreground: 5FB3B3
53 |
54 | AUTO_LINK_EMAIL
55 | foreground: 5FB3B3
56 |
57 | REFERENCE
58 | foreground: A7ADBA
59 |
60 | IMAGE
61 | foreground: 5FB3B3
62 |
63 | CODE
64 | foreground: 99C794
65 |
66 | VERBATIM
67 | foreground: 99C794
68 |
69 | HTML_ENTITY
70 | foreground: AB7967
71 |
72 | COMMENT
73 | foreground: 65737E
74 |
75 | BLOCKQUOTE
76 | foreground: F99157
--------------------------------------------------------------------------------
/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "base16-oceanic-next",
3 | "version": "1.0.0",
4 | "description": "A base16 version of oceanic-next",
5 | "author": "Will Binns-Smith",
6 | "license": "MIT",
7 | "devDependencies": {
8 | "pageres-cli": "^1.0.0"
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/pantheon-terminal/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Pantheon Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 | # Charles B Johnson (https://github.com/charlesbjohnson)
5 |
6 | SCHEMA="org.pantheon.terminal.settings"
7 |
8 | gsettings set "$SCHEMA" background "#1B2B34"
9 | gsettings set "$SCHEMA" foreground "#C0C5CE"
10 | gsettings set "$SCHEMA" palette "#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9"
11 | gsettings set "$SCHEMA" cursor-color "#343D46"
12 |
13 | unset SCHEMA
14 |
--------------------------------------------------------------------------------
/pantheon-terminal/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | # Base16 Oceanic Next - Pantheon Terminal color scheme install script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 | # Charles B Johnson (https://github.com/charlesbjohnson)
5 |
6 | SCHEMA="org.pantheon.terminal.settings"
7 |
8 | gsettings set "$SCHEMA" background "#D8DEE9"
9 | gsettings set "$SCHEMA" foreground "#4F5B66"
10 | gsettings set "$SCHEMA" palette "#D8DEE9:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#1B2B34"
11 | gsettings set "$SCHEMA" cursor-color "#1B2B34"
12 |
13 | unset SCHEMA
14 |
--------------------------------------------------------------------------------
/prettify.js/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Prettify template by Jan T. Sott (https://github.com/idleberg/)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | /* plain text */
12 | .pln {
13 | color: #D8DEE9;
14 | }
15 |
16 | @media screen {
17 | /* string content */
18 | .str {
19 | color: #99C794;
20 | }
21 |
22 | /* a keyword */
23 | .kwd {
24 | color: #C594C5;
25 | }
26 |
27 | /* a comment */
28 | .com {
29 | color: #65737E;
30 | }
31 |
32 | /* a type name */
33 | .typ {
34 | color: #6699CC;
35 | }
36 |
37 | /* a literal value */
38 | .lit {
39 | color: #F99157;
40 | }
41 |
42 | /* punctuation */
43 | .pun {
44 | color: #D8DEE9;
45 | }
46 |
47 | /* lisp open bracket */
48 | .opn {
49 | color: #D8DEE9;
50 | }
51 |
52 | /* lisp close bracket */
53 | .clo {
54 | color: #D8DEE9;
55 | }
56 |
57 | /* a markup tag name */
58 | .tag {
59 | color: #EC5f67;
60 | }
61 |
62 | /* a markup attribute name */
63 | .atn {
64 | color: #F99157;
65 | }
66 |
67 | /* a markup attribute value */
68 | .atv {
69 | color: #5FB3B3;
70 | }
71 |
72 | /* a declaration */
73 | .dec {
74 | color: #F99157;
75 | }
76 |
77 | /* a variable name */
78 | .var {
79 | color: #EC5f67;
80 | }
81 |
82 | /* a function name */
83 | .fun {
84 | color: #6699CC;
85 | }
86 | }
87 | /* Use higher contrast and text-weight for printable form. */
88 | @media print, projection {
89 | .str {
90 | color: #006600;
91 | }
92 |
93 | .kwd {
94 | color: #006;
95 | font-weight: bold;
96 | }
97 |
98 | .com {
99 | color: #600;
100 | font-style: italic;
101 | }
102 |
103 | .typ {
104 | color: #404;
105 | font-weight: bold;
106 | }
107 |
108 | .lit {
109 | color: #004444;
110 | }
111 |
112 | .pun, .opn, .clo {
113 | color: #444400;
114 | }
115 |
116 | .tag {
117 | color: #006;
118 | font-weight: bold;
119 | }
120 |
121 | .atn {
122 | color: #440044;
123 | }
124 |
125 | .atv {
126 | color: #006600;
127 | }
128 | }
129 | /* Style */
130 | pre.prettyprint {
131 | background: #1B2B34;
132 | font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
133 | font-size: 12px;
134 | line-height: 1.5;
135 | border: 1px solid #D8DEE9;
136 | padding: 10px;
137 | }
138 |
139 | /* Specify class=linenums on a pre to get line numbering */
140 | ol.linenums {
141 | margin-top: 0;
142 | margin-bottom: 0;
143 | }
144 |
145 | /* IE indents via margin-left */
146 | li.L0,
147 | li.L1,
148 | li.L2,
149 | li.L3,
150 | li.L4,
151 | li.L5,
152 | li.L6,
153 | li.L7,
154 | li.L8,
155 | li.L9 {
156 | /* */
157 | }
158 |
159 | /* Alternate shading for lines */
160 | li.L1,
161 | li.L3,
162 | li.L5,
163 | li.L7,
164 | li.L9 {
165 | /* */
166 | }
167 |
--------------------------------------------------------------------------------
/prettify.js/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Prettify template by Jan T. Sott (https://github.com/idleberg/)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | /* plain text */
12 | .pln {
13 | color: #1B2B34;
14 | }
15 |
16 | @media screen {
17 | /* string content */
18 | .str {
19 | color: #99C794;
20 | }
21 |
22 | /* a keyword */
23 | .kwd {
24 | color: #C594C5;
25 | }
26 |
27 | /* a comment */
28 | .com {
29 | color: #A7ADBA;
30 | }
31 |
32 | /* a type name */
33 | .typ {
34 | color: #6699CC;
35 | }
36 |
37 | /* a literal value */
38 | .lit {
39 | color: #F99157;
40 | }
41 |
42 | /* punctuation */
43 | .pun {
44 | color: #1B2B34;
45 | }
46 |
47 | /* lisp open bracket */
48 | .opn {
49 | color: #1B2B34;
50 | }
51 |
52 | /* lisp close bracket */
53 | .clo {
54 | color: #1B2B34;
55 | }
56 |
57 | /* a markup tag name */
58 | .tag {
59 | color: #EC5f67;
60 | }
61 |
62 | /* a markup attribute name */
63 | .atn {
64 | color: #F99157;
65 | }
66 |
67 | /* a markup attribute value */
68 | .atv {
69 | color: #5FB3B3;
70 | }
71 |
72 | /* a declaration */
73 | .dec {
74 | color: #F99157;
75 | }
76 |
77 | /* a variable name */
78 | .var {
79 | color: #EC5f67;
80 | }
81 |
82 | /* a function name */
83 | .fun {
84 | color: #6699CC;
85 | }
86 | }
87 | /* Use higher contrast and text-weight for printable form. */
88 | @media print, projection {
89 | .str {
90 | color: #006600;
91 | }
92 |
93 | .kwd {
94 | color: #006;
95 | font-weight: bold;
96 | }
97 |
98 | .com {
99 | color: #600;
100 | font-style: italic;
101 | }
102 |
103 | .typ {
104 | color: #404;
105 | font-weight: bold;
106 | }
107 |
108 | .lit {
109 | color: #004444;
110 | }
111 |
112 | .pun, .opn, .clo {
113 | color: #444400;
114 | }
115 |
116 | .tag {
117 | color: #006;
118 | font-weight: bold;
119 | }
120 |
121 | .atn {
122 | color: #440044;
123 | }
124 |
125 | .atv {
126 | color: #006600;
127 | }
128 | }
129 | /* Style */
130 | pre.prettyprint {
131 | background: D8DEE9;
132 | font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
133 | font-size: 12px;
134 | line-height: 1.5;
135 | border: 1px solid #1B2B34;
136 | padding: 10px;
137 | }
138 |
139 | /* Specify class=linenums on a pre to get line numbering */
140 | ol.linenums {
141 | margin-top: 0;
142 | margin-bottom: 0;
143 | }
144 |
145 | /* IE indents via margin-left */
146 | li.L0,
147 | li.L1,
148 | li.L2,
149 | li.L3,
150 | li.L4,
151 | li.L5,
152 | li.L6,
153 | li.L7,
154 | li.L8,
155 | li.L9 {
156 | /* */
157 | }
158 |
159 | /* Alternate shading for lines */
160 | li.L1,
161 | li.L3,
162 | li.L5,
163 | li.L7,
164 | li.L9 {
165 | /* */
166 | }
167 |
--------------------------------------------------------------------------------
/preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/wbinnssmith/base16-oceanic-next/7c90e3978c14d16022ffab98474d9b8f3b2f6a59/preview.png
--------------------------------------------------------------------------------
/preview/base16-oceanicnext.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/prism/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | code[class*="language-"],
12 | pre[class*="language-"] {
13 | font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
14 | font-size: 14px;
15 | line-height: 1.375;
16 | direction: ltr;
17 | text-align: left;
18 | white-space: pre;
19 | word-spacing: normal;
20 | word-break: normal;
21 |
22 | -moz-tab-size: 4;
23 | -o-tab-size: 4;
24 | tab-size: 4;
25 |
26 | -webkit-hyphens: none;
27 | -moz-hyphens: none;
28 | -ms-hyphens: none;
29 | hyphens: none;
30 | background: #1B2B34;
31 | color: #C0C5CE;
32 | }
33 |
34 | pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
35 | code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
36 | text-shadow: none;
37 | background: #A7ADBA;
38 | }
39 |
40 | pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
41 | code[class*="language-"]::selection, code[class*="language-"] ::selection {
42 | text-shadow: none;
43 | background: #A7ADBA;
44 | }
45 |
46 | /* Code blocks */
47 | pre[class*="language-"] {
48 | padding: 1em;
49 | margin: .5em 0;
50 | overflow: auto;
51 | }
52 |
53 | /* Inline code */
54 | :not(pre) > code[class*="language-"] {
55 | padding: .1em;
56 | border-radius: .3em;
57 | }
58 |
59 | .token.comment,
60 | .token.prolog,
61 | .token.doctype,
62 | .token.cdata {
63 | color: #65737E;
64 | }
65 |
66 | .token.punctuation {
67 | color: #C0C5CE;
68 | }
69 |
70 | .token.namespace {
71 | opacity: .7;
72 | }
73 |
74 | .token.operator,
75 | .token.boolean,
76 | .token.number {
77 | color: #F99157;
78 | }
79 | .token.property {
80 | color: #FAC863;
81 | }
82 | .token.tag {
83 | color: #6699CC;
84 | }
85 | .token.string {
86 | color: #5FB3B3;
87 | }
88 | .token.selector {
89 | color: #C594C5;
90 | }
91 | .token.attr-name {
92 | color: #F99157;
93 | }
94 | .token.entity,
95 | .token.url,
96 | .language-css .token.string,
97 | .style .token.string {
98 | color: #5FB3B3;
99 | }
100 |
101 | .token.attr-value,
102 | .token.keyword,
103 | .token.control,
104 | .token.directive,
105 | .token.unit {
106 | color: #99C794;
107 | }
108 |
109 | .token.statement,
110 | .token.regex,
111 | .token.atrule {
112 | color: #5FB3B3;
113 | }
114 |
115 | .token.placeholder,
116 | .token.variable {
117 | color: #6699CC;
118 | }
119 |
120 | .token.deleted {
121 | text-decoration: line-through;
122 | }
123 |
124 | .token.inserted {
125 | border-bottom: 1px dotted #D8DEE9;
126 | text-decoration: none;
127 | }
128 |
129 | .token.italic {
130 | font-style: italic;
131 | }
132 |
133 | .token.important,
134 | .token.bold {
135 | font-weight: bold;
136 | }
137 |
138 | .token.important {
139 | color: #EC5f67;
140 | }
141 |
142 | .token.entity {
143 | cursor: help;
144 | }
145 |
146 | pre > code.highlight {
147 | outline: .4em solid #EC5f67;
148 | outline-offset: .4em;
149 | }
150 |
--------------------------------------------------------------------------------
/prism/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
7 | Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 |
9 | */
10 |
11 | code[class*="language-"],
12 | pre[class*="language-"] {
13 | font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
14 | font-size: 14px;
15 | line-height: 1.375;
16 | direction: ltr;
17 | text-align: left;
18 | white-space: pre;
19 | word-spacing: normal;
20 | word-break: normal;
21 |
22 | -moz-tab-size: 4;
23 | -o-tab-size: 4;
24 | tab-size: 4;
25 |
26 | -webkit-hyphens: none;
27 | -moz-hyphens: none;
28 | -ms-hyphens: none;
29 | hyphens: none;
30 | background: #D8DEE9;
31 | color: #4F5B66;
32 | }
33 |
34 | pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
35 | code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
36 | text-shadow: none;
37 | background: #CDD3DE;
38 | }
39 |
40 | pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
41 | code[class*="language-"]::selection, code[class*="language-"] ::selection {
42 | text-shadow: none;
43 | background: #CDD3DE;
44 | }
45 |
46 | /* Code blocks */
47 | pre[class*="language-"] {
48 | padding: 1em;
49 | margin: .5em 0;
50 | overflow: auto;
51 | }
52 |
53 | /* Inline code */
54 | :not(pre) > code[class*="language-"] {
55 | padding: .1em;
56 | border-radius: .3em;
57 | }
58 |
59 | .token.comment,
60 | .token.prolog,
61 | .token.doctype,
62 | .token.cdata {
63 | color: #A7ADBA;
64 | }
65 |
66 | .token.punctuation {
67 | color: #4F5B66;
68 | }
69 |
70 | .token.namespace {
71 | opacity: .7;
72 | }
73 |
74 | .token.operator,
75 | .token.boolean,
76 | .token.number {
77 | color: #F99157;
78 | }
79 | .token.property {
80 | color: #FAC863;
81 | }
82 | .token.tag {
83 | color: #6699CC;
84 | }
85 | .token.string {
86 | color: #5FB3B3;
87 | }
88 | .token.selector {
89 | color: #C594C5;
90 | }
91 | .token.attr-name {
92 | color: #F99157;
93 | }
94 | .token.entity,
95 | .token.url,
96 | .language-css .token.string,
97 | .style .token.string {
98 | color: #5FB3B3;
99 | }
100 |
101 | .token.attr-value,
102 | .token.keyword,
103 | .token.control,
104 | .token.directive,
105 | .token.unit {
106 | color: #99C794;
107 | }
108 |
109 | .token.statement,
110 | .token.regex,
111 | .token.atrule {
112 | color: #5FB3B3;
113 | }
114 |
115 | .token.placeholder,
116 | .token.variable {
117 | color: #6699CC;
118 | }
119 |
120 | .token.deleted {
121 | text-decoration: line-through;
122 | }
123 |
124 | .token.inserted {
125 | border-bottom: 1px dotted #1B2B34;
126 | text-decoration: none;
127 | }
128 |
129 | .token.italic {
130 | font-style: italic;
131 | }
132 |
133 | .token.important,
134 | .token.bold {
135 | font-weight: bold;
136 | }
137 |
138 | .token.important {
139 | color: #EC5f67;
140 | }
141 |
142 | .token.entity {
143 | cursor: help;
144 | }
145 |
146 | pre > code.highlight {
147 | outline: .4em solid #EC5f67;
148 | outline-offset: .4em;
149 | }
150 |
--------------------------------------------------------------------------------
/putty/base16-oceanicnext.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Base16-Oceanic Next]
4 | "Colour0"="167,173,186"
5 | "Colour1"="192,197,206"
6 | "Colour2"="27,43,52"
7 | "Colour3"="52,61,70"
8 | "Colour4"="27,43,52"
9 | "Colour5"="205,211,222"
10 | "Colour6"="27,43,52"
11 | "Colour7"="101,115,126"
12 | "Colour8"="236,95,103"
13 | "Colour9"="249,145,87"
14 | "Colour10"="153,199,148"
15 | "Colour11"="52,61,70"
16 | "Colour12"="250,200,99"
17 | "Colour13"="79,91,102"
18 | "Colour14"="102,153,204"
19 | "Colour15"="167,173,186"
20 | "Colour16"="197,148,197"
21 | "Colour17"="205,211,222"
22 | "Colour18"="95,179,179"
23 | "Colour19"="171,121,103"
24 | "Colour20"="192,197,206"
25 | "Colour21"="216,222,233"
26 |
--------------------------------------------------------------------------------
/pygments/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Dark
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Pygments template by Jan T. Sott (https://github.com/idleberg)
7 | Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder)
8 |
9 | */
10 | .syntax .hll { background-color: #4F5B66 }
11 | .syntax { background: #1B2B34; color: #D8DEE9 }
12 | .syntax .c { color: #65737E } /* Comment */
13 | .syntax .err { color: #EC5f67 } /* Error */
14 | .syntax .k { color: #C594C5 } /* Keyword */
15 | .syntax .l { color: #F99157 } /* Literal */
16 | .syntax .n { color: #D8DEE9 } /* Name */
17 | .syntax .o { color: #5FB3B3 } /* Operator */
18 | .syntax .p { color: #D8DEE9 } /* Punctuation */
19 | .syntax .cm { color: #65737E } /* Comment.Multiline */
20 | .syntax .cp { color: #65737E } /* Comment.Preproc */
21 | .syntax .c1 { color: #65737E } /* Comment.Single */
22 | .syntax .cs { color: #65737E } /* Comment.Special */
23 | .syntax .gd { color: #EC5f67 } /* Generic.Deleted */
24 | .syntax .ge { font-style: italic } /* Generic.Emph */
25 | .syntax .gh { color: #D8DEE9; font-weight: bold } /* Generic.Heading */
26 | .syntax .gi { color: #99C794 } /* Generic.Inserted */
27 | .syntax .gp { color: #65737E; font-weight: bold } /* Generic.Prompt */
28 | .syntax .gs { font-weight: bold } /* Generic.Strong */
29 | .syntax .gu { color: #5FB3B3; font-weight: bold } /* Generic.Subheading */
30 | .syntax .kc { color: #C594C5 } /* Keyword.Constant */
31 | .syntax .kd { color: #C594C5 } /* Keyword.Declaration */
32 | .syntax .kn { color: #5FB3B3 } /* Keyword.Namespace */
33 | .syntax .kp { color: #C594C5 } /* Keyword.Pseudo */
34 | .syntax .kr { color: #C594C5 } /* Keyword.Reserved */
35 | .syntax .kt { color: #FAC863 } /* Keyword.Type */
36 | .syntax .ld { color: #99C794 } /* Literal.Date */
37 | .syntax .m { color: #F99157 } /* Literal.Number */
38 | .syntax .s { color: #99C794 } /* Literal.String */
39 | .syntax .na { color: #6699CC } /* Name.Attribute */
40 | .syntax .nb { color: #D8DEE9 } /* Name.Builtin */
41 | .syntax .nc { color: #FAC863 } /* Name.Class */
42 | .syntax .no { color: #EC5f67 } /* Name.Constant */
43 | .syntax .nd { color: #5FB3B3 } /* Name.Decorator */
44 | .syntax .ni { color: #D8DEE9 } /* Name.Entity */
45 | .syntax .ne { color: #EC5f67 } /* Name.Exception */
46 | .syntax .nf { color: #6699CC } /* Name.Function */
47 | .syntax .nl { color: #D8DEE9 } /* Name.Label */
48 | .syntax .nn { color: #FAC863 } /* Name.Namespace */
49 | .syntax .nx { color: #6699CC } /* Name.Other */
50 | .syntax .py { color: #D8DEE9 } /* Name.Property */
51 | .syntax .nt { color: #5FB3B3 } /* Name.Tag */
52 | .syntax .nv { color: #EC5f67 } /* Name.Variable */
53 | .syntax .ow { color: #5FB3B3 } /* Operator.Word */
54 | .syntax .w { color: #D8DEE9 } /* Text.Whitespace */
55 | .syntax .mf { color: #F99157 } /* Literal.Number.Float */
56 | .syntax .mh { color: #F99157 } /* Literal.Number.Hex */
57 | .syntax .mi { color: #F99157 } /* Literal.Number.Integer */
58 | .syntax .mo { color: #F99157 } /* Literal.Number.Oct */
59 | .syntax .sb { color: #99C794 } /* Literal.String.Backtick */
60 | .syntax .sc { color: #D8DEE9 } /* Literal.String.Char */
61 | .syntax .sd { color: #65737E } /* Literal.String.Doc */
62 | .syntax .s2 { color: #99C794 } /* Literal.String.Double */
63 | .syntax .se { color: #F99157 } /* Literal.String.Escape */
64 | .syntax .sh { color: #99C794 } /* Literal.String.Heredoc */
65 | .syntax .si { color: #F99157 } /* Literal.String.Interpol */
66 | .syntax .sx { color: #99C794 } /* Literal.String.Other */
67 | .syntax .sr { color: #99C794 } /* Literal.String.Regex */
68 | .syntax .s1 { color: #99C794 } /* Literal.String.Single */
69 | .syntax .ss { color: #99C794 } /* Literal.String.Symbol */
70 | .syntax .bp { color: #D8DEE9 } /* Name.Builtin.Pseudo */
71 | .syntax .vc { color: #EC5f67 } /* Name.Variable.Class */
72 | .syntax .vg { color: #EC5f67 } /* Name.Variable.Global */
73 | .syntax .vi { color: #EC5f67 } /* Name.Variable.Instance */
74 | .syntax .il { color: #F99157 } /* Literal.Number.Integer.Long */
75 |
--------------------------------------------------------------------------------
/pygments/base16-oceanicnext.dark.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | """
3 | Base16 Oceanic Next Dark
4 | by Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Pygments template by Jan T. Sott (https://github.com/idleberg)
7 | Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder)
8 | """
9 |
10 | from pygments.style import Style
11 | from pygments.token import Keyword, Name, Comment, String, Error, Text, \
12 | Number, Operator, Generic, Whitespace, Punctuation, Other, Literal
13 |
14 |
15 | BACKGROUND = "#1B2B34"
16 | CURRENT_LINE = "#343D46"
17 | SELECTION = "#4F5B66"
18 | FOREGROUND = "#D8DEE9"
19 | COMMENT = "#65737E"
20 | RED = "#EC5f67"
21 | ORANGE = "#F99157"
22 | YELLOW = "#FAC863"
23 | GREEN = "#99C794"
24 | AQUA = "#5FB3B3"
25 | BLUE = "#6699CC"
26 | PURPLE = "#C594C5"
27 |
28 |
29 | class base16_oceanicnext_dark(Style):
30 |
31 | default_style = ''
32 |
33 | background_color = BACKGROUND
34 | highlight_color = SELECTION
35 |
36 | background_color = BACKGROUND
37 | highlight_color = SELECTION
38 |
39 | styles = {
40 | # No corresponding class for the following:
41 | Text: FOREGROUND, # class: ''
42 | Whitespace: "", # class: 'w'
43 | Error: RED, # class: 'err'
44 | Other: "", # class 'x'
45 |
46 | Comment: COMMENT, # class: 'c'
47 | Comment.Multiline: "", # class: 'cm'
48 | Comment.Preproc: "", # class: 'cp'
49 | Comment.Single: "", # class: 'c1'
50 | Comment.Special: "", # class: 'cs'
51 |
52 | Keyword: PURPLE, # class: 'k'
53 | Keyword.Constant: "", # class: 'kc'
54 | Keyword.Declaration: "", # class: 'kd'
55 | Keyword.Namespace: AQUA, # class: 'kn'
56 | Keyword.Pseudo: "", # class: 'kp'
57 | Keyword.Reserved: "", # class: 'kr'
58 | Keyword.Type: YELLOW, # class: 'kt'
59 |
60 | Operator: AQUA, # class: 'o'
61 | Operator.Word: "", # class: 'ow' - like keywords
62 |
63 | Punctuation: FOREGROUND, # class: 'p'
64 |
65 | Name: FOREGROUND, # class: 'n'
66 | Name.Attribute: BLUE, # class: 'na' - to be revised
67 | Name.Builtin: "", # class: 'nb'
68 | Name.Builtin.Pseudo: "", # class: 'bp'
69 | Name.Class: YELLOW, # class: 'nc' - to be revised
70 | Name.Constant: RED, # class: 'no' - to be revised
71 | Name.Decorator: AQUA, # class: 'nd' - to be revised
72 | Name.Entity: "", # class: 'ni'
73 | Name.Exception: RED, # class: 'ne'
74 | Name.Function: BLUE, # class: 'nf'
75 | Name.Property: "", # class: 'py'
76 | Name.Label: "", # class: 'nl'
77 | Name.Namespace: YELLOW, # class: 'nn' - to be revised
78 | Name.Other: BLUE, # class: 'nx'
79 | Name.Tag: AQUA, # class: 'nt' - like a keyword
80 | Name.Variable: RED, # class: 'nv' - to be revised
81 | Name.Variable.Class: "", # class: 'vc' - to be revised
82 | Name.Variable.Global: "", # class: 'vg' - to be revised
83 | Name.Variable.Instance: "", # class: 'vi' - to be revised
84 |
85 | Number: ORANGE, # class: 'm'
86 | Number.Float: "", # class: 'mf'
87 | Number.Hex: "", # class: 'mh'
88 | Number.Integer: "", # class: 'mi'
89 | Number.Integer.Long: "", # class: 'il'
90 | Number.Oct: "", # class: 'mo'
91 |
92 | Literal: ORANGE, # class: 'l'
93 | Literal.Date: GREEN, # class: 'ld'
94 |
95 | String: GREEN, # class: 's'
96 | String.Backtick: "", # class: 'sb'
97 | String.Char: FOREGROUND, # class: 'sc'
98 | String.Doc: COMMENT, # class: 'sd' - like a comment
99 | String.Double: "", # class: 's2'
100 | String.Escape: ORANGE, # class: 'se'
101 | String.Heredoc: "", # class: 'sh'
102 | String.Interpol: ORANGE, # class: 'si'
103 | String.Other: "", # class: 'sx'
104 | String.Regex: "", # class: 'sr'
105 | String.Single: "", # class: 's1'
106 | String.Symbol: "", # class: 'ss'
107 |
108 | Generic: "", # class: 'g'
109 | Generic.Deleted: RED, # class: 'gd',
110 | Generic.Emph: "italic", # class: 'ge'
111 | Generic.Error: "", # class: 'gr'
112 | Generic.Heading: "bold " + FOREGROUND, # class: 'gh'
113 | Generic.Inserted: GREEN, # class: 'gi'
114 | Generic.Output: "", # class: 'go'
115 | Generic.Prompt: "bold " + COMMENT, # class: 'gp'
116 | Generic.Strong: "bold", # class: 'gs'
117 | Generic.Subheading: "bold " + AQUA, # class: 'gu'
118 | Generic.Traceback: "", # class: 'gt'
119 | }
120 |
--------------------------------------------------------------------------------
/pygments/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /*
2 |
3 | Name: Base16 Oceanic Next Light
4 | Author: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Pygments template by Jan T. Sott (https://github.com/idleberg)
7 | Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder)
8 |
9 | */
10 | .syntax .hll { background-color: #CDD3DE }
11 | .syntax { background: #D8DEE9; color: #1B2B34 }
12 | .syntax .c { color: #A7ADBA } /* Comment */
13 | .syntax .err { color: #EC5f67 } /* Error */
14 | .syntax .k { color: #C594C5 } /* Keyword */
15 | .syntax .l { color: #F99157 } /* Literal */
16 | .syntax .n { color: #1B2B34 } /* Name */
17 | .syntax .o { color: #5FB3B3 } /* Operator */
18 | .syntax .p { color: #1B2B34 } /* Punctuation */
19 | .syntax .cm { color: #A7ADBA } /* Comment.Multiline */
20 | .syntax .cp { color: #A7ADBA } /* Comment.Preproc */
21 | .syntax .c1 { color: #A7ADBA } /* Comment.Single */
22 | .syntax .cs { color: #A7ADBA } /* Comment.Special */
23 | .syntax .gd { color: #EC5f67 } /* Generic.Deleted */
24 | .syntax .ge { font-style: italic } /* Generic.Emph */
25 | .syntax .gh { color: #1B2B34; font-weight: bold } /* Generic.Heading */
26 | .syntax .gi { color: #99C794 } /* Generic.Inserted */
27 | .syntax .gp { color: #A7ADBA; font-weight: bold } /* Generic.Prompt */
28 | .syntax .gs { font-weight: bold } /* Generic.Strong */
29 | .syntax .gu { color: #5FB3B3; font-weight: bold } /* Generic.Subheading */
30 | .syntax .kc { color: #C594C5 } /* Keyword.Constant */
31 | .syntax .kd { color: #C594C5 } /* Keyword.Declaration */
32 | .syntax .kn { color: #5FB3B3 } /* Keyword.Namespace */
33 | .syntax .kp { color: #C594C5 } /* Keyword.Pseudo */
34 | .syntax .kr { color: #C594C5 } /* Keyword.Reserved */
35 | .syntax .kt { color: #FAC863 } /* Keyword.Type */
36 | .syntax .ld { color: #99C794 } /* Literal.Date */
37 | .syntax .m { color: #F99157 } /* Literal.Number */
38 | .syntax .s { color: #99C794 } /* Literal.String */
39 | .syntax .na { color: #6699CC } /* Name.Attribute */
40 | .syntax .nb { color: #1B2B34 } /* Name.Builtin */
41 | .syntax .nc { color: #FAC863 } /* Name.Class */
42 | .syntax .no { color: #EC5f67 } /* Name.Constant */
43 | .syntax .nd { color: #5FB3B3 } /* Name.Decorator */
44 | .syntax .ni { color: #1B2B34 } /* Name.Entity */
45 | .syntax .ne { color: #EC5f67 } /* Name.Exception */
46 | .syntax .nf { color: #6699CC } /* Name.Function */
47 | .syntax .nl { color: #1B2B34 } /* Name.Label */
48 | .syntax .nn { color: #FAC863 } /* Name.Namespace */
49 | .syntax .nx { color: #6699CC } /* Name.Other */
50 | .syntax .py { color: #1B2B34 } /* Name.Property */
51 | .syntax .nt { color: #5FB3B3 } /* Name.Tag */
52 | .syntax .nv { color: #EC5f67 } /* Name.Variable */
53 | .syntax .ow { color: #5FB3B3 } /* Operator.Word */
54 | .syntax .w { color: #1B2B34 } /* Text.Whitespace */
55 | .syntax .mf { color: #F99157 } /* Literal.Number.Float */
56 | .syntax .mh { color: #F99157 } /* Literal.Number.Hex */
57 | .syntax .mi { color: #F99157 } /* Literal.Number.Integer */
58 | .syntax .mo { color: #F99157 } /* Literal.Number.Oct */
59 | .syntax .sb { color: #99C794 } /* Literal.String.Backtick */
60 | .syntax .sc { color: #1B2B34 } /* Literal.String.Char */
61 | .syntax .sd { color: #A7ADBA } /* Literal.String.Doc */
62 | .syntax .s2 { color: #99C794 } /* Literal.String.Double */
63 | .syntax .se { color: #F99157 } /* Literal.String.Escape */
64 | .syntax .sh { color: #99C794 } /* Literal.String.Heredoc */
65 | .syntax .si { color: #F99157 } /* Literal.String.Interpol */
66 | .syntax .sx { color: #99C794 } /* Literal.String.Other */
67 | .syntax .sr { color: #99C794 } /* Literal.String.Regex */
68 | .syntax .s1 { color: #99C794 } /* Literal.String.Single */
69 | .syntax .ss { color: #99C794 } /* Literal.String.Symbol */
70 | .syntax .bp { color: #1B2B34 } /* Name.Builtin.Pseudo */
71 | .syntax .vc { color: #EC5f67 } /* Name.Variable.Class */
72 | .syntax .vg { color: #EC5f67 } /* Name.Variable.Global */
73 | .syntax .vi { color: #EC5f67 } /* Name.Variable.Instance */
74 | .syntax .il { color: #F99157 } /* Literal.Number.Integer.Long */
75 |
--------------------------------------------------------------------------------
/pygments/base16-oceanicnext.light.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | """
3 | Base16 Oceanic Next Light
4 | by Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | Pygments template by Jan T. Sott (https://github.com/idleberg)
7 | Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder)
8 | """
9 |
10 | from pygments.style import Style
11 | from pygments.token import Keyword, Name, Comment, String, Error, Text, \
12 | Number, Operator, Generic, Whitespace, Punctuation, Other, Literal
13 |
14 |
15 | BACKGROUND = "#D8DEE9"
16 | CURRENT_LINE = "#CDD3DE"
17 | SELECTION = "#C0C5CE"
18 | FOREGROUND = "#1B2B34"
19 | COMMENT = "#A7ADBA"
20 | RED = "#EC5f67"
21 | ORANGE = "#F99157"
22 | YELLOW = "#FAC863"
23 | GREEN = "#99C794"
24 | AQUA = "#5FB3B3"
25 | BLUE = "#6699CC"
26 | PURPLE = "#C594C5"
27 |
28 |
29 | class base16_oceanicnext_light(Style):
30 |
31 | default_style = ''
32 |
33 | background_color = BACKGROUND
34 | highlight_color = SELECTION
35 |
36 | background_color = BACKGROUND
37 | highlight_color = SELECTION
38 |
39 | styles = {
40 | # No corresponding class for the following:
41 | Text: FOREGROUND, # class: ''
42 | Whitespace: "", # class: 'w'
43 | Error: RED, # class: 'err'
44 | Other: "", # class 'x'
45 |
46 | Comment: COMMENT, # class: 'c'
47 | Comment.Multiline: "", # class: 'cm'
48 | Comment.Preproc: "", # class: 'cp'
49 | Comment.Single: "", # class: 'c1'
50 | Comment.Special: "", # class: 'cs'
51 |
52 | Keyword: PURPLE, # class: 'k'
53 | Keyword.Constant: "", # class: 'kc'
54 | Keyword.Declaration: "", # class: 'kd'
55 | Keyword.Namespace: AQUA, # class: 'kn'
56 | Keyword.Pseudo: "", # class: 'kp'
57 | Keyword.Reserved: "", # class: 'kr'
58 | Keyword.Type: YELLOW, # class: 'kt'
59 |
60 | Operator: AQUA, # class: 'o'
61 | Operator.Word: "", # class: 'ow' - like keywords
62 |
63 | Punctuation: FOREGROUND, # class: 'p'
64 |
65 | Name: FOREGROUND, # class: 'n'
66 | Name.Attribute: BLUE, # class: 'na' - to be revised
67 | Name.Builtin: "", # class: 'nb'
68 | Name.Builtin.Pseudo: "", # class: 'bp'
69 | Name.Class: YELLOW, # class: 'nc' - to be revised
70 | Name.Constant: RED, # class: 'no' - to be revised
71 | Name.Decorator: AQUA, # class: 'nd' - to be revised
72 | Name.Entity: "", # class: 'ni'
73 | Name.Exception: RED, # class: 'ne'
74 | Name.Function: BLUE, # class: 'nf'
75 | Name.Property: "", # class: 'py'
76 | Name.Label: "", # class: 'nl'
77 | Name.Namespace: YELLOW, # class: 'nn' - to be revised
78 | Name.Other: BLUE, # class: 'nx'
79 | Name.Tag: AQUA, # class: 'nt' - like a keyword
80 | Name.Variable: RED, # class: 'nv' - to be revised
81 | Name.Variable.Class: "", # class: 'vc' - to be revised
82 | Name.Variable.Global: "", # class: 'vg' - to be revised
83 | Name.Variable.Instance: "", # class: 'vi' - to be revised
84 |
85 | Number: ORANGE, # class: 'm'
86 | Number.Float: "", # class: 'mf'
87 | Number.Hex: "", # class: 'mh'
88 | Number.Integer: "", # class: 'mi'
89 | Number.Integer.Long: "", # class: 'il'
90 | Number.Oct: "", # class: 'mo'
91 |
92 | Literal: ORANGE, # class: 'l'
93 | Literal.Date: GREEN, # class: 'ld'
94 |
95 | String: GREEN, # class: 's'
96 | String.Backtick: "", # class: 'sb'
97 | String.Char: FOREGROUND, # class: 'sc'
98 | String.Doc: COMMENT, # class: 'sd' - like a comment
99 | String.Double: "", # class: 's2'
100 | String.Escape: ORANGE, # class: 'se'
101 | String.Heredoc: "", # class: 'sh'
102 | String.Interpol: ORANGE, # class: 'si'
103 | String.Other: "", # class: 'sx'
104 | String.Regex: "", # class: 'sr'
105 | String.Single: "", # class: 's1'
106 | String.Symbol: "", # class: 'ss'
107 |
108 | Generic: "", # class: 'g'
109 | Generic.Deleted: RED, # class: 'gd',
110 | Generic.Emph: "italic", # class: 'ge'
111 | Generic.Error: "", # class: 'gr'
112 | Generic.Heading: "bold " + FOREGROUND, # class: 'gh'
113 | Generic.Inserted: GREEN, # class: 'gi'
114 | Generic.Output: "", # class: 'go'
115 | Generic.Prompt: "bold " + COMMENT, # class: 'gp'
116 | Generic.Strong: "bold", # class: 'gs'
117 | Generic.Subheading: "bold " + AQUA, # class: 'gu'
118 | Generic.Traceback: "", # class: 'gt'
119 | }
120 |
--------------------------------------------------------------------------------
/qtcreator/base16-oceanicnext.dark.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/rainbow/base16-oceanicnext.dark.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Base16 Oceanic Next Dark
3 | *
4 | * @author Dmitri Voronianski (http://pixelhunter.me)
5 | *
6 | * Rainbow template by Jan T. Sott (https://github.com/idleberg/)
7 | * Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 | */
9 | pre {
10 | background-color: #1B2B34;
11 | word-wrap: break-word;
12 | margin: 0px;
13 | padding: 10px;
14 | color: #D8DEE9;
15 | font-size: 14px;
16 | margin-bottom: 20px;
17 | }
18 |
19 | pre, code {
20 | font-family: 'Monaco', courier, monospace;
21 | }
22 |
23 | pre .comment {
24 | color: #65737E;
25 | }
26 |
27 | pre .variable.global, pre .variable.class, pre .variable.instance {
28 | color: #EC5f67; /* red */
29 | }
30 |
31 | pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
32 | color: #F99157; /* orange */
33 | }
34 |
35 | pre .constant, pre .entity, pre .entity.class, pre .support {
36 | color: #FAC863; /* yellow */
37 | }
38 |
39 | pre .constant.symbol, pre .string {
40 | color: #99C794; /* green */
41 | }
42 |
43 | pre .entity.function, pre .support.css-property, pre .selector {
44 | color: #6699CC; /* blue */
45 | }
46 |
47 | pre .keyword, pre .storage {
48 | color: #C594C5; /* purple */
49 | }
50 |
--------------------------------------------------------------------------------
/rainbow/base16-oceanicnext.light.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Base16 Oceanic Next Light
3 | *
4 | * @author Dmitri Voronianski (http://pixelhunter.me)
5 | *
6 | * Rainbow template by Jan T. Sott (https://github.com/idleberg/)
7 | * Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8 | */
9 | pre {
10 | background-color: #D8DEE9;
11 | word-wrap: break-word;
12 | margin: 0px;
13 | padding: 10px;
14 | color: #1B2B34;
15 | font-size: 14px;
16 | margin-bottom: 20px;
17 | }
18 |
19 | pre, code {
20 | font-family: 'Monaco', courier, monospace;
21 | }
22 |
23 | pre .comment {
24 | color: #A7ADBA;
25 | }
26 |
27 | pre .variable.global, pre .variable.class, pre .variable.instance {
28 | color: #EC5f67; /* red */
29 | }
30 |
31 | pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
32 | color: #F99157; /* orange */
33 | }
34 |
35 | pre .constant, pre .entity, pre .entity.class, pre .support {
36 | color: #FAC863; /* yellow */
37 | }
38 |
39 | pre .constant.symbol, pre .string {
40 | color: #99C794; /* green */
41 | }
42 |
43 | pre .entity.function, pre .support.css-property, pre .selector {
44 | color: #6699CC; /* blue */
45 | }
46 |
47 | pre .keyword, pre .storage {
48 | color: #C594C5; /* purple */
49 | }
50 |
--------------------------------------------------------------------------------
/rouge/base16-oceanicnext.rb:
--------------------------------------------------------------------------------
1 | module Rouge
2 | module Themes
3 | class Oceanic Next < Base16
4 | name 'base16.Oceanic Next'
5 | # author Dmitri Voronianski (http://pixelhunter.me)
6 | light!
7 |
8 | palette base00: "#1B2B34"
9 | palette base01: "#343D46"
10 | palette base02: "#4F5B66"
11 | palette base03: "#65737E"
12 | palette base04: "#A7ADBA"
13 | palette base05: "#C0C5CE"
14 | palette base06: "#CDD3DE"
15 | palette base07: "#D8DEE9"
16 | palette base08: "#EC5f67"
17 | palette base09: "#F99157"
18 | palette base0A: "#FAC863"
19 | palette base0B: "#99C794"
20 | palette base0C: "#5FB3B3"
21 | palette base0D: "#6699CC"
22 | palette base0E: "#C594C5"
23 | palette base0F: "#AB7967"
24 | end
25 | end
26 | end
27 |
--------------------------------------------------------------------------------
/secure-shell/base16-oceanicnext.dark.prefs.js:
--------------------------------------------------------------------------------
1 | // prefs.js Template
2 | // Petr Hosek(http://petrhosek.name)
3 |
4 | term_.prefs_.set('background-color', '#1B2B34');
5 | term_.prefs_.set('foreground-color', '#C0C5CE');
6 | term_.prefs_.set('cursor-color', '#C0C5CE');
7 |
8 | term_.prefs_.set('color-palette-overrides', [
9 | '#1B2B34',
10 | '#EC5f67',
11 | '#99C794',
12 | '#FAC863',
13 | '#6699CC',
14 | '#C594C5',
15 | '#5FB3B3',
16 | '#C0C5CE',
17 | '#65737E',
18 | '#F99157',
19 | '#343D46',
20 | '#4F5B66',
21 | '#A7ADBA',
22 | '#CDD3DE',
23 | '#AB7967',
24 | '#D8DEE9',
25 | ]);
26 |
--------------------------------------------------------------------------------
/secure-shell/base16-oceanicnext.light.prefs.js:
--------------------------------------------------------------------------------
1 | // prefs.js Template
2 | // Petr Hosek(http://petrhosek.name)
3 |
4 | term_.prefs_.set('background-color', '#D8DEE9');
5 | term_.prefs_.set('foreground-color', '#4F5B66');
6 | term_.prefs_.set('cursor-color', '#4F5B66');
7 |
8 | term_.prefs_.set('color-palette-overrides', [
9 | '#343D46',
10 | '#EC5f67',
11 | '#99C794',
12 | '#FAC863',
13 | '#6699CC',
14 | '#AB7967',
15 | '#5FB3B3',
16 | '#CDD3DE',
17 | '#1B2B34',
18 | '#F99157',
19 | '#4F5B66',
20 | '#65737E',
21 | '#A7ADBA',
22 | '#C594C5',
23 | '#C0C5CE',
24 | '#D8DEE9',
25 | ]);
26 |
--------------------------------------------------------------------------------
/shell/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Base16 Oceanic Next - Shell color setup script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | if [ "${TERM%%-*}" = 'linux' ]; then
6 | # This script doesn't support linux console (use 'vconsole' template instead)
7 | return 2>/dev/null || exit 0
8 | fi
9 |
10 | color00="1B/2B/34" # Base 00 - Black
11 | color01="EC/5f/67" # Base 08 - Red
12 | color02="99/C7/94" # Base 0B - Green
13 | color03="FA/C8/63" # Base 0A - Yellow
14 | color04="66/99/CC" # Base 0D - Blue
15 | color05="C5/94/C5" # Base 0E - Magenta
16 | color06="5F/B3/B3" # Base 0C - Cyan
17 | color07="C0/C5/CE" # Base 05 - White
18 | color08="65/73/7E" # Base 03 - Bright Black
19 | color09=$color01 # Base 08 - Bright Red
20 | color10=$color02 # Base 0B - Bright Green
21 | color11=$color03 # Base 0A - Bright Yellow
22 | color12=$color04 # Base 0D - Bright Blue
23 | color13=$color05 # Base 0E - Bright Magenta
24 | color14=$color06 # Base 0C - Bright Cyan
25 | color15="D8/DE/E9" # Base 07 - Bright White
26 | color16="F9/91/57" # Base 09
27 | color17="AB/79/67" # Base 0F
28 | color18="34/3D/46" # Base 01
29 | color19="4F/5B/66" # Base 02
30 | color20="A7/AD/BA" # Base 04
31 | color21="CD/D3/DE" # Base 06
32 | color_foreground="C0/C5/CE" # Base 05
33 | color_background="1B/2B/34" # Base 00
34 | color_cursor="C0/C5/CE" # Base 05
35 |
36 | if [ -n "$TMUX" ]; then
37 | # tell tmux to pass the escape sequences through
38 | # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
39 | printf_template="\033Ptmux;\033\033]4;%d;rgb:%s\007\033\\"
40 | printf_template_var="\033Ptmux;\033\033]%d;rgb:%s\007\033\\"
41 | printf_template_custom="\033Ptmux;\033\033]%s%s\007\033\\"
42 | elif [ "${TERM%%-*}" = "screen" ]; then
43 | # GNU screen (screen, screen-256color, screen-256color-bce)
44 | printf_template="\033P\033]4;%d;rgb:%s\007\033\\"
45 | printf_template_var="\033P\033]%d;rgb:%s\007\033\\"
46 | printf_template_custom="\033P\033]%s%s\007\033\\"
47 | else
48 | printf_template="\033]4;%d;rgb:%s\033\\"
49 | printf_template_var="\033]%d;rgb:%s\033\\"
50 | printf_template_custom="\033]%s%s\033\\"
51 | fi
52 |
53 | # 16 color space
54 | printf $printf_template 0 $color00
55 | printf $printf_template 1 $color01
56 | printf $printf_template 2 $color02
57 | printf $printf_template 3 $color03
58 | printf $printf_template 4 $color04
59 | printf $printf_template 5 $color05
60 | printf $printf_template 6 $color06
61 | printf $printf_template 7 $color07
62 | printf $printf_template 8 $color08
63 | printf $printf_template 9 $color09
64 | printf $printf_template 10 $color10
65 | printf $printf_template 11 $color11
66 | printf $printf_template 12 $color12
67 | printf $printf_template 13 $color13
68 | printf $printf_template 14 $color14
69 | printf $printf_template 15 $color15
70 |
71 | # 256 color space
72 | printf $printf_template 16 $color16
73 | printf $printf_template 17 $color17
74 | printf $printf_template 18 $color18
75 | printf $printf_template 19 $color19
76 | printf $printf_template 20 $color20
77 | printf $printf_template 21 $color21
78 |
79 | # foreground / background / cursor color
80 | if [ -n "$ITERM_SESSION_ID" ]; then
81 | # iTerm2 proprietary escape codes
82 | printf $printf_template_custom Pg C0C5CE # forground
83 | printf $printf_template_custom Ph 1B2B34 # background
84 | printf $printf_template_custom Pi C0C5CE # bold color
85 | printf $printf_template_custom Pj 4F5B66 # selection color
86 | printf $printf_template_custom Pk C0C5CE # selected text color
87 | printf $printf_template_custom Pl C0C5CE # cursor
88 | printf $printf_template_custom Pm 1B2B34 # cursor text
89 | else
90 | printf $printf_template_var 10 $color_foreground
91 | printf $printf_template_var 11 $color_background
92 | printf $printf_template_custom 12 ";7" # cursor (reverse video)
93 | fi
94 |
95 | # clean up
96 | unset printf_template
97 | unset printf_template_var
98 | unset color00
99 | unset color01
100 | unset color02
101 | unset color03
102 | unset color04
103 | unset color05
104 | unset color06
105 | unset color07
106 | unset color08
107 | unset color09
108 | unset color10
109 | unset color11
110 | unset color12
111 | unset color13
112 | unset color14
113 | unset color15
114 | unset color16
115 | unset color17
116 | unset color18
117 | unset color19
118 | unset color20
119 | unset color21
120 | unset color_foreground
121 | unset color_background
122 | unset color_cursor
123 |
--------------------------------------------------------------------------------
/shell/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Base16 Oceanic Next - Shell color setup script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | if [ "${TERM%%-*}" = 'linux' ]; then
6 | # This script doesn't support linux console (use 'vconsole' template instead)
7 | return 2>/dev/null || exit 0
8 | fi
9 |
10 | color00="1B/2B/34" # Base 00 - Black
11 | color01="EC/5f/67" # Base 08 - Red
12 | color02="99/C7/94" # Base 0B - Green
13 | color03="FA/C8/63" # Base 0A - Yellow
14 | color04="66/99/CC" # Base 0D - Blue
15 | color05="C5/94/C5" # Base 0E - Magenta
16 | color06="5F/B3/B3" # Base 0C - Cyan
17 | color07="C0/C5/CE" # Base 05 - White
18 | color08="65/73/7E" # Base 03 - Bright Black
19 | color09=$color01 # Base 08 - Bright Red
20 | color10=$color02 # Base 0B - Bright Green
21 | color11=$color03 # Base 0A - Bright Yellow
22 | color12=$color04 # Base 0D - Bright Blue
23 | color13=$color05 # Base 0E - Bright Magenta
24 | color14=$color06 # Base 0C - Bright Cyan
25 | color15="D8/DE/E9" # Base 07 - Bright White
26 | color16="F9/91/57" # Base 09
27 | color17="AB/79/67" # Base 0F
28 | color18="34/3D/46" # Base 01
29 | color19="4F/5B/66" # Base 02
30 | color20="A7/AD/BA" # Base 04
31 | color21="CD/D3/DE" # Base 06
32 | color_foreground="4F/5B/66" # Base 02
33 | color_background="D8/DE/E9" # Base 07
34 | color_cursor="4F/5B/66" # Base 02
35 |
36 | if [ -n "$TMUX" ]; then
37 | # tell tmux to pass the escape sequences through
38 | # (Source: http://permalink.gmane.org/gmane.comp.terminal-emulators.tmux.user/1324)
39 | printf_template="\033Ptmux;\033\033]4;%d;rgb:%s\007\033\\"
40 | printf_template_var="\033Ptmux;\033\033]%d;rgb:%s\007\033\\"
41 | printf_template_custom="\033Ptmux;\033\033]%s%s\007\033\\"
42 | elif [ "${TERM%%-*}" = "screen" ]; then
43 | # GNU screen (screen, screen-256color, screen-256color-bce)
44 | printf_template="\033P\033]4;%d;rgb:%s\007\033\\"
45 | printf_template_var="\033P\033]%d;rgb:%s\007\033\\"
46 | printf_template_custom="\033P\033]%s%s\007\033\\"
47 | else
48 | printf_template="\033]4;%d;rgb:%s\033\\"
49 | printf_template_var="\033]%d;rgb:%s\033\\"
50 | printf_template_custom="\033]%s%s\033\\"
51 | fi
52 |
53 | # 16 color space
54 | printf $printf_template 0 $color00
55 | printf $printf_template 1 $color01
56 | printf $printf_template 2 $color02
57 | printf $printf_template 3 $color03
58 | printf $printf_template 4 $color04
59 | printf $printf_template 5 $color05
60 | printf $printf_template 6 $color06
61 | printf $printf_template 7 $color07
62 | printf $printf_template 8 $color08
63 | printf $printf_template 9 $color09
64 | printf $printf_template 10 $color10
65 | printf $printf_template 11 $color11
66 | printf $printf_template 12 $color12
67 | printf $printf_template 13 $color13
68 | printf $printf_template 14 $color14
69 | printf $printf_template 15 $color15
70 |
71 | # 256 color space
72 | printf $printf_template 16 $color16
73 | printf $printf_template 17 $color17
74 | printf $printf_template 18 $color18
75 | printf $printf_template 19 $color19
76 | printf $printf_template 20 $color20
77 | printf $printf_template 21 $color21
78 |
79 | # foreground / background / cursor color
80 | if [ -n "$ITERM_SESSION_ID" ]; then
81 | # iTerm2 proprietary escape codes
82 | printf $printf_template_custom Pg 4F5B66 # forground
83 | printf $printf_template_custom Ph D8DEE9 # background
84 | printf $printf_template_custom Pi 4F5B66 # bold color
85 | printf $printf_template_custom Pj C0C5CE # selection color
86 | printf $printf_template_custom Pk 4F5B66 # selected text color
87 | printf $printf_template_custom Pl 4F5B66 # cursor
88 | printf $printf_template_custom Pm D8DEE9 # cursor text
89 | else
90 | printf $printf_template_var 10 $color_foreground
91 | printf $printf_template_var 11 $color_background
92 | printf $printf_template_custom 12 ";7" # cursor (reverse video)
93 | fi
94 |
95 | # clean up
96 | unset printf_template
97 | unset printf_template_var
98 | unset color00
99 | unset color01
100 | unset color02
101 | unset color03
102 | unset color04
103 | unset color05
104 | unset color06
105 | unset color07
106 | unset color08
107 | unset color09
108 | unset color10
109 | unset color11
110 | unset color12
111 | unset color13
112 | unset color14
113 | unset color15
114 | unset color16
115 | unset color17
116 | unset color18
117 | unset color19
118 | unset color20
119 | unset color21
120 | unset color_foreground
121 | unset color_background
122 | unset color_cursor
123 |
--------------------------------------------------------------------------------
/terminator/base16-oceanicnext.dark.config:
--------------------------------------------------------------------------------
1 | [global_config]
2 | title_transmit_bg_color = "#EC5f67"
3 | title_inactive_bg_color = "#65737E"
4 | focus = system
5 | [keybindings]
6 | [profiles]
7 | [[default]]
8 | background_image = None
9 | copy_on_selection = True
10 | allow_bold = False
11 | palette = "#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9"
12 | foreground_color = "#C0C5CE"
13 | background_color = "#1B2B34"
14 | cursor_color = "#C0C5CE"
15 |
16 | [[Base16 Oceanic Next Dark]]
17 | background_image = None
18 | copy_on_selection = True
19 | allow_bold = False
20 | palette = "#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9"
21 | foreground_color = "#C0C5CE"
22 | background_color = "#1B2B34"
23 | cursor_color = "#C0C5CE"
24 |
25 | [layouts]
26 | [[default]]
27 | [[[child1]]]
28 | type = Terminal
29 | parent = window0
30 | profile = Base16 Oceanic Next Dark
31 | [[[window0]]]
32 | type = Window
33 | parent = ""
34 | [plugins]
35 |
--------------------------------------------------------------------------------
/terminator/base16-oceanicnext.light.config:
--------------------------------------------------------------------------------
1 | [global_config]
2 | title_transmit_bg_color = "#EC5f67"
3 | title_inactive_bg_color = "#65737E"
4 | focus = system
5 | [keybindings]
6 | [profiles]
7 | [[default]]
8 | background_image = None
9 | copy_on_selection = True
10 | allow_bold = False
11 | palette = "#1B2B34:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#D8DEE9"
12 | foreground_color = "#4F5B66"
13 | background_color = "#D8DEE9"
14 | cursor_color = "#4F5B66"
15 |
16 | [[Base16 Oceanic Next Light]]
17 | background_image = None
18 | copy_on_selection = True
19 | allow_bold = False
20 | palette = "#D8DEE9:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#C0C5CE:#65737E:#EC5f67:#99C794:#FAC863:#6699CC:#C594C5:#5FB3B3:#1B2B34"
21 | foreground_color = "#4F5B66"
22 | background_color = "#D8DEE9"
23 | cursor_color = "#4F5B66"
24 |
25 | [layouts]
26 | [[default]]
27 | [[[child1]]]
28 | type = Terminal
29 | parent = window0
30 | profile = Base16 Oceanic Next Light
31 | [[[window0]]]
32 | type = Window
33 | parent = ""
34 | [plugins]
35 |
--------------------------------------------------------------------------------
/termite/base16-oceanicnext.dark.config:
--------------------------------------------------------------------------------
1 | [colors]
2 | # Base16 Oceanic Next
3 | # Scheme: Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | foreground = #C0C5CE
6 | foreground_bold = #C0C5CE
7 | cursor = #C0C5CE
8 | background = #1B2B34
9 |
10 | # 16 color space
11 | color0 = #1B2B34
12 | color1 = #EC5f67
13 | color2 = #99C794
14 | color3 = #FAC863
15 | color4 = #6699CC
16 | color5 = #C594C5
17 | color6 = #5FB3B3
18 | color7 = #C0C5CE
19 | color8 = #65737E
20 | color9 = #EC5f67
21 | color10 = #99C794
22 | color11 = #FAC863
23 | color12 = #6699CC
24 | color13 = #C594C5
25 | color14 = #5FB3B3
26 | color15 = #D8DEE9
27 |
28 | # 256 color space
29 | color16 = #F99157
30 | color17 = #AB7967
31 | color18 = #343D46
32 | color19 = #4F5B66
33 | color20 = #A7ADBA
34 | color21 = #CDD3DE
35 |
--------------------------------------------------------------------------------
/termite/base16-oceanicnext.light.config:
--------------------------------------------------------------------------------
1 | [colors]
2 | # Base16 Oceanic Next
3 | # Scheme: Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | foreground = #4F5B66
6 | foreground_bold = #4F5B66
7 | cursor = #4F5B66
8 | background = #D8DEE9
9 |
10 | # 16 color space
11 | color0 = #1B2B34
12 | color1 = #EC5f67
13 | color2 = #99C794
14 | color3 = #FAC863
15 | color4 = #6699CC
16 | color5 = #C594C5
17 | color6 = #5FB3B3
18 | color7 = #C0C5CE
19 | color8 = #65737E
20 | color9 = #EC5f67
21 | color10 = #99C794
22 | color11 = #FAC863
23 | color12 = #6699CC
24 | color13 = #C594C5
25 | color14 = #5FB3B3
26 | color15 = #D8DEE9
27 |
28 | # 256 color space
29 | color16 = #F99157
30 | color17 = #AB7967
31 | color18 = #343D46
32 | color19 = #4F5B66
33 | color20 = #A7ADBA
34 | color21 = #CDD3DE
35 |
--------------------------------------------------------------------------------
/textadept/base16-oceanicnext-dark.lua:
--------------------------------------------------------------------------------
1 | -- Oceanic Next theme for Textadept
2 | -- Theme author: Dmitri Voronianski (http://pixelhunter.me)
3 | -- Base16 (https://github.com/chriskempson/base16)
4 | -- Build with Base16 Builder (https://github.com/chriskempson/base16-builder)
5 | -- Repository: https://github.com/rgieseke/ta-themes
6 |
7 | local buffer = buffer
8 | local property, property_int = buffer.property, buffer.property_int
9 |
10 | property['color.base00'] = 0x342B1B
11 | property['color.base01'] = 0x463D34
12 | property['color.base02'] = 0x665B4F
13 | property['color.base03'] = 0x7E7365
14 | property['color.base04'] = 0xBAADA7
15 | property['color.base05'] = 0xCEC5C0
16 | property['color.base06'] = 0xDED3CD
17 | property['color.base07'] = 0xE9DED8
18 | property['color.base08'] = 0x675fEC
19 | property['color.base09'] = 0x5791F9
20 | property['color.base0A'] = 0x63C8FA
21 | property['color.base0B'] = 0x94C799
22 | property['color.base0C'] = 0xB3B35F
23 | property['color.base0D'] = 0xCC9966
24 | property['color.base0E'] = 0xC594C5
25 | property['color.base0F'] = 0x6779AB
26 |
27 | -- Default font.
28 | property['font'], property['fontsize'] = 'Bitstream Vera Sans Mono', 10
29 | if WIN32 then
30 | property['font'] = 'Courier New'
31 | elseif OSX then
32 | property['font'], property['fontsize'] = 'Monaco', 12
33 | end
34 |
35 | -- Token styles.
36 | property['style.nothing'] = ''
37 | property['style.class'] = 'fore:%(color.base0A)'
38 | property['style.comment'] = 'fore:%(color.base03)'
39 | property['style.constant'] = 'fore:%(color.base09)'
40 | property['style.error'] = 'fore:%(color.base08),italics'
41 | property['style.function'] = 'fore:%(color.base0E)'
42 | property['style.keyword'] = 'fore:%(color.base0E)'
43 | property['style.label'] = 'fore:%(color.base0A)'
44 | property['style.number'] = 'fore:%(color.base09)'
45 | property['style.operator'] = 'fore:%(color.base05)'
46 | property['style.regex'] = 'fore:%(color.base0C)'
47 | property['style.string'] = 'fore:%(color.base0B)'
48 | property['style.preprocessor'] = 'fore:%(color.base0A)'
49 | property['style.type'] = 'fore:%(color.base09)'
50 | property['style.variable'] = 'fore:%(color.base08)'
51 | property['style.whitespace'] = ''
52 | property['style.embedded'] = 'fore:%(color.base0F),back:%(color.base01)'
53 | property['style.identifier'] = '%(style.nothing)'
54 |
55 | -- Predefined styles.
56 | property['style.default'] = 'font:%(font),size:%(fontsize),'..
57 | 'fore:%(color.base05),back:%(color.base00)'
58 | property['style.linenumber'] = 'fore:%(color.base02),back:%(color.base00)'
59 | property['style.bracelight'] = 'fore:%(color.base0C),underlined'
60 | property['style.bracebad'] = 'fore:%(color.base08)'
61 | property['style.controlchar'] = '%(style.nothing)'
62 | property['style.indentguide'] = 'fore:%(color.base03)'
63 | property['style.calltip'] = 'fore:%(color.base02),back:%(color.base07)'
64 |
65 | -- Multiple Selection and Virtual Space.
66 | --buffer.additional_sel_alpha =
67 | --buffer.additional_sel_fore =
68 | --buffer.additional_sel_back =
69 | --buffer.additional_caret_fore =
70 |
71 | -- Caret and Selection Styles.
72 | buffer:set_sel_fore(true, property_int['color.base00'])
73 | buffer:set_sel_back(true, property_int['color.base05'])
74 | --buffer.sel_alpha =
75 | buffer.caret_fore = property_int['color.base07']
76 | buffer.caret_line_back = property_int['color.base01']
77 | --buffer.caret_line_back_alpha =
78 |
79 | -- Fold Margin.
80 | buffer:set_fold_margin_colour(true, property_int['color.base00'])
81 | buffer:set_fold_margin_hi_colour(true, property_int['color.base00'])
82 |
83 | -- Markers.
84 | local MARK_BOOKMARK, t_run = textadept.bookmarks.MARK_BOOKMARK, textadept.run
85 | --buffer.marker_fore[MARK_BOOKMARK] = property_int['color.base05']
86 | buffer.marker_back[MARK_BOOKMARK] = property_int['color.base0D']
87 | --buffer.marker_fore[t_run.MARK_WARNING] = property_int['color.base05']
88 | buffer.marker_back[t_run.MARK_WARNING] = property_int['color.base0A']
89 | --buffer.marker_fore[t_run.MARK_ERROR] = property_int['color.base05']
90 | buffer.marker_back[t_run.MARK_ERROR] = property_int['color.base08']
91 | for i = 25, 31 do -- fold margin markers
92 | buffer.marker_fore[i] = property_int['color.base00']
93 | buffer.marker_back[i] = property_int['color.base03']
94 | buffer.marker_back_selected[i] = property_int['color.base02']
95 | end
96 |
97 | -- Long Lines.
98 | buffer.edge_colour = property_int['color.base01']
99 |
100 | -- Add red and green for diff lexer.
101 | property['color.red'] = property['color.base08']
102 | property['color.green'] = property['color.base0B']
103 |
--------------------------------------------------------------------------------
/textadept/base16-oceanicnext-light.lua:
--------------------------------------------------------------------------------
1 | -- Oceanic Next theme for Textadept (http://foicica.com/textadept/)
2 | -- Theme author: Dmitri Voronianski (http://pixelhunter.me)
3 | -- Base16 (https://github.com/chriskempson/base16)
4 | -- Build with Base16 Builder (https://github.com/chriskempson/base16-builder)
5 | -- Repository: https://github.com/rgieseke/ta-themes
6 |
7 | local buffer = buffer
8 | local property, property_int = buffer.property, buffer.property_int
9 |
10 | property['color.base00'] = 0x342B1B
11 | property['color.base01'] = 0x463D34
12 | property['color.base02'] = 0x665B4F
13 | property['color.base03'] = 0x7E7365
14 | property['color.base04'] = 0xBAADA7
15 | property['color.base05'] = 0xCEC5C0
16 | property['color.base06'] = 0xDED3CD
17 | property['color.base07'] = 0xE9DED8
18 | property['color.base08'] = 0x675fEC
19 | property['color.base09'] = 0x5791F9
20 | property['color.base0A'] = 0x63C8FA
21 | property['color.base0B'] = 0x94C799
22 | property['color.base0C'] = 0xB3B35F
23 | property['color.base0D'] = 0xCC9966
24 | property['color.base0E'] = 0xC594C5
25 | property['color.base0F'] = 0x6779AB
26 |
27 | -- Default font.
28 | property['font'], property['fontsize'] = 'Bitstream Vera Sans Mono', 10
29 | if WIN32 then
30 | property['font'] = 'Courier New'
31 | elseif OSX then
32 | property['font'], property['fontsize'] = 'Monaco', 12
33 | end
34 |
35 | -- Token styles.
36 | property['style.nothing'] = ''
37 | property['style.class'] = 'fore:%(color.base0A)'
38 | property['style.comment'] = 'fore:%(color.base04)'
39 | property['style.constant'] = 'fore:%(color.base09)'
40 | property['style.error'] = 'fore:%(color.base08),italics'
41 | property['style.function'] = 'fore:%(color.base0E)'
42 | property['style.keyword'] = 'fore:%(color.base0E)'
43 | property['style.label'] = 'fore:%(color.base0A)'
44 | property['style.number'] = 'fore:%(color.base09)'
45 | property['style.operator'] = 'fore:%(color.base02)'
46 | property['style.regex'] = 'fore:%(color.base0C)'
47 | property['style.string'] = 'fore:%(color.base0B)'
48 | property['style.preprocessor'] = 'fore:%(color.base0A)'
49 | property['style.type'] = 'fore:%(color.base09)'
50 | property['style.variable'] = 'fore:%(color.base08)'
51 | property['style.whitespace'] = ''
52 | property['style.embedded'] = 'fore:%(color.base0F),back:%(color.base06)'
53 | property['style.identifier'] = '%(style.nothing)'
54 |
55 | -- Predefined styles.
56 | property['style.default'] = 'font:%(font),size:%(fontsize),'..
57 | 'fore:%(color.base02),back:%(color.base07)'
58 | property['style.linenumber'] = 'fore:%(color.base05),back:%(color.base07)'
59 | property['style.bracelight'] = 'fore:%(color.base0C),underlined'
60 | property['style.bracebad'] = 'fore:%(color.base08)'
61 | property['style.controlchar'] = '%(style.nothing)'
62 | property['style.indentguide'] = 'fore:%(color.base03)'
63 | property['style.calltip'] = 'fore:%(color.base05),back:%(color.base00)'
64 |
65 | -- Multiple Selection and Virtual Space.
66 | --buffer.additional_sel_alpha =
67 | --buffer.additional_sel_fore =
68 | --buffer.additional_sel_back =
69 | --buffer.additional_caret_fore =
70 |
71 | -- Caret and Selection Styles.
72 | buffer:set_sel_fore(true, property_int['color.base07'])
73 | buffer:set_sel_back(true, property_int['color.base02'])
74 | --buffer.sel_alpha =
75 | buffer.caret_fore = property_int['color.base00']
76 | buffer.caret_line_back = property_int['color.base06']
77 | --buffer.caret_line_back_alpha =
78 |
79 | -- Fold Margin.
80 | buffer:set_fold_margin_colour(true, property_int['color.base07'])
81 | buffer:set_fold_margin_hi_colour(true, property_int['color.base07'])
82 |
83 | -- Markers.
84 | local MARK_BOOKMARK, t_run = textadept.bookmarks.MARK_BOOKMARK, textadept.run
85 | --buffer.marker_fore[MARK_BOOKMARK] = property_int['color.base05']
86 | buffer.marker_back[MARK_BOOKMARK] = property_int['color.base0D']
87 | --buffer.marker_fore[t_run.MARK_WARNING] = property_int['color.base05']
88 | buffer.marker_back[t_run.MARK_WARNING] = property_int['color.base0A']
89 | --buffer.marker_fore[t_run.MARK_ERROR] = property_int['color.base05']
90 | buffer.marker_back[t_run.MARK_ERROR] = property_int['color.base08']
91 | for i = 25, 31 do -- fold margin markers
92 | buffer.marker_fore[i] = property_int['color.base07']
93 | buffer.marker_back[i] = property_int['color.base04']
94 | buffer.marker_back_selected[i] = property_int['color.base05']
95 | end
96 |
97 | -- Long Lines.
98 | buffer.edge_colour = property_int['color.base06']
99 |
100 | -- Add red and green for diff lexer.
101 | property['color.red'] = property['color.base08']
102 | property['color.green'] = property['color.base0B']
103 |
--------------------------------------------------------------------------------
/vconsole/base16-oceanicnext.dark.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Base16 Oceanic Next - Virtual console color setup script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | color00="1B2B34" # Base 00 - Black
6 | color01="EC5f67" # Base 08 - Red
7 | color02="99C794" # Base 0B - Green
8 | color03="FAC863" # Base 0A - Yellow
9 | color04="6699CC" # Base 0D - Blue
10 | color05="C594C5" # Base 0E - Magenta
11 | color06="5FB3B3" # Base 0C - Cyan
12 | color07="C0C5CE" # Base 05 - White
13 | color08="65737E" # Base 03 - Bright Black
14 | color09=$color01 # Base 08 - Bright Red
15 | color10=$color02 # Base 0B - Bright Green
16 | color11=$color03 # Base 0A - Bright Yellow
17 | color12=$color04 # Base 0D - Bright Blue
18 | color13=$color05 # Base 0E - Bright Magenta
19 | color14=$color06 # Base 0C - Bright Cyan
20 | color15="D8DEE9" # Base 07 - Bright White
21 |
22 | # 16 color space
23 | echo -e "\e]P0$color00"
24 | echo -e "\e]P1$color01"
25 | echo -e "\e]P2$color02"
26 | echo -e "\e]P3$color03"
27 | echo -e "\e]P4$color04"
28 | echo -e "\e]P5$color05"
29 | echo -e "\e]P6$color06"
30 | echo -e "\e]P7$color07"
31 | echo -e "\e]P8$color08"
32 | echo -e "\e]P9$color09"
33 | echo -e "\e]PA$color10"
34 | echo -e "\e]PB$color11"
35 | echo -e "\e]PC$color12"
36 | echo -e "\e]PD$color13"
37 | echo -e "\e]PE$color14"
38 | echo -e "\e]PF$color15"
39 | if [ -x /sbin/clear ]; then
40 | /sbin/clear
41 | else
42 | echo -e "\e[H"
43 | echo -e "\e[2J"
44 | fi
45 |
46 | # clean up
47 | unset color00
48 | unset color01
49 | unset color02
50 | unset color03
51 | unset color04
52 | unset color05
53 | unset color06
54 | unset color07
55 | unset color08
56 | unset color09
57 | unset color10
58 | unset color11
59 | unset color12
60 | unset color13
61 | unset color14
62 | unset color15
63 |
--------------------------------------------------------------------------------
/vconsole/base16-oceanicnext.light.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Base16 Oceanic Next - Virtual console color setup script
3 | # Dmitri Voronianski (http://pixelhunter.me)
4 |
5 | color00="D8DEE9" # Base 07 - White
6 | color01="EC5f67" # Base 08 - Red
7 | color02="99C794" # Base 0B - Green
8 | color03="FAC863" # Base 0A - Yellow
9 | color04="6699CC" # Base 0D - Blue
10 | color05="C594C5" # Base 0E - Magenta
11 | color06="5FB3B3" # Base 0C - Cyan
12 | color07="4F5B66" # Base 02 - Black
13 | color08="C0C5CE" # Base 05 - Bright White
14 | color09=$color01 # Base 08 - Bright Red
15 | color10=$color02 # Base 0B - Bright Green
16 | color11=$color03 # Base 0A - Bright Yellow
17 | color12=$color04 # Base 0D - Bright Blue
18 | color13=$color05 # Base 0E - Bright Magenta
19 | color14=$color06 # Base 0C - Bright Cyan
20 | color15="1B2B34" # Base 00 - Bright Black
21 |
22 | # 16 color space
23 | echo -e "\e]P0$color00"
24 | echo -e "\e]P1$color01"
25 | echo -e "\e]P2$color02"
26 | echo -e "\e]P3$color03"
27 | echo -e "\e]P4$color04"
28 | echo -e "\e]P5$color05"
29 | echo -e "\e]P6$color06"
30 | echo -e "\e]P7$color07"
31 | echo -e "\e]P8$color08"
32 | echo -e "\e]P9$color09"
33 | echo -e "\e]PA$color10"
34 | echo -e "\e]PB$color11"
35 | echo -e "\e]PC$color12"
36 | echo -e "\e]PD$color13"
37 | echo -e "\e]PE$color14"
38 | echo -e "\e]PF$color15"
39 | echo -e "\e[H"
40 | echo -e "\e[2J"
41 |
42 | # clean up
43 | unset color00
44 | unset color01
45 | unset color02
46 | unset color03
47 | unset color04
48 | unset color05
49 | unset color06
50 | unset color07
51 | unset color08
52 | unset color09
53 | unset color10
54 | unset color11
55 | unset color12
56 | unset color13
57 | unset color14
58 | unset color15
59 |
--------------------------------------------------------------------------------
/windows-command-prompt/base16-oceanicnext.reg:
--------------------------------------------------------------------------------
1 | Windows Registry Editor Version 5.00
2 |
3 | ; Base16 Oceanic Next (https://github.com/chriskempson/base16)
4 | ; Scheme: Dmitri Voronianski (http://pixelhunter.me)
5 |
6 | [HKEY_CURRENT_USER\Console]
7 | "ColorTable00"=dword:00342B1B
8 | "ColorTable01"=dword:00CC9966
9 | "ColorTable02"=dword:0094C799
10 | "ColorTable03"=dword:00B3B35F
11 | "ColorTable04"=dword:005791F9
12 | "ColorTable05"=dword:00C594C5
13 | "ColorTable06"=dword:0063C8FA
14 | "ColorTable07"=dword:00BAADA7
15 | "ColorTable08"=dword:007E7365
16 | "ColorTable09"=dword:00CC9966
17 | "ColorTable10"=dword:0094C799
18 | "ColorTable11"=dword:00B3B35F
19 | "ColorTable12"=dword:00675fEC
20 | "ColorTable13"=dword:006779AB
21 | "ColorTable14"=dword:0063C8FA
22 | "ColorTable15"=dword:00E9DED8
--------------------------------------------------------------------------------
/xcode4/base16-oceanicnext.dark.dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
7 | DVTConsoleDebuggerInputTextFont
8 | Menlo-Bold - 11.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
11 | DVTConsoleDebuggerOutputTextFont
12 | Menlo-Regular - 11.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.4 0.6 0.8 1
15 | DVTConsoleDebuggerPromptTextFont
16 | Menlo-Bold - 11.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
19 | DVTConsoleExectuableInputTextFont
20 | Menlo-Regular - 11.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
23 | DVTConsoleExectuableOutputTextFont
24 | Menlo-Bold - 11.0
25 | DVTConsoleTextBackgroundColor
26 | 0.10588235294117647 0.16862745098039217 0.20392156862745098 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
29 | DVTConsoleTextSelectionColor
30 | 0.30980392156862746 0.3568627450980392 0.4 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.6 0.7803921568627451 0.5803921568627451 1
33 | DVTSourceTextBackground
34 | 0.10588235294117647 0.16862745098039217 0.20392156862745098 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.7529411764705882 0.7725490196078432 0.807843137254902 1
39 | DVTSourceTextInvisiblesColor
40 | 0.396078431372549 0.45098039215686275 0.49411764705882355 1
41 | DVTSourceTextSelectionColor
42 | 0.30980392156862746 0.3568627450980392 0.4 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
47 | xcode.syntax.character
48 | 0.6 0.7803921568627451 0.5803921568627451 1
49 | xcode.syntax.comment
50 | 0.396078431372549 0.45098039215686275 0.49411764705882355 1
51 | xcode.syntax.comment.doc
52 | 0.396078431372549 0.45098039215686275 0.49411764705882355 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.803921568627451 0.8274509803921568 0.8705882352941177 1
55 | xcode.syntax.identifier.class
56 | 0.9764705882352941 0.5686274509803921 0.3411764705882353 1
57 | xcode.syntax.identifier.class.system
58 | 0.9764705882352941 0.5686274509803921 0.3411764705882353 1
59 | xcode.syntax.identifier.constant
60 | 0.6705882352941176 0.4745098039215686 0.403921568627451 1
61 | xcode.syntax.identifier.constant.system
62 | 0.6705882352941176 0.4745098039215686 0.403921568627451 1
63 | xcode.syntax.identifier.function
64 | 0.9803921568627451 0.7843137254901961 0.38823529411764707 1
65 | xcode.syntax.identifier.function.system
66 | 0.9764705882352941 0.5686274509803921 0.3411764705882353 1
67 | xcode.syntax.identifier.macro
68 | 0.6705882352941176 0.4745098039215686 0.403921568627451 1
69 | xcode.syntax.identifier.macro.system
70 | 0.6705882352941176 0.4745098039215686 0.403921568627451 1
71 | xcode.syntax.identifier.type
72 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
73 | xcode.syntax.identifier.type.system
74 | 0.9764705882352941 0.5686274509803921 0.3411764705882353 1
75 | xcode.syntax.identifier.variable
76 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
77 | xcode.syntax.identifier.variable.system
78 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
79 | xcode.syntax.keyword
80 | 0.4 0.6 0.8 1
81 | xcode.syntax.number
82 | 0.6 0.7803921568627451 0.5803921568627451 1
83 | xcode.syntax.plain
84 | 0.8470588235294118 0.8705882352941177 0.9137254901960784 1
85 | xcode.syntax.preprocessor
86 | 0.37254901960784315 0.7019607843137254 0.7019607843137254 1
87 | xcode.syntax.string
88 | 0.6 0.7803921568627451 0.5803921568627451 1
89 | xcode.syntax.url
90 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | Menlo-Regular - 11.0
96 | xcode.syntax.character
97 | Menlo-Regular - 11.0
98 | xcode.syntax.comment
99 | Menlo-Regular - 11.0
100 | xcode.syntax.comment.doc
101 | Menlo-Regular - 11.0
102 | xcode.syntax.comment.doc.keyword
103 | Menlo-Regular - 11.0
104 | xcode.syntax.identifier.class
105 | Menlo-Regular - 11.0
106 | xcode.syntax.identifier.class.system
107 | Menlo-Regular - 11.0
108 | xcode.syntax.identifier.constant
109 | Menlo-Regular - 11.0
110 | xcode.syntax.identifier.constant.system
111 | Menlo-Regular - 11.0
112 | xcode.syntax.identifier.function
113 | Menlo-Regular - 11.0
114 | xcode.syntax.identifier.function.system
115 | Menlo-Regular - 11.0
116 | xcode.syntax.identifier.macro
117 | Menlo-Regular - 11.0
118 | xcode.syntax.identifier.macro.system
119 | Menlo-Regular - 11.0
120 | xcode.syntax.identifier.type
121 | Menlo-Regular - 11.0
122 | xcode.syntax.identifier.type.system
123 | Menlo-Regular - 11.0
124 | xcode.syntax.identifier.variable
125 | Menlo-Regular - 11.0
126 | xcode.syntax.identifier.variable.system
127 | Menlo-Regular - 11.0
128 | xcode.syntax.keyword
129 | Menlo-Regular - 11.0
130 | xcode.syntax.number
131 | Menlo-Regular - 11.0
132 | xcode.syntax.plain
133 | Menlo-Regular - 11.0
134 | xcode.syntax.preprocessor
135 | Menlo-Regular - 11.0
136 | xcode.syntax.string
137 | Menlo-Regular - 11.0
138 | xcode.syntax.url
139 | Menlo-Regular - 11.0
140 |
141 |
142 |
143 |
--------------------------------------------------------------------------------
/xcode4/base16-oceanicnext.light.dvtcolortheme:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DVTConsoleDebuggerInputTextColor
6 | 0.30980392156862746 0.3568627450980392 0.4 1
7 | DVTConsoleDebuggerInputTextFont
8 | Menlo-Bold - 11.0
9 | DVTConsoleDebuggerOutputTextColor
10 | 0.30980392156862746 0.3568627450980392 0.4 1
11 | DVTConsoleDebuggerOutputTextFont
12 | Menlo-Regular - 11.0
13 | DVTConsoleDebuggerPromptTextColor
14 | 0.4 0.6 0.8 1
15 | DVTConsoleDebuggerPromptTextFont
16 | Menlo-Bold - 11.0
17 | DVTConsoleExectuableInputTextColor
18 | 0.30980392156862746 0.3568627450980392 0.4 1
19 | DVTConsoleExectuableInputTextFont
20 | Menlo-Regular - 11.0
21 | DVTConsoleExectuableOutputTextColor
22 | 0.30980392156862746 0.3568627450980392 0.4 1
23 | DVTConsoleExectuableOutputTextFont
24 | Menlo-Bold - 11.0
25 | DVTConsoleTextBackgroundColor
26 | 0.8470588235294118 0.8705882352941177 0.9137254901960784 1
27 | DVTConsoleTextInsertionPointColor
28 | 0.30980392156862746 0.3568627450980392 0.4 1
29 | DVTConsoleTextSelectionColor
30 | 0.803921568627451 0.8274509803921568 0.8705882352941177 1
31 | DVTDebuggerInstructionPointerColor
32 | 0.6 0.7803921568627451 0.5803921568627451 1
33 | DVTSourceTextBackground
34 | 0.8470588235294118 0.8705882352941177 0.9137254901960784 1
35 | DVTSourceTextBlockDimBackgroundColor
36 | 0.5 0.5 0.5 1
37 | DVTSourceTextInsertionPointColor
38 | 0.30980392156862746 0.3568627450980392 0.4 1
39 | DVTSourceTextInvisiblesColor
40 | 0.8470588235294118 0.8705882352941177 0.9137254901960784 1
41 | DVTSourceTextSelectionColor
42 | 0.803921568627451 0.8274509803921568 0.8705882352941177 1
43 | DVTSourceTextSyntaxColors
44 |
45 | xcode.syntax.attribute
46 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
47 | xcode.syntax.character
48 | 0.6 0.7803921568627451 0.5803921568627451 1
49 | xcode.syntax.comment
50 | 0.6549019607843137 0.6784313725490196 0.7294117647058823 1
51 | xcode.syntax.comment.doc
52 | 0.6549019607843137 0.6784313725490196 0.7294117647058823 1
53 | xcode.syntax.comment.doc.keyword
54 | 0.803921568627451 0.8274509803921568 0.8705882352941177 1
55 | xcode.syntax.identifier.class
56 | 0.37254901960784315 0.7019607843137254 0.7019607843137254 1
57 | xcode.syntax.identifier.class.system
58 | 0.37254901960784315 0.7019607843137254 0.7019607843137254 1
59 | xcode.syntax.identifier.constant
60 | 0.9803921568627451 0.7843137254901961 0.38823529411764707 1
61 | xcode.syntax.identifier.constant.system
62 | 0.9803921568627451 0.7843137254901961 0.38823529411764707 1
63 | xcode.syntax.identifier.function
64 | 0.4 0.6 0.8 1
65 | xcode.syntax.identifier.function.system
66 | 0.4 0.6 0.8 1
67 | xcode.syntax.identifier.macro
68 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
69 | xcode.syntax.identifier.macro.system
70 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
71 | xcode.syntax.identifier.type
72 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
73 | xcode.syntax.identifier.type.system
74 | 0.9764705882352941 0.5686274509803921 0.3411764705882353 1
75 | xcode.syntax.identifier.variable
76 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
77 | xcode.syntax.identifier.variable.system
78 | 0.9254901960784314 0.37254901960784315 0.403921568627451 1
79 | xcode.syntax.keyword
80 | 0.4 0.6 0.8 1
81 | xcode.syntax.number
82 | 0.6 0.7803921568627451 0.5803921568627451 1
83 | xcode.syntax.plain
84 | 0.10588235294117647 0.16862745098039217 0.20392156862745098 1
85 | xcode.syntax.preprocessor
86 | 0.37254901960784315 0.7019607843137254 0.7019607843137254 1
87 | xcode.syntax.string
88 | 0.6 0.7803921568627451 0.5803921568627451 1
89 | xcode.syntax.url
90 | 0.7725490196078432 0.5803921568627451 0.7725490196078432 1
91 |
92 | DVTSourceTextSyntaxFonts
93 |
94 | xcode.syntax.attribute
95 | Menlo-Regular - 11.0
96 | xcode.syntax.character
97 | Menlo-Regular - 11.0
98 | xcode.syntax.comment
99 | Menlo-Regular - 11.0
100 | xcode.syntax.comment.doc
101 | Menlo-Regular - 11.0
102 | xcode.syntax.comment.doc.keyword
103 | Menlo-Regular - 11.0
104 | xcode.syntax.identifier.class
105 | Menlo-Regular - 11.0
106 | xcode.syntax.identifier.class.system
107 | Menlo-Regular - 11.0
108 | xcode.syntax.identifier.constant
109 | Menlo-Regular - 11.0
110 | xcode.syntax.identifier.constant.system
111 | Menlo-Regular - 11.0
112 | xcode.syntax.identifier.function
113 | Menlo-Regular - 11.0
114 | xcode.syntax.identifier.function.system
115 | Menlo-Regular - 11.0
116 | xcode.syntax.identifier.macro
117 | Menlo-Regular - 11.0
118 | xcode.syntax.identifier.macro.system
119 | Menlo-Regular - 11.0
120 | xcode.syntax.identifier.type
121 | Menlo-Regular - 11.0
122 | xcode.syntax.identifier.type.system
123 | Menlo-Regular - 11.0
124 | xcode.syntax.identifier.variable
125 | Menlo-Regular - 11.0
126 | xcode.syntax.identifier.variable.system
127 | Menlo-Regular - 11.0
128 | xcode.syntax.keyword
129 | Menlo-Regular - 11.0
130 | xcode.syntax.number
131 | Menlo-Regular - 11.0
132 | xcode.syntax.plain
133 | Menlo-Regular - 11.0
134 | xcode.syntax.preprocessor
135 | Menlo-Regular - 11.0
136 | xcode.syntax.string
137 | Menlo-Regular - 11.0
138 | xcode.syntax.url
139 | Menlo-Regular - 11.0
140 |
141 |
142 |
143 |
--------------------------------------------------------------------------------
/xfce4-terminal/base16-oceanicnext.dark.16.terminalrc:
--------------------------------------------------------------------------------
1 | [Configuration]
2 | ColorCursor=#C0C5CE
3 | ColorForeground=#C0C5CE
4 | ColorBackground=#1B2B34
5 | ColorPalette=#1B2B34;#EC5f67;#99C794;#FAC863;#6699CC;#C594C5;#5FB3B3;#C0C5CE;#65737E;#F99157;#343D46;#4F5B66;#A7ADBA;#CDD3DE;#AB7967;#D8DEE9
6 |
--------------------------------------------------------------------------------
/xfce4-terminal/base16-oceanicnext.dark.terminalrc:
--------------------------------------------------------------------------------
1 | [Configuration]
2 | ColorCursor=#C0C5CE
3 | ColorForeground=#C0C5CE
4 | ColorBackground=#1B2B34
5 | ColorPalette=#1B2B34;#EC5f67;#99C794;#FAC863;#6699CC;#C594C5;#5FB3B3;#C0C5CE;#65737E;#EC5f67;#99C794;#FAC863;#6699CC;#C594C5;#5FB3B3;#D8DEE9
6 |
--------------------------------------------------------------------------------
/xresources/base16-oceanicnext.dark.256.xresources:
--------------------------------------------------------------------------------
1 | ! Base16 Oceanic Next
2 | ! Scheme: Dmitri Voronianski (http://pixelhunter.me)
3 |
4 | #define base00 #1B2B34
5 | #define base01 #343D46
6 | #define base02 #4F5B66
7 | #define base03 #65737E
8 | #define base04 #A7ADBA
9 | #define base05 #C0C5CE
10 | #define base06 #CDD3DE
11 | #define base07 #D8DEE9
12 | #define base08 #EC5f67
13 | #define base09 #F99157
14 | #define base0A #FAC863
15 | #define base0B #99C794
16 | #define base0C #5FB3B3
17 | #define base0D #6699CC
18 | #define base0E #C594C5
19 | #define base0F #AB7967
20 |
21 | *.foreground: base05
22 | *.background: base00
23 | *.cursorColor: base05
24 |
25 | *.color0: base00
26 | *.color1: base08
27 | *.color2: base0B
28 | *.color3: base0A
29 | *.color4: base0D
30 | *.color5: base0E
31 | *.color6: base0C
32 | *.color7: base05
33 |
34 | *.color8: base03
35 | *.color9: base08
36 | *.color10: base0B
37 | *.color11: base0A
38 | *.color12: base0D
39 | *.color13: base0E
40 | *.color14: base0C
41 | *.color15: base07
42 |
43 | ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
44 | ! use 'shell' template to set these if necessary
45 | *.color16: base09
46 | *.color17: base0F
47 | *.color18: base01
48 | *.color19: base02
49 | *.color20: base04
50 | *.color21: base06
51 |
--------------------------------------------------------------------------------
/xresources/base16-oceanicnext.dark.xresources:
--------------------------------------------------------------------------------
1 | ! Base16 Oceanic Next
2 | ! Scheme: Dmitri Voronianski (http://pixelhunter.me)
3 |
4 | #define base00 #1B2B34
5 | #define base01 #343D46
6 | #define base02 #4F5B66
7 | #define base03 #65737E
8 | #define base04 #A7ADBA
9 | #define base05 #C0C5CE
10 | #define base06 #CDD3DE
11 | #define base07 #D8DEE9
12 | #define base08 #EC5f67
13 | #define base09 #F99157
14 | #define base0A #FAC863
15 | #define base0B #99C794
16 | #define base0C #5FB3B3
17 | #define base0D #6699CC
18 | #define base0E #C594C5
19 | #define base0F #AB7967
20 |
21 | *.foreground: base05
22 | *.background: base00
23 | *.cursorColor: base05
24 |
25 | *.color0: base00
26 | *.color1: base08
27 | *.color2: base0B
28 | *.color3: base0A
29 | *.color4: base0D
30 | *.color5: base0E
31 | *.color6: base0C
32 | *.color7: base05
33 |
34 | *.color8: base03
35 | *.color9: base09
36 | *.color10: base01
37 | *.color11: base02
38 | *.color12: base04
39 | *.color13: base06
40 | *.color14: base0F
41 | *.color15: base07
42 |
--------------------------------------------------------------------------------
/xresources/base16-oceanicnext.light.256.xresources:
--------------------------------------------------------------------------------
1 | ! Base16 Oceanic Next
2 | ! Scheme: Dmitri Voronianski (http://pixelhunter.me)
3 |
4 | #define base00 #1B2B34
5 | #define base01 #343D46
6 | #define base02 #4F5B66
7 | #define base03 #65737E
8 | #define base04 #A7ADBA
9 | #define base05 #C0C5CE
10 | #define base06 #CDD3DE
11 | #define base07 #D8DEE9
12 | #define base08 #EC5f67
13 | #define base09 #F99157
14 | #define base0A #FAC863
15 | #define base0B #99C794
16 | #define base0C #5FB3B3
17 | #define base0D #6699CC
18 | #define base0E #C594C5
19 | #define base0F #AB7967
20 |
21 | *.foreground: base02
22 | *.background: base07
23 | *.cursorColor: base02
24 |
25 | *.color0: base00
26 | *.color1: base08
27 | *.color2: base0B
28 | *.color3: base0A
29 | *.color4: base0D
30 | *.color5: base0E
31 | *.color6: base0C
32 | *.color7: base05
33 |
34 | *.color8: base03
35 | *.color9: base08
36 | *.color10: base0B
37 | *.color11: base0A
38 | *.color12: base0D
39 | *.color13: base0E
40 | *.color14: base0C
41 | *.color15: base07
42 |
43 | ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
44 | ! use 'shell' template to set these if necessary
45 | *.color16: base09
46 | *.color17: base0F
47 | *.color18: base01
48 | *.color19: base02
49 | *.color20: base04
50 | *.color21: base06
51 |
--------------------------------------------------------------------------------
/xresources/base16-oceanicnext.light.xresources:
--------------------------------------------------------------------------------
1 | ! Base16 Oceanic Next
2 | ! Scheme: Dmitri Voronianski (http://pixelhunter.me)
3 |
4 | #define base00 #1B2B34
5 | #define base01 #343D46
6 | #define base02 #4F5B66
7 | #define base03 #65737E
8 | #define base04 #A7ADBA
9 | #define base05 #C0C5CE
10 | #define base06 #CDD3DE
11 | #define base07 #D8DEE9
12 | #define base08 #EC5f67
13 | #define base09 #F99157
14 | #define base0A #FAC863
15 | #define base0B #99C794
16 | #define base0C #5FB3B3
17 | #define base0D #6699CC
18 | #define base0E #C594C5
19 | #define base0F #AB7967
20 |
21 | *.foreground: base02
22 | *.background: base07
23 | *.cursorColor: base02
24 |
25 | *.color0: base00
26 | *.color1: base08
27 | *.color2: base0B
28 | *.color3: base0A
29 | *.color4: base0D
30 | *.color5: base0E
31 | *.color6: base0C
32 | *.color7: base05
33 |
34 | *.color8: base03
35 | *.color9: base09
36 | *.color10: base01
37 | *.color11: base02
38 | *.color12: base04
39 | *.color13: base06
40 | *.color14: base0F
41 | *.color15: base07
42 |
43 | ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
44 | ! use 'shell' template to set these if necessary
45 | *.color16: base09
46 | *.color17: base0F
47 | *.color18: base01
48 | *.color19: base02
49 | *.color20: base04
50 | *.color21: base06
51 |
--------------------------------------------------------------------------------
/zathura/base16-oceanicnext.zathurarc-dark:
--------------------------------------------------------------------------------
1 |
2 |
3 | set default-bg "#1B2B34"
4 | set default-fg "#343D46"
5 |
6 | set statusbar-fg "#A7ADBA"
7 | set statusbar-bg "#343D46"
8 |
9 | set inputbar-bg "#1B2B34"
10 | set inputbar-fg "#4F5B66"
11 |
12 | set notification-error-bg "#EC5f67"
13 | set notification-error-fg "#1B2B34"
14 |
15 | set notification-warning-bg "#EC5f67"
16 | set notification-warning-fg "#1B2B34"
17 |
18 | set highlight-color "#FAC863"
19 | set highlight-active-color "#6699CC"
20 |
21 | set completion-highlight-fg "#4F5B66"
22 | set completion-highlight-bg "#5FB3B3"
23 |
24 | set completion-bg "#4F5B66"
25 | set completion-fg "#5FB3B3"
26 |
27 | set notification-bg "#99C794"
28 | set notification-fg "#1B2B34"
29 |
30 | set recolor-lightcolor "#1B2B34"
31 | set recolor-darkcolor "#CDD3DE"
32 | set recolor "true"
33 |
34 | # setting recolor-keep true will keep any color your pdf has.
35 | # if it is false, it'll just be black and white
36 | set recolor-keephue "true"
37 |
38 | # Rest of your configs go here:
39 |
--------------------------------------------------------------------------------
/zathura/base16-oceanicnext.zathurarc-light:
--------------------------------------------------------------------------------
1 |
2 |
3 | set default-bg "#CDD3DE"
4 | set default-fg "#343D46"
5 |
6 | set statusbar-fg "#4F5B66"
7 | set statusbar-bg "#A7ADBA"
8 |
9 | set inputbar-bg "#1B2B34"
10 | set inputbar-fg "#4F5B66"
11 |
12 | set notification-error-bg "#EC5f67"
13 | set notification-error-fg "#CDD3DE"
14 |
15 | set notification-warning-bg "#EC5f67"
16 | set notification-warning-fg "#CDD3DE"
17 |
18 | set highlight-color "#FAC863"
19 | set highlight-active-color "#EC5f67"
20 |
21 | set completion-highlight-fg "#C0C5CE"
22 | set completion-highlight-bg "#5FB3B3"
23 |
24 | set completion-bg "#C0C5CE"
25 | set completion-fg "#5FB3B3"
26 |
27 | set notification-bg "#99C794"
28 | set notification-fg "#D8DEE9"
29 |
30 | set recolor-lightcolor "#CDD3DE"
31 | set recolor-darkcolor "#4F5B66"
32 | set recolor "true"
33 |
34 | # setting recolor-keephue true will keep any color your pdf
35 | # has. If it is set to false, it will just be shades of
36 | # gray. (lol 50 shades of gray)
37 | set recolor-keephue "true"
38 |
39 | # Rest of your configs go here:
40 |
--------------------------------------------------------------------------------