Update konsole config
This commit is contained in:
parent
208eca8c05
commit
a6f0bc729c
3 changed files with 105 additions and 2 deletions
|
|
@ -22,4 +22,8 @@
|
||||||
src: 'templates/konsole.profile.j2',
|
src: 'templates/konsole.profile.j2',
|
||||||
dest: '{{ xdg_data_dir }}/konsole/Standard.profile',
|
dest: '{{ xdg_data_dir }}/konsole/Standard.profile',
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
src: 'templates/konsole.colorscheme.j2',
|
||||||
|
dest: '{{ xdg_data_dir }}/konsole/BlackOnWhite.colorscheme'
|
||||||
|
}
|
||||||
- { src: 'templates/konsole.config.j2', dest: '{{ xdg_config_dir }}/konsolerc' }
|
- { src: 'templates/konsole.config.j2', dest: '{{ xdg_config_dir }}/konsolerc' }
|
||||||
|
|
|
||||||
96
templates/konsole.colorscheme.j2
Normal file
96
templates/konsole.colorscheme.j2
Normal file
|
|
@ -0,0 +1,96 @@
|
||||||
|
[Background]
|
||||||
|
Color=255,255,255
|
||||||
|
|
||||||
|
[BackgroundFaint]
|
||||||
|
Color=255,255,255
|
||||||
|
|
||||||
|
[BackgroundIntense]
|
||||||
|
Color=255,255,255
|
||||||
|
|
||||||
|
[Color0]
|
||||||
|
Color=62,62,62
|
||||||
|
|
||||||
|
[Color0Faint]
|
||||||
|
Color=170,170,170
|
||||||
|
|
||||||
|
[Color0Intense]
|
||||||
|
Color=104,104,104
|
||||||
|
|
||||||
|
[Color1]
|
||||||
|
Color=178,24,24
|
||||||
|
|
||||||
|
[Color1Faint]
|
||||||
|
Color=224,142,142
|
||||||
|
|
||||||
|
[Color1Intense]
|
||||||
|
Color=255,84,84
|
||||||
|
|
||||||
|
[Color2]
|
||||||
|
Color=24,178,24
|
||||||
|
|
||||||
|
[Color2Faint]
|
||||||
|
Color=142,224,142
|
||||||
|
|
||||||
|
[Color2Intense]
|
||||||
|
Color=84,255,84
|
||||||
|
|
||||||
|
[Color3]
|
||||||
|
Color=229,133,31
|
||||||
|
|
||||||
|
[Color3Faint]
|
||||||
|
Color=224,224,142
|
||||||
|
|
||||||
|
[Color3Intense]
|
||||||
|
Color=255,255,84
|
||||||
|
|
||||||
|
[Color4]
|
||||||
|
Color=24,24,178
|
||||||
|
|
||||||
|
[Color4Faint]
|
||||||
|
Color=142,142,224
|
||||||
|
|
||||||
|
[Color4Intense]
|
||||||
|
Color=84,84,255
|
||||||
|
|
||||||
|
[Color5]
|
||||||
|
Color=178,24,178
|
||||||
|
|
||||||
|
[Color5Faint]
|
||||||
|
Color=224,142,224
|
||||||
|
|
||||||
|
[Color5Intense]
|
||||||
|
Color=255,84,255
|
||||||
|
|
||||||
|
[Color6]
|
||||||
|
Color=24,178,178
|
||||||
|
|
||||||
|
[Color6Faint]
|
||||||
|
Color=142,224,224
|
||||||
|
|
||||||
|
[Color6Intense]
|
||||||
|
Color=84,255,255
|
||||||
|
|
||||||
|
[Color7]
|
||||||
|
Color=58,58,58
|
||||||
|
|
||||||
|
[Color7Faint]
|
||||||
|
Color=142,142,142
|
||||||
|
|
||||||
|
[Color7Intense]
|
||||||
|
Color=255,255,255
|
||||||
|
|
||||||
|
[Foreground]
|
||||||
|
Color=36,36,36
|
||||||
|
|
||||||
|
[ForegroundFaint]
|
||||||
|
Color=0,0,0
|
||||||
|
|
||||||
|
[ForegroundIntense]
|
||||||
|
Color=0,0,0
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Blur=false
|
||||||
|
ColorRandomization=false
|
||||||
|
Description=Black on White
|
||||||
|
Opacity=1
|
||||||
|
Wallpaper=
|
||||||
|
|
@ -2,15 +2,18 @@
|
||||||
|
|
||||||
[Appearance]
|
[Appearance]
|
||||||
BoldIntense=false
|
BoldIntense=false
|
||||||
ColorScheme=Breeze
|
ColorScheme=BlackOnWhite
|
||||||
Font=IBM Plex Mono,13,-1,5,57,0,0,0,0,0,Medium
|
Font=IBM Plex Mono,13,-1,5,57,0,0,0,0,0,Medium
|
||||||
UseFontLineChararacters=true
|
UseFontLineChararacters=true
|
||||||
|
|
||||||
[Cursor Options]
|
[Cursor Options]
|
||||||
CursorShape=1
|
CursorShape=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
Environment=TERM=tmux-256color,COLORTERM=truecolor
|
Environment=TERM=tmux-256color,COLORTERM=truecolor
|
||||||
Name=Standard
|
Name=Standard
|
||||||
Parent=FALLBACK/
|
Parent=FALLBACK/
|
||||||
StartInCurrentSessionDir=true
|
StartInCurrentSessionDir=true
|
||||||
|
|
||||||
|
[Terminal Features]
|
||||||
|
BlinkingCursorEnabled=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue