Skip to content

Commit

Permalink
Fix colors in terminal/konsole
Browse files Browse the repository at this point in the history
  • Loading branch information
talesam committed May 4, 2024
1 parent fd9b662 commit b297a08
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 30 deletions.
4 changes: 2 additions & 2 deletions big-skel/etc/skel/.config/konsolerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MenuBar=Disabled
Virtual1=Virtual1

[Desktop Entry]
DefaultProfile=Zsh.profile
DefaultProfile=Bash.profile

[Favorite Profiles]
Favorites=
Expand All @@ -19,6 +19,7 @@ AllowMenuAccelerators=true
[MainWindow]
MenuBar=Disabled
StatusBar=Disabled
ToolBarsMovable=Disabled
Virtual-1 Height 1280x800=534
Virtual-1 Width 1280x800=854
Virtual-1 XPosition 1280x800=854
Expand All @@ -36,7 +37,6 @@ MemoryLimitValue=200
[TabBar]
ExpandTabWidth=true
ShowQuickButtons=true
TabBarVisibility=AlwaysShowTabBar

[Toolbar mainToolBar]
ToolButtonStyle=IconOnly
Expand Down
36 changes: 36 additions & 0 deletions big-skel/etc/skel/.local/share/konsole/Bash.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[Appearance]
AntiAliasFonts=true
BoldIntense=true
ColorScheme=BigLinux Dark
EmojiFont=Noto Color Emoji,17,-1,5,50,0,0,0,0,0
Font=NotoSansM Nerd Font Mono,11,-1,5,500,0,0,0,0,0,0,0,0,0,0,1,Medium
LineSpacing=0
UseFontLineChararacters=false
WordModeAttr=false

[Cursor Options]
CursorShape=0
CustomCursorColor=0,0,127
UseCustomCursorColor=false

[General]
Command=/bin/bash
InvertSelectionColors=false
Name=Bash
Parent=FALLBACK/
TerminalCenter=false
TerminalMargin=0

[Interaction Options]
OpenLinksByDirectClickEnabled=false
UnderlineFilesEnabled=true

[Keyboard]
KeyBindings=default

[Scrolling]
HistorySize=3000

[Terminal Features]
BidiTableDirOverride=true
BlinkingCursorEnabled=false
56 changes: 28 additions & 28 deletions big-skel/etc/skel/.local/share/konsole/BigLinux Dark.colorscheme
Original file line number Diff line number Diff line change
Expand Up @@ -4,99 +4,99 @@ RandomHueRange=360
RandomSaturationRange=100

[BackgroundFaint]
Color=100,100,100
Color=50,50,50
RandomHueRange=360
RandomSaturationRange=100

[BackgroundIntense]
Color=37,52,60
Color=0,0,0
RandomHueRange=360
RandomSaturationRange=100

[Color0]
Color=6,8,10
Color=50,50,50

[Color0Faint]
Color=41,71,100
Color=50,55,60

[Color0Intense]
Color=86,147,200
Color=130,140,140

[Color1]
Color=220,135,135
Color=237,69,69

[Color1Faint]
Color=220,91,91
Color=138,57,46

[Color1Intense]
Color=244,115,106
Color=220,84,72

[Color2]
Color=128,210,128
Color=17,209,100

[Color2Faint]
Color=92,150,92
Color=25,176,105

[Color2Intense]
Color=106,244,106
Color=28,220,120

[Color3]
Color=220,190,134
Color=246,202,90

[Color3Faint]
Color=150,131,92
Color=182,148,24

[Color3Intense]
Color=244,196,106
Color=253,200,95

[Color4]
Color=88,156,220
Color=57,172,243

[Color4Faint]
Color=61,81,100
Color=42,127,173

[Color4Intense]
Color=98,173,244
Color=61,174,233

[Color5]
Color=210,128,210
Color=210,108,201

[Color5Faint]
Color=100,41,100
Color=132,54,132

[Color5Intense]
Color=244,106,244
Color=230,100,230

[Color6]
Color=125,170,169
Color=56,200,164

[Color6Faint]
Color=84,113,112

[Color6Intense]
Color=142,220,221
Color=25,179,148

[Color7]
Color=220,220,220
Color=238,238,240

[Color7Faint]
Color=100,100,100
Color=105,105,105

[Color7Intense]
Color=47,220,47
Color=242,242,242

[Foreground]
Color=220,220,220
Color=230,230,230
RandomHueRange=360
RandomSaturationRange=100

[ForegroundFaint]
Color=144,144,144
Color=200,200,200
RandomHueRange=360
RandomSaturationRange=100

[ForegroundIntense]
Color=220,220,47
Color=240,240,240
RandomHueRange=360
RandomSaturationRange=100

Expand Down

0 comments on commit b297a08

Please sign in to comment.