diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /themes/iroha/konsole | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
Diffstat (limited to 'themes/iroha/konsole')
| -rw-r--r-- | themes/iroha/konsole/iroha.colorscheme | 109 | ||||
| -rw-r--r-- | themes/iroha/konsole/iroha.profile | 8 |
2 files changed, 117 insertions, 0 deletions
diff --git a/themes/iroha/konsole/iroha.colorscheme b/themes/iroha/konsole/iroha.colorscheme new file mode 100644 index 0000000..61124b1 --- /dev/null +++ b/themes/iroha/konsole/iroha.colorscheme @@ -0,0 +1,109 @@ +[Background] +Color=0,0,0 + +[BackgroundFaint] +Color=0,0,0 + +[BackgroundIntense] +Color=0,0,0 + +[Color0] +Color=0,0,0 + +[Color0Faint] +Color=0,0,0 + +[Color0Intense] +Color=128,128,128 + +[Color1] +Color=215,95,0 + +[Color1Faint] +Color=215,95,0 + +[Color1Intense] +Color=215,135,0 + +[Color2] +Color=175,95,0 + +[Color2Faint] +Color=175,95,0 + +[Color2Intense] +Color=175,135,0 + +[Color3] +Color=255,215,95 + +[Color3Faint] +Color=255,215,95 + +[Color3Intense] +Color=255,255,95 + +[Color4] +Color=0,95,95 + +[Color4Faint] +Color=0,95,95 + +[Color4Intense] +Color=0,135,95 + +[Color5] +Color=255,95,135 + +[Color5Faint] +Color=255,95,135 + +[Color5Intense] +Color=255,135,135 + +[Color6] +Color=255,175,0 + +[Color6Faint] +Color=255,175,0 + +[Color6Intense] +Color=255,215,0 + +[Color7] +Color=238,238,238 + +[Color7Faint] +Color=238,238,238 + +[Color7Intense] +Color=255,255,255 + +[Color8] +Color=128,128,128 + +[Color8Faint] +Color=128,128,128 + +[Color8Intense] +Color=128,128,128 + +[Foreground] +Color=238,238,238 + +[ForegroundFaint] +Color=238,238,238 + +[ForegroundIntense] +Color=255,255,255 + +[General] +Anchor=0.5,0.5 +Blur=false +ColorRandomization=false +Description=iroha +FillStyle=Tile +Opacity=1 +Wallpaper= +WallpaperFlipType=NoFlip +WallpaperOpacity=1 diff --git a/themes/iroha/konsole/iroha.profile b/themes/iroha/konsole/iroha.profile new file mode 100644 index 0000000..eeb0814 --- /dev/null +++ b/themes/iroha/konsole/iroha.profile @@ -0,0 +1,8 @@ +[Appearance] +BoldIntense=false +ColorScheme=iroha +Font=Liberation Mono,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 + +[General] +Name=iroha +Parent=FALLBACK/ |