Created
September 26, 2023 01:25
-
-
Save gboncoffee/0f28dec8ecee84f0fefb6cd2b7e99703 to your computer and use it in GitHub Desktop.
Cybercafe theme for Kakoune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cybercafe (Soft) theme for Kakoune by Gabriel de Brito | |
# | |
# Copyright (C) 2023 Gabriel de Brito | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in | |
# all copies or substantial portions of the Software. | |
# | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
# THE SOFTWARE. | |
# | |
face global value rgb:f8f8f8 | |
face global type rgb:f8f8f8 | |
face global variable rgb:f8f8f8 | |
face global module rgb:f8f8f8 | |
face global function rgb:f8f8f8 | |
face global string rgb:bbbbbb | |
face global keyword rgb:f8f8f8 | |
face global operator rgb:f8f8f8 | |
face global attribute rgb:f8f8f8 | |
face global comment rgb:bbbbbb | |
face global documentation rgb:bbbbbb | |
face global meta rgb:f8f8f8 | |
face global builtin rgb:f8f8f8 | |
face global title rgb:f8f8f8+b | |
face global header rgb:f8f8f8+b | |
face global mono rgb:bbbbbb | |
face global block rgb:bbbbbb | |
face global link rgb:5c5cff | |
face global bullet rgb:f8f8f8 | |
face global list rgb:f8f8f8 | |
face global Default rgb:f8f8f8,rgb:202020 | |
face global PrimarySelection rgb:202020,rgb:bbbbbb | |
face global SecondarySelection default,rgb:444444 | |
face global PrimaryCursor rgb:202020,rgb:f8f8f8 | |
face global SecondaryCursor rgb:202020,rgb:eeee00 | |
face global PrimaryCursorEol rgb:202020,rgb:f8f8f8 | |
face global SecondaryCursorEol rgb:f8f8f8,rgb:444444 | |
face global LineNumbers rgb:bbbbbb | |
face global LineNumberCursor rgb:bbbbbb | |
face global MenuForeground rgb:eeee00,rgb:202020 | |
face global MenuBackground rgb:bbbbbb,rgb:202020 | |
face global MenuInfo rgb:bbbbbb,rgb:202020 | |
face global Information rgb:bbbbbb,rgb:202020 | |
face global Error rgb:ee0000 | |
face global DiagnosticError rgb:ee0000 | |
face global DiagnosticWarning rgb:eeee00 | |
face global StatusLine rgb:f8f8f8,rgb:202020 | |
face global StatusLineMode rgb:202020,rgb:eeee00 | |
face global StatusLineInfo rgb:f8f8f8,rgb:202020 | |
face global StatusLineValue rgb:f8f8f8,rgb:202020 | |
face global StatusCursor rgb:202020,rgb:f8f8f8 | |
face global Prompt rgb:eeee00,rgb:202020 | |
face global MatchingChar rgb:202020,rgb:eeee00 | |
face global Whitespace default,rgb:444444 | |
face global BufferPadding default,default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cybercafe theme for Kakoune by Gabriel de Brito | |
# | |
# Copyright (C) 2023 Gabriel de Brito | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in | |
# all copies or substantial portions of the Software. | |
# | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |
# THE SOFTWARE. | |
# | |
face global value rgb:f0f0f0 | |
face global type rgb:f0f0f0 | |
face global variable rgb:f0f0f0 | |
face global module rgb:f0f0f0 | |
face global function rgb:f0f0f0 | |
face global string rgb:bbbbbb | |
face global keyword rgb:f0f0f0 | |
face global operator rgb:f0f0f0 | |
face global attribute rgb:f0f0f0 | |
face global comment rgb:bbbbbb | |
face global documentation rgb:bbbbbb | |
face global meta rgb:f0f0f0 | |
face global builtin rgb:f0f0f0 | |
face global title rgb:f0f0f0+b | |
face global header rgb:f0f0f0+b | |
face global mono rgb:bbbbbb | |
face global block rgb:bbbbbb | |
face global link rgb:5c5cff | |
face global bullet rgb:f0f0f0 | |
face global list rgb:f0f0f0 | |
face global Default rgb:f0f0f0,rgb:000000 | |
face global PrimarySelection rgb:000000,rgb:bbbbbb | |
face global SecondarySelection default,rgb:444444 | |
face global PrimaryCursor rgb:000000,rgb:f0f0f0 | |
face global SecondaryCursor rgb:000000,rgb:eeee00 | |
face global PrimaryCursorEol rgb:000000,rgb:f0f0f0 | |
face global SecondaryCursorEol rgb:f0f0f0,rgb:444444 | |
face global LineNumbers rgb:bbbbbb | |
face global LineNumberCursor rgb:bbbbbb | |
face global MenuForeground rgb:eeee00,rgb:000000 | |
face global MenuBackground rgb:bbbbbb,rgb:000000 | |
face global MenuInfo rgb:bbbbbb,rgb:000000 | |
face global Information rgb:bbbbbb,rgb:000000 | |
face global Error rgb:ee0000 | |
face global DiagnosticError rgb:ee0000 | |
face global DiagnosticWarning rgb:eeee00 | |
face global StatusLine rgb:f0f0f0,rgb:000000 | |
face global StatusLineMode rgb:000000,rgb:eeee00 | |
face global StatusLineInfo rgb:f0f0f0,rgb:000000 | |
face global StatusLineValue rgb:f0f0f0,rgb:000000 | |
face global StatusCursor rgb:000000,rgb:f0f0f0 | |
face global Prompt rgb:eeee00,rgb:000000 | |
face global MatchingChar rgb:000000,rgb:eeee00 | |
face global Whitespace default,rgb:444444 | |
face global BufferPadding default,default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment