add konsole
This commit is contained in:
parent
c77214c4ce
commit
b0f1d5e2f2
@ -150,4 +150,11 @@ vim +PlugInstall +qall
|
||||
winget install -e GoLang.Go OpenJS.NodeJS
|
||||
mkdir -p vimfiles\autoload
|
||||
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" -OutFile "vimfiles\autoload\plug.vim"
|
||||
```
|
||||
```
|
||||
|
||||
Konsole
|
||||
--------------------------------------------------------------------------------
|
||||
相關檔案位置:
|
||||
|
||||
* dot_config/private_konsolerc
|
||||
* dot_local/share/konsole
|
22
dot_config/private_konsolerc
Normal file
22
dot_config/private_konsolerc
Normal file
@ -0,0 +1,22 @@
|
||||
[Desktop Entry]
|
||||
DefaultProfile=Breath2.profile
|
||||
|
||||
[General]
|
||||
ConfigVersion=1
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Enabled
|
||||
StatusBar=Disabled
|
||||
|
||||
[PrintOptions]
|
||||
PrinterFriendly=true
|
||||
ScaleOutput=true
|
||||
|
||||
[SaveHistory Settings]
|
||||
Recent URLs[$e]=file:$HOME/Documents/output
|
||||
|
||||
[TabBar]
|
||||
NewTabButton=true
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=Breath Dark
|
30
dot_local/share/konsole/Breath2.profile
Normal file
30
dot_local/share/konsole/Breath2.profile
Normal file
@ -0,0 +1,30 @@
|
||||
[Appearance]
|
||||
ColorScheme=Nordic
|
||||
Font=MesloLGS NF,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
|
||||
UseFontLineChararacters=false
|
||||
|
||||
[Cursor Options]
|
||||
CursorShape=0
|
||||
|
||||
[General]
|
||||
Name=Breath2
|
||||
Parent=FALLBACK/
|
||||
ShowTerminalSizeHint=true
|
||||
TerminalCenter=false
|
||||
|
||||
[Interaction Options]
|
||||
OpenLinksByDirectClickEnabled=true
|
||||
UnderlineFilesEnabled=false
|
||||
|
||||
[Keyboard]
|
||||
KeyBindings=default
|
||||
|
||||
[Scrolling]
|
||||
HistoryMode=2
|
||||
ReflowLines=true
|
||||
|
||||
[Terminal Features]
|
||||
BlinkingCursorEnabled=true
|
||||
LineNumbers=0
|
||||
UrlHintsModifiers=0
|
||||
VerticalLine=false
|
100
dot_local/share/konsole/Nordic.colorscheme
Normal file
100
dot_local/share/konsole/Nordic.colorscheme
Normal file
@ -0,0 +1,100 @@
|
||||
[Background]
|
||||
Color=46,52,64
|
||||
|
||||
[BackgroundFaint]
|
||||
Color=46,52,64
|
||||
|
||||
[BackgroundIntense]
|
||||
Color=46,52,64
|
||||
|
||||
[Color0]
|
||||
Color=86,98,120
|
||||
|
||||
[Color0Faint]
|
||||
Color=86,98,120
|
||||
|
||||
[Color0Intense]
|
||||
Color=86,98,120
|
||||
|
||||
[Color1]
|
||||
Color=191,97,106
|
||||
|
||||
[Color1Faint]
|
||||
Color=191,97,106
|
||||
|
||||
[Color1Intense]
|
||||
Color=191,97,106
|
||||
|
||||
[Color2]
|
||||
Color=163,190,140
|
||||
|
||||
[Color2Faint]
|
||||
Color=163,190,140
|
||||
|
||||
[Color2Intense]
|
||||
Color=163,190,140
|
||||
|
||||
[Color3]
|
||||
Color=235,203,139
|
||||
|
||||
[Color3Faint]
|
||||
Color=235,203,139
|
||||
|
||||
[Color3Intense]
|
||||
Color=235,203,139
|
||||
|
||||
[Color4]
|
||||
Color=129,161,193
|
||||
|
||||
[Color4Faint]
|
||||
Color=129,161,193
|
||||
|
||||
[Color4Intense]
|
||||
Color=129,161,193
|
||||
|
||||
[Color5]
|
||||
Color=180,142,173
|
||||
|
||||
[Color5Faint]
|
||||
Color=180,142,173
|
||||
|
||||
[Color5Intense]
|
||||
Color=180,142,173
|
||||
|
||||
[Color6]
|
||||
Color=136,192,208
|
||||
|
||||
[Color6Faint]
|
||||
Color=136,192,208
|
||||
|
||||
[Color6Intense]
|
||||
Color=136,192,208
|
||||
|
||||
[Color7]
|
||||
Color=216,222,233
|
||||
|
||||
[Color7Faint]
|
||||
Color=216,222,233
|
||||
|
||||
[Color7Intense]
|
||||
Color=216,222,233
|
||||
|
||||
[Foreground]
|
||||
Color=216,222,233
|
||||
|
||||
[ForegroundFaint]
|
||||
Color=216,222,233
|
||||
|
||||
[ForegroundIntense]
|
||||
Color=216,222,233
|
||||
|
||||
[General]
|
||||
Anchor=0.5,0.5
|
||||
Blur=true
|
||||
ColorRandomization=false
|
||||
Description=Nordic
|
||||
FillStyle=Tile
|
||||
Opacity=0.95
|
||||
Wallpaper=
|
||||
WallpaperFlipType=NoFlip
|
||||
WallpaperOpacity=1
|
Loading…
x
Reference in New Issue
Block a user