Last active
February 5, 2021 23:53
-
-
Save guilhermerodz/c972badc3e16ff3c084869bf870e9aea to your computer and use it in GitHub Desktop.
Konsole - Omni
This file contains 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
# ~/.local/share/konsole/Omni.colorscheme | |
[Background] | |
Color=25,22,34 | |
[BackgroundFaint] | |
Color=77,77,77 | |
[BackgroundIntense] | |
Color=25,22,34 | |
[Color0] | |
Color=0,0,0 | |
[Color0Faint] | |
Color=49,54,59 | |
[Color0Intense] | |
Color=127,140,141 | |
[Color1] | |
Color=255,85,85 | |
[Color1Faint] | |
Color=255,110,103 | |
[Color1Intense] | |
Color=255,85,85 | |
[Color2] | |
Color=80,250,123 | |
[Color2Faint] | |
Color=90,247,142 | |
[Color2Intense] | |
Color=80,250,123 | |
[Color3] | |
Color=239,250,120 | |
[Color3Faint] | |
Color=234,240,141 | |
[Color3Intense] | |
Color=239,250,120 | |
[Color4] | |
Color=189,147,249 | |
[Color4Faint] | |
Color=202,169,250 | |
[Color4Intense] | |
Color=113,89,193 | |
[Color5] | |
Color=255,121,198 | |
[Color5Faint] | |
Color=255,146,208 | |
[Color5Intense] | |
Color=255,121,198 | |
[Color6] | |
Color=141,121,186 | |
[Color6Faint] | |
Color=170,145,227 | |
[Color6Intense] | |
Color=141,121,186 | |
[Color7] | |
Color=191,191,191 | |
[Color7Faint] | |
Color=230,230,230 | |
[Color7Intense] | |
Color=255,255,255 | |
[Foreground] | |
Color=225,225,230 | |
[ForegroundFaint] | |
Color=230,230,230 | |
[ForegroundIntense] | |
Color=255,255,255 | |
[General] | |
Blur=true | |
ColorRandomization=false | |
Description=Omni Theme | |
Opacity=1 | |
Wallpaper= |
This file contains 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
# ~/.local/share/konsole/Omni.colorscheme | |
[Appearance] | |
AntiAliasFonts=true | |
BoldIntense=true | |
ColorScheme=Omni | |
Font=JetBrains Mono,11,-1,5,50,0,0,0,0,0 | |
UseFontLineChararacters=false | |
[Cursor Options] | |
CursorShape=0 | |
CustomCursorColor=38,255,23 | |
UseCustomCursorColor=false | |
[General] | |
Name=Rodz | |
Parent=FALLBACK/ | |
TerminalColumns=122 | |
TerminalMargin=15 | |
TerminalRows=26 | |
[Terminal Features] | |
BlinkingCursorEnabled=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment