Skip to content

Instantly share code, notes, and snippets.

@oprypin
Last active November 7, 2018 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oprypin/b826f4ce0104d25c9de7fe427344d540 to your computer and use it in GitHub Desktop.
Save oprypin/b826f4ce0104d25c9de7fe427344d540 to your computer and use it in GitHub Desktop.
[General]
Description=Applications
Opacity=1
Wallpaper=
[Background]
Color=255,255,255
[BackgroundIntense]
Color=220,255,220
[Color0]
Color=0,0,0
[Color0Intense]
Color=0,0,0
[Color1]
Color=150,20,20
[Color1Intense]
Color=178,24,24
[Color2]
Color=20,150,20
[Color2Intense]
Color=24,178,24
[Color3]
Color=150,130,20
[Color3Intense]
Color=178,150,24
[Color4]
Color=20,20,150
[Color4Intense]
Color=24,24,178
[Color5]
Color=150,20,150
[Color5Intense]
Color=178,24,178
[Color6]
Color=20,150,150
[Color6Intense]
Color=24,178,178
[Color7]
Color=150,150,150
[Color7Intense]
Color=154,154,154
[Foreground]
Color=0,0,0
[ForegroundIntense]
Color=0,0,0
[Appearance]
AntiAliasFonts=true
ColorScheme=Applications
Font=Monospace,11,-1,5,50,0,0,0,0,0
UseFontLineChararacters=false
[Cursor Options]
UseCustomCursorColor=true
[General]
Command=/bin/bash
Icon=application-x-executable
LocalTabTitleFormat=%w
Name=Applications
Parent=FALLBACK/
[Interaction Options]
AutoCopySelectedText=true
MiddleClickPasteMode=1
UnderlineLinksEnabled=true
[Scrolling]
HistorySize=10000
[Terminal Features]
BlinkingCursorEnabled=true
FlowControlEnabled=false
mkdir ~/.local/share/konsole
for f in Applications.colorscheme Applications.profile; do
wget -O ~/.local/share/konsole/${f} https://gist.githubusercontent.com/oprypin/b826f4ce0104d25c9de7fe427344d540/raw/cb94b2818e9183ecec04ffda74dccb8907007fc1/${f}
done
for app in konsole yakuake dolphin kate; do
kwriteconfig5 --file ~/.config/${app}rc --group 'Desktop Entry' --key DefaultProfile Applications.profile
done
[Default Item Styles - Schema Normal]
Alert=ffbf0303,ffbf0303,1,0,,,fff7e6e6,-,,---
Annotation=ff0095ff,ff0095ff,,0,,,-,-,,---
Attribute=ff0057ae,ff0057ae,,0,,,-,-,,---
Base-N Integer=ffb08000,ffb08000,,,,,-,-,,---
Built-in=ff1414c8,ff1414c8,0,0,,,-,-,,---
Character=ff008000,ff008000,,0,,,-,-,,---
Comment=ff898887,ff898887,,0,,,-,-,,---
Comment Variable=ffca60ca,ffca60ca,,0,,,-,-,,---
Constant=ffaa5500,ffaa5500,0,0,,,-,-,,---
Control Flow=ff0000ff,ff0000ff,1,0,,,-,-,,---
Data Type=ff0057ae,ff0057ae,,,,,-,-,,---
Decimal/Value=ffb08000,ffb08000,,,,,-,-,,---
Documentation=ff607880,ff607880,,0,,,-,-,,---
Error=ffbf0303,ff9c0e0e,,0,,,-,-,,---
Extension=ff0095ff,ff0095ff,1,0,,,-,-,,---
Floating Point=ffb08000,ffb08000,,,,,-,-,,---
Function=ff000000,ff000000,,0,,,-,-,,---
Import=ff8c00ff,ff8c00ff,1,0,,,-,-,,---
Information=ffb08000,ffb08000,,0,0,,-,-,,---
Keyword=ff0000ff,ff0000ff,1,0,,,-,-,,---
Normal=ff1f1c1b,ff1f1c1b,0,,,,-,-,,---
Operator=ff1f1c1b,ff1f1c1b,1,0,,,-,-,,---
Others=ff006e28,ff006e28,,0,,,-,-,,---
Preprocessor=ff8c00ff,ff8c00ff,,0,,,-,-,,---
Region Marker=ff0057ae,ff0057ae,,0,,,ffe0e9f8,-,,---
Special Character=ff008080,ff008080,,0,,,-,-,,---
Special String=ff008080,ff008080,,0,,,-,-,,---
String=ff008000,ff008000,,0,,,-,-,,---
Variable=ff000000,ff000000,,0,,,-,-,,---
Verbatim String=ff008000,ff008000,,0,,,-,-,,---
Warning=ffbf0303,ffbf0303,,0,,,-,-,,---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment