Skip to content

Commit

Permalink
init kde
Browse files Browse the repository at this point in the history
  • Loading branch information
aMir733 committed Oct 29, 2022
1 parent 27273c9 commit b7a39c5
Show file tree
Hide file tree
Showing 32 changed files with 612 additions and 815 deletions.
315 changes: 5 additions & 310 deletions .config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
window:
padding:
x: 3
y: 2
x: 1
y: 1
dimensions:
columns: 170
lines: 45
Expand All @@ -22,330 +22,25 @@ font:
family: JetBrains Mono
style: Bold Italic

size: 10
size: 10.5

shell:
program: '/bin/zsh'
args:
- '-l'
- '-c'
- "tmux"
program: 'tmux'

env:
TERM: xterm-256color

colors:
# Default colors
primary:
background: '0x191919'
foreground: '0xd6d6d6'

dim_foreground: '0xdbdbdb'
bright_foreground: '0xd9d9d9'
dim_background: '0x191919'
bright_background: '0x191919'

# Cursor colors
cursor:
text: '0x2c2c2c'
cursor: '0xd9d9d9'

# Normal colors
normal:
black: '0x1c1c1c'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xcacaca'

# Bright colors
bright:
black: '0x636363'
red: '0xbc5653'
green: '0x909d63'
yellow: '0xebc17a'
blue: '0x7eaac7'
magenta: '0xaa6292'
cyan: '0x86d3ce'
white: '0xf7f7f7'

# Dim colors
dim:
black: '0x232323'
red: '0x74423f'
green: '0x5e6547'
yellow: '0x8b7653'
blue: '0x556b79'
magenta: '0x6e4962'
cyan: '0x5c8482'
white: '0x828282'
colors:
# Default colors
primary:
background: '0x191919'
foreground: '0xEBEBEB'

# Cursor colors
cursor:
text: '0xFF261E'
cursor: '0xFF261E'

# Normal colors
normal:
black: '0x0d0d0d'
red: '0xFF301B'
green: '0xA0E521'
yellow: '0xFFC620'
blue: '0x1BA6FA'
magenta: '0x8763B8'
cyan: '0x21DEEF'
white: '0xEBEBEB'

# Bright colors
bright:
black: '0x6D7070'
red: '0xFF4352'
green: '0xB8E466'
yellow: '0xFFD750'
blue: '0x1BA6FA'
magenta: '0xA578EA'
cyan: '0x73FBF1'
white: '0xFEFEF8'

# falcon colorscheme for alacritty
# by fenetikm, https://github.com/fenetikm/falcon
colors:
# Default colors
primary:
background: '0x191919'
foreground: '0xb4b4b9'

# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x020221'
cursor: '0xffe8c0'

# Normal colors
normal:
black: '0x000004'
red: '0xff3600'
green: '0x718e3f'
yellow: '0xffc552'
blue: '0x635196'
magenta: '0xff761a'
cyan: '0x34bfa4'
white: '0xb4b4b9'

# Bright colors
bright:
black: '0x020221'
red: '0xff8e78'
green: '0xb1bf75'
yellow: '0xffd392'
blue: '0x99a4bc'
magenta: '0xffb07b'
cyan: '0x8bccbf'
white: '0xf8f8ff'
colors:
primary:
background: '0x191919'
foreground: '0xFFFFFF'

normal:
black: '0x1F2229'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0xD71655'
cyan: '0x05A1F7'
white: '0xFFFFFF'


bright:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367bf0'
magenta: '0xBF2E5D'
cyan: '0x49AEE6'
white: '0xFFFFFF'
colors:
primary:
background: '0x191919'
foreground: '0xFFFFFF'

normal:
black: '0x1F2229'
red: '0xEC0101'
green: '0x47D4B9'
yellow: '0xFF8A18'
blue: '0x277FFF'
magenta: '0xD71655'
cyan: '0x05A1F7'
white: '0xFFFFFF'


bright:
black: '0x1F2229'
red: '0xD41919'
green: '0x5EBDAB'
yellow: '0xFEA44C'
blue: '0x367bf0'
magenta: '0xBF2E5D'
cyan: '0x49AEE6'
white: '0xFFFFFF'
# Color theme ported from Konsole: Linux colors
colors:
primary:
foreground: '0xe3e3e3'
bright_foreground: '0xffffff'
dim_foreground: '0xe3e3e3'
background: '0x191919'
bright_background: '0x191919'
dim_background: '0x191919'

cursor:
text: '0x191622'
cursor: '0xf8f8f2'

search:
matches:
foreground: '0xb2b2b2'
background: '0x191919'
focused_match:
foreground: CellBackground
background: '0x191919'

normal:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'

bright:
black: '0x686868'
red: '0xff5454'
green: '0x54ff54'
yellow: '0xffff54'
blue: '0x5454ff'
magenta: '0xff54ff'
cyan: '0x54ffff'
white: '0xffffff'

dim:
black: '0x000000'
red: '0xb21818'
green: '0x18b218'
yellow: '0xb26818'
blue: '0x1818b2'
magenta: '0xb218b2'
cyan: '0x18b2b2'
white: '0xb2b2b2'
colors:
primary:
background: '0x191919'
foreground: '0x7f85a3'

cursor:
text: '0x7f85a3'
cursor: '0x808080'

normal:
black: '0x444a73'
red: '0xff5370'
green: '0x4fd6be'
yellow: '0xffc777'
blue: '0x3e68d7'
magenta: '0xfc7b7b'
cyan: '0x86e1fc'
white: '0xd0d0d0'

bright:
black: '0x828bb8'
red: '0xff98a4'
green: '0xc3e88d'
yellow: '0xffc777'
blue: '0x82aaff'
magenta: '0xff966c'
cyan: '0xb4f9f8'
white: '0x5f8787'# Colors (Nord)
colors:
# Default colors
primary:
background: '0x191919'
foreground: '0xD8DEE9'

# Normal colors
normal:
black: '0x3B4252'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x88C0D0'
white: '0xE5E9F0'

# Bright colors
bright:
black: '0x4C566A'
red: '0xBF616A'
green: '0xA3BE8C'
yellow: '0xEBCB8B'
blue: '0x81A1C1'
magenta: '0xB48EAD'
cyan: '0x8FBCBB'
white: '0xECEFF4'
# Color theme ported from iTerm 2: Smoooooth

colors:
primary:
foreground: '0xdbdbdb'
background: '0x191919'
cursor:
text: '0x000000'
cursor: '0xfefffe'
selection:
text: '0x000000'
background: '0x191919'
normal:
black: '0x14191e'
red: '0xb43c29'
green: '0x00c200'
yellow: '0xc7c400'
blue: '0x2743c7'
magenta: '0xbf3fbd'
cyan: '0x00c5c7'
white: '0xc7c7c7'
bright:
black: '0x676767'
red: '0xdc7974'
green: '0x57e690'
yellow: '0xece100'
blue: '0xa6aaf1'
magenta: '0xe07de0'
cyan: '0x5ffdff'
white: '0xfeffff'
colors:
# Default colors
primary:
background: '0x191919'
foreground: '0xeeeeee'

# Normal colors
normal:
black: '0x282828'
red: '0xf43753'
green: '0xc9d05c'
green: '0x979e2e'
yellow: '0xffc24b'
blue: '0xb3deef'
magenta: '0xd3b987'
Expand Down
Loading

0 comments on commit b7a39c5

Please sign in to comment.