Skip to content

Commit

Permalink
add: konsole theme
Browse files Browse the repository at this point in the history
  • Loading branch information
leandromqrs committed May 18, 2021
1 parent 81366e4 commit 1f5cad9
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PREFIX ?= /usr
IGNORE ?=
THEMES ?= plasma color-schemes aurorae sddm icons wallpapers themes
THEMES ?= plasma color-schemes aurorae sddm icons wallpapers themes konsole

# excludes IGNORE from THEMES list
THEMES := $(filter-out $(IGNORE), $(THEMES))
Expand All @@ -23,6 +23,7 @@ uninstall:
-rm -rf $(DESTDIR)$(PREFIX)/share/icons/Orchiis
-rm -rf $(DESTDIR)$(PREFIX)/share/wallpapers/Orchiis
-rm -rf $(DESTDIR)$(PREFIX)/share/themes/Orchiis
-rm -rf $(DESTDIR)$(PREFIX)/share/konsole/Orchiis.*

_get_version:
$(eval VERSION := $(shell git show -s --format=%cd --date=format:%Y%m%d HEAD))
Expand Down
96 changes: 96 additions & 0 deletions konsole/Orchiis.colorscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
[Background]
Color=0,0,0

[BackgroundFaint]
Color=0,0,0

[BackgroundIntense]
Color=0,0,0

[Color0]
Color=0,0,0

[Color0Faint]
Color=24,24,24

[Color0Intense]
Color=104,104,104

[Color1]
Color=178,24,24

[Color1Faint]
Color=101,0,0

[Color1Intense]
Color=255,84,84

[Color2]
Color=24,178,24

[Color2Faint]
Color=0,101,0

[Color2Intense]
Color=84,255,84

[Color3]
Color=178,104,24

[Color3Faint]
Color=101,74,0

[Color3Intense]
Color=255,255,84

[Color4]
Color=24,24,178

[Color4Faint]
Color=0,0,101

[Color4Intense]
Color=84,84,255

[Color5]
Color=178,24,178

[Color5Faint]
Color=95,5,95

[Color5Intense]
Color=255,84,255

[Color6]
Color=24,178,178

[Color6Faint]
Color=24,178,178

[Color6Intense]
Color=84,255,255

[Color7]
Color=178,178,178

[Color7Faint]
Color=101,101,101

[Color7Intense]
Color=255,255,255

[Foreground]
Color=255,255,255

[ForegroundFaint]
Color=255,255,255

[ForegroundIntense]
Color=255,255,255

[General]
Blur=true
ColorRandomization=false
Description=Orchiis konsole theme
Opacity=0.75
Wallpaper=
7 changes: 7 additions & 0 deletions konsole/Orchiis.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Appearance]
ColorScheme=Orchiis
Font=Source Code Pro,10,-1,5,50,0,0,0,0,0

[General]
Name=Orchiis
Parent=FALLBACK/

0 comments on commit 1f5cad9

Please sign in to comment.