Compare commits
22 Commits
727bc542a1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a832eec36 | |||
| 116ab17242 | |||
| 5c1ae1da4a | |||
| be35b62a87 | |||
| 95d80c31d5 | |||
| 51515037b3 | |||
| 0a6a42e0b7 | |||
| 1820a8eff5 | |||
| e43d39b957 | |||
| f83ad4c21e | |||
| 0659773daf | |||
| 88f0c9b0b9 | |||
| 153d829677 | |||
| d0ccffc8d0 | |||
| 78a32b5616 | |||
| 0ab0236ba2 | |||
| 61df95387e | |||
| 002092af34 | |||
| 452fa88d70 | |||
| c36d9b3464 | |||
| 616e2b2b6e | |||
| a7c52f39a0 |
76
.config/aerospace/aerospace.toml
Normal file
76
.config/aerospace/aerospace.toml
Normal file
@ -0,0 +1,76 @@
|
||||
# i3 doesn't have "normalizations" feature that why we disable them here.
|
||||
# But the feature is very helpful.
|
||||
# Normalizations eliminate all sorts of weird tree configurations that don't make sense.
|
||||
# Give normalizations a chance and enable them back.
|
||||
enable-normalization-flatten-containers = true
|
||||
enable-normalization-opposite-orientation-for-nested-containers = true
|
||||
automatically-unhide-macos-hidden-apps = true
|
||||
|
||||
# Mouse follows focus when focused monitor changes
|
||||
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
|
||||
|
||||
start-at-login = true
|
||||
|
||||
[gaps]
|
||||
inner.horizontal = 10
|
||||
inner.vertical = 10
|
||||
outer.left = 5
|
||||
outer.bottom = 5
|
||||
outer.top = 5
|
||||
outer.right = 5
|
||||
|
||||
|
||||
[mode.main.binding]
|
||||
alt-enter = 'exec-and-forget alacritty msg create-window || alacritty'
|
||||
|
||||
alt-b = 'exec-and-forget /Applications/LibreWolf.app/Contents/MacOS/librewolf'
|
||||
|
||||
# i3 wraps focus by default
|
||||
alt-h = 'focus left'
|
||||
alt-j = 'focus down'
|
||||
alt-k = 'focus up'
|
||||
alt-l = 'focus right'
|
||||
|
||||
# alt-shift-j = 'move left'
|
||||
# alt-shift-k = 'move down'
|
||||
# alt-shift-l = 'move up'
|
||||
# alt-shift-semicolon = 'move right'
|
||||
|
||||
# Consider using 'join-with' command as a 'split' replacement if you want to enable
|
||||
# normalizations
|
||||
# alt-h = 'split horizontal'
|
||||
# alt-v = 'split vertical'
|
||||
|
||||
alt-f = 'fullscreen'
|
||||
|
||||
alt-shift-q = 'exec-and-forget current_workspace="$(aerospace list-workspaces --focused)"; aerospace close; aerospace workspace "$current_workspace"'
|
||||
|
||||
alt-shift-space = 'layout floating tiling' # 'floating toggle' in i3
|
||||
|
||||
alt-1 = 'workspace 1'
|
||||
alt-2 = 'workspace 2'
|
||||
alt-3 = 'workspace 3'
|
||||
alt-4 = 'workspace 4'
|
||||
alt-5 = 'workspace 5'
|
||||
alt-6 = 'workspace 6'
|
||||
alt-7 = 'workspace 7'
|
||||
alt-8 = 'workspace 8'
|
||||
alt-9 = 'workspace 9'
|
||||
alt-0 = 'workspace 10'
|
||||
|
||||
alt-shift-1 = 'move-node-to-workspace 1'
|
||||
alt-shift-2 = 'move-node-to-workspace 2'
|
||||
alt-shift-3 = 'move-node-to-workspace 3'
|
||||
alt-shift-4 = 'move-node-to-workspace 4'
|
||||
alt-shift-5 = 'move-node-to-workspace 5'
|
||||
alt-shift-6 = 'move-node-to-workspace 6'
|
||||
alt-shift-7 = 'move-node-to-workspace 7'
|
||||
alt-shift-8 = 'move-node-to-workspace 8'
|
||||
alt-shift-9 = 'move-node-to-workspace 9'
|
||||
alt-shift-0 = 'move-node-to-workspace 10'
|
||||
|
||||
|
||||
alt-shift-r = 'reload-config'
|
||||
|
||||
alt-y = 'resize width -50'
|
||||
alt-o = 'resize width +50'
|
||||
@ -2,22 +2,22 @@
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 12.0
|
||||
size = 14
|
||||
|
||||
[font.normal]
|
||||
family = "Input Nerd Font"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Regular"
|
||||
|
||||
[font.bold]
|
||||
family = "Input Nerd Font"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Input Nerd Font"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold Italic"
|
||||
|
||||
[font.italic]
|
||||
family = "Input Nerd Font"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Italic"
|
||||
|
||||
[font.offset]
|
||||
|
||||
@ -1,34 +0,0 @@
|
||||
# From the famous Cobalt2 sublime theme
|
||||
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x122637'
|
||||
foreground: '0xffffff'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x122637'
|
||||
cursor: '0xf0cb09'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff0000'
|
||||
green: '0x37dd21'
|
||||
yellow: '0xfee409'
|
||||
blue: '0x1460d2'
|
||||
magenta: '0xff005d'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x545454'
|
||||
red: '0xf40d17'
|
||||
green: '0x3bcf1d'
|
||||
yellow: '0xecc809'
|
||||
blue: '0x5555ff'
|
||||
magenta: '0xff55ff'
|
||||
cyan: '0x6ae3f9'
|
||||
white: '0xffffff'
|
||||
@ -1,48 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2c2c2c'
|
||||
foreground: '0xd6d6d6'
|
||||
|
||||
dim_foreground: '0xdbdbdb'
|
||||
bright_foreground: '0xd9d9d9'
|
||||
dim_background: '0x202020' # not sure
|
||||
bright_background: '0x3a3a3a' # not sure
|
||||
|
||||
# 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'
|
||||
@ -1,32 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x292C3E'
|
||||
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'
|
||||
@ -1,24 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '0xf8f8f8'
|
||||
foreground: '0x2a2b33'
|
||||
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xde3d35'
|
||||
green: '0x3e953a'
|
||||
yellow: '0xd2b67b'
|
||||
blue: '0x2f5af3'
|
||||
magenta: '0xa00095'
|
||||
cyan: '0x3e953a'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
bright:
|
||||
black: '0x000000'
|
||||
red: '0xde3d35'
|
||||
green: '0x3e953a'
|
||||
yellow: '0xd2b67b'
|
||||
blue: '0x2f5af3'
|
||||
magenta: '0xa00095'
|
||||
cyan: '0x3e953a'
|
||||
white: '0xffffff'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Ayu Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0A0E14'
|
||||
foreground: '0xB3B1AD'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x01060E'
|
||||
red: '0xEA6C73'
|
||||
green: '0x91B362'
|
||||
yellow: '0xF9AF4F'
|
||||
blue: '0x53BDFA'
|
||||
magenta: '0xFAE994'
|
||||
cyan: '0x90E1C6'
|
||||
white: '0xC7C7C7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x686868'
|
||||
red: '0xF07178'
|
||||
green: '0xC2D94C'
|
||||
yellow: '0xFFB454'
|
||||
blue: '0x59C2FF'
|
||||
magenta: '0xFFEE99'
|
||||
cyan: '0x95E6CB'
|
||||
white: '0xFFFFFF'
|
||||
@ -1,33 +0,0 @@
|
||||
# Colors (Base16 Default Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x181818'
|
||||
foreground: '0xd8d8d8'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xd8d8d8'
|
||||
cursor: '0xd8d8d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x181818'
|
||||
red: '0xab4642'
|
||||
green: '0xa1b56c'
|
||||
yellow: '0xf7ca88'
|
||||
blue: '0x7cafc2'
|
||||
magenta: '0xba8baf'
|
||||
cyan: '0x86c1b9'
|
||||
white: '0xd8d8d8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x585858'
|
||||
red: '0xab4642'
|
||||
green: '0xa1b56c'
|
||||
yellow: '0xf7ca88'
|
||||
blue: '0x7cafc2'
|
||||
magenta: '0xba8baf'
|
||||
cyan: '0x86c1b9'
|
||||
white: '0xf8f8f8'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Blood Moon)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x10100E'
|
||||
foreground: '0xC6C6C4'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x10100E'
|
||||
red: '0xC40233'
|
||||
green: '0x009F6B'
|
||||
yellow: '0xFFD700'
|
||||
blue: '0x0087BD'
|
||||
magenta: '0x9A4EAE'
|
||||
cyan: '0x20B2AA'
|
||||
white: '0xC6C6C4'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x696969'
|
||||
red: '0xFF2400'
|
||||
green: '0x03C03C'
|
||||
yellow: '0xFDFF00'
|
||||
blue: '0x007FFF'
|
||||
magenta: '0xFF1493'
|
||||
cyan: '0x00CCCC'
|
||||
white: '0xFFFAFA'
|
||||
@ -1,44 +0,0 @@
|
||||
# KDE Breeze (Ported from Konsole)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x232627'
|
||||
foreground: '0xfcfcfc'
|
||||
|
||||
dim_foreground: '0xeff0f1'
|
||||
bright_foreground: '0xffffff'
|
||||
dim_background: '0x31363b'
|
||||
bright_background: '0x000000'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x232627'
|
||||
red: '0xed1515'
|
||||
green: '0x11d116'
|
||||
yellow: '0xf67400'
|
||||
blue: '0x1d99f3'
|
||||
magenta: '0x9b59b6'
|
||||
cyan: '0x1abc9c'
|
||||
white: '0xfcfcfc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x7f8c8d'
|
||||
red: '0xc0392b'
|
||||
green: '0x1cdc9a'
|
||||
yellow: '0xfdbc4b'
|
||||
blue: '0x3daee9'
|
||||
magenta: '0x8e44ad'
|
||||
cyan: '0x16a085'
|
||||
white: '0xffffff'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '0x31363b'
|
||||
red: '0x783228'
|
||||
green: '0x17a262'
|
||||
yellow: '0xb65619'
|
||||
blue: '0x1b668f'
|
||||
magenta: '0x614a73'
|
||||
cyan: '0x186c60'
|
||||
white: '0x63686d'
|
||||
@ -1,28 +0,0 @@
|
||||
# Campbell (Windows 10 default)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0c0c0c'
|
||||
foreground: '0xcccccc'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x0c0c0c'
|
||||
red: '0xc50f1f'
|
||||
green: '0x13a10e'
|
||||
yellow: '0xc19c00'
|
||||
blue: '0x0037da'
|
||||
magenta: '0x881798'
|
||||
cyan: '0x3a96dd'
|
||||
white: '0xcccccc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x767676'
|
||||
red: '0xe74856'
|
||||
green: '0x16c60c'
|
||||
yellow: '0xf9f1a5'
|
||||
blue: '0x3b78ff'
|
||||
magenta: '0xb4009e'
|
||||
cyan: '0x61d6d6'
|
||||
white: '0xf2f2f2'
|
||||
@ -1,31 +0,0 @@
|
||||
# Colors (Challenger Deep)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1e1c31'
|
||||
foreground: '0xcbe1e7'
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xff271d'
|
||||
cursor: '0xfbfcfc'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x141228'
|
||||
red: '0xff5458'
|
||||
green: '0x62d196'
|
||||
yellow: '0xffb378'
|
||||
blue: '0x65b2ff'
|
||||
magenta: '0x906cff'
|
||||
cyan: '0x63f2f1'
|
||||
white: '0xa6b3cc'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x565575'
|
||||
red: '0xff8080'
|
||||
green: '0x95ffa4'
|
||||
yellow: '0xffe9aa'
|
||||
blue: '0x91ddff'
|
||||
magenta: '0xc991e1'
|
||||
cyan: '0xaaffe4'
|
||||
white: '0xcbe3e7'
|
||||
|
||||
@ -1,34 +0,0 @@
|
||||
# Cyber Punk Neon
|
||||
# Source: https://github.com/Roboron3042/Cyberpunk-Neon
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "0x000b1e"
|
||||
foreground: "0x0abdc6"
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: "0x000b1e"
|
||||
cursor: "0x0abdc6"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "0x123e7c"
|
||||
red: "0xff0000"
|
||||
green: "0xd300c4"
|
||||
yellow: "0xf57800"
|
||||
blue: "0x123e7c"
|
||||
magenta: "0x711c91"
|
||||
cyan: "0x0abdc6"
|
||||
white: "0xd7d7d5"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "0x1c61c2"
|
||||
red: "0xff0000"
|
||||
green: "0xd300c4"
|
||||
yellow: "0xf57800"
|
||||
blue: "0x00ff00"
|
||||
magenta: "0x711c91"
|
||||
cyan: "0x0abdc6"
|
||||
white: "0xd7d7d5"
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Dracula)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282a36'
|
||||
foreground: '0xf8f8f2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff5555'
|
||||
green: '0x50fa7b'
|
||||
yellow: '0xf1fa8c'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff79c6'
|
||||
cyan: '0x8be9fd'
|
||||
white: '0xbfbfbf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x282a35'
|
||||
red: '0xff6e67'
|
||||
green: '0x5af78e'
|
||||
yellow: '0xf4f99d'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff92d0'
|
||||
cyan: '0x9aedfe'
|
||||
white: '0xe6e6e6'
|
||||
@ -1,29 +0,0 @@
|
||||
|
||||
# Colors (Konsole's Dark Pastels)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2C2C2C'
|
||||
foreground: '0xDCDCCC'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x3F3F3F'
|
||||
red: '0x705050'
|
||||
green: '0x60B48A'
|
||||
yellow: '0xDFAF8F'
|
||||
blue: '0x9AB8D7'
|
||||
magenta: '0xDC8CC3'
|
||||
cyan: '0x8CD0D3'
|
||||
white: '0xDCDCCC'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x709080'
|
||||
red: '0xDCA3A3'
|
||||
green: '0x72D5A3'
|
||||
yellow: '0xF0DFAF'
|
||||
blue: '0x94BFF3'
|
||||
magenta: '0xEC93D3'
|
||||
cyan: '0x93E0E3'
|
||||
white: '0xFFFFFF'
|
||||
@ -1,17 +0,0 @@
|
||||
# Colors (Doom One)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282c34'
|
||||
foreground: '0xbbc2cf'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282c34'
|
||||
red: '0xff6c6b'
|
||||
green: '0x98be65'
|
||||
yellow: '0xecbe7b'
|
||||
blue: '0x51afef'
|
||||
magenta: '0xc678dd'
|
||||
cyan: '0x46d9ff'
|
||||
white: '0xbbc2cf'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Dracula)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282a36'
|
||||
foreground: '0xf8f8f2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff5555'
|
||||
green: '0x50fa7b'
|
||||
yellow: '0xf1fa8c'
|
||||
blue: '0xbd93f9'
|
||||
magenta: '0xff79c6'
|
||||
cyan: '0x8be9fd'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x555555'
|
||||
red: '0xff5555'
|
||||
green: '0x50fa7b'
|
||||
yellow: '0xf1fa8c'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff79c6'
|
||||
cyan: '0x8be9fd'
|
||||
white: '0xffffff'
|
||||
@ -1,34 +0,0 @@
|
||||
# falcon colorscheme for alacritty
|
||||
# by fenetikm, https://github.com/fenetikm/falcon
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x020221'
|
||||
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'
|
||||
@ -1,25 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '0x272a34'
|
||||
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'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Gotham)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x0a0f14'
|
||||
foreground: '0x98d1ce'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x0a0f14'
|
||||
red: '0xc33027'
|
||||
green: '0x26a98b'
|
||||
yellow: '0xedb54b'
|
||||
blue: '0x195465'
|
||||
magenta: '0x4e5165'
|
||||
cyan: '0x33859d'
|
||||
white: '0x98d1ce'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x10151b'
|
||||
red: '0xd26939'
|
||||
green: '0x081f2d'
|
||||
yellow: '0x245361'
|
||||
blue: '0x093748'
|
||||
magenta: '0x888ba5'
|
||||
cyan: '0x599caa'
|
||||
white: '0xd3ebe9'
|
||||
@ -1,30 +0,0 @@
|
||||
# Colors (Gruvbox dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# hard contrast: background = '0x1d2021'
|
||||
background: '0x282828'
|
||||
# soft contrast: background = '0x32302f'
|
||||
foreground: '0xebdbb2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282828'
|
||||
red: '0xcc241d'
|
||||
green: '0x98971a'
|
||||
yellow: '0xd79921'
|
||||
blue: '0x458588'
|
||||
magenta: '0xb16286'
|
||||
cyan: '0x689d6a'
|
||||
white: '0xa89984'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x928374'
|
||||
red: '0xfb4934'
|
||||
green: '0xb8bb26'
|
||||
yellow: '0xfabd2f'
|
||||
blue: '0x83a598'
|
||||
magenta: '0xd3869b'
|
||||
cyan: '0x8ec07c'
|
||||
white: '0xebdbb2'
|
||||
@ -1,30 +0,0 @@
|
||||
# Colors (Gruvbox light)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
# hard contrast: background = '0xf9f5d7'
|
||||
background: '0xfbf1c7'
|
||||
# soft contrast: background = '0xf2e5bc'
|
||||
foreground: '0x3c3836'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xfbf1c7'
|
||||
red: '0xcc241d'
|
||||
green: '0x98971a'
|
||||
yellow: '0xd79921'
|
||||
blue: '0x458588'
|
||||
magenta: '0xb16286'
|
||||
cyan: '0x689d6a'
|
||||
white: '0x7c6f64'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x928374'
|
||||
red: '0x9d0006'
|
||||
green: '0x79740e'
|
||||
yellow: '0xb57614'
|
||||
blue: '0x076678'
|
||||
magenta: '0x8f3f71'
|
||||
cyan: '0x427b58'
|
||||
white: '0x3c3836'
|
||||
@ -1,26 +0,0 @@
|
||||
# Colors (Gruvbox Material Dark Medium)
|
||||
colors:
|
||||
primary:
|
||||
background: '0x282828'
|
||||
foreground: '0xdfbf8e'
|
||||
|
||||
normal:
|
||||
black: '0x665c54'
|
||||
red: '0xea6962'
|
||||
green: '0xa9b665'
|
||||
yellow: '0xe78a4e'
|
||||
blue: '0x7daea3'
|
||||
magenta: '0xd3869b'
|
||||
cyan: '0x89b482'
|
||||
white: '0xdfbf8e'
|
||||
|
||||
bright:
|
||||
black: '0x928374'
|
||||
red: '0xea6962'
|
||||
green: '0xa9b665'
|
||||
yellow: '0xe3a84e'
|
||||
blue: '0x7daea3'
|
||||
magenta: '0xd3869b'
|
||||
cyan: '0x89b482'
|
||||
white: '0xdfbf8e'
|
||||
|
||||
@ -1,33 +0,0 @@
|
||||
# Colors (High Contrast)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x444444'
|
||||
foreground: '0xdddddd'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xaaaaaa'
|
||||
cursor: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff0000'
|
||||
green: '0x00ff00'
|
||||
yellow: '0xffff00'
|
||||
blue: '0x0000ff'
|
||||
magenta: '0xff00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xffffff'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x000000'
|
||||
red: '0xff0000'
|
||||
green: '0x00ff00'
|
||||
yellow: '0xffff00'
|
||||
blue: '0x0000ff'
|
||||
magenta: '0xff00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xffffff'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Horizon Dark)
|
||||
colors:
|
||||
# Primary colors
|
||||
primary:
|
||||
background: '0x1c1e26'
|
||||
foreground: '0xe0e0e0'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x16161c'
|
||||
red: '0xe95678'
|
||||
green: '0x29d398'
|
||||
yellow: '0xfab795'
|
||||
blue: '0x26bbd9'
|
||||
magenta: '0xee64ac'
|
||||
cyan: '0x59e1e3'
|
||||
white: '0xd5d8da'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x5b5858'
|
||||
red: '0xec6a88'
|
||||
green: '0x3fdaa4'
|
||||
yellow: '0xfbc3a7'
|
||||
blue: '0x3fc4de'
|
||||
magenta: '0xf075b5'
|
||||
cyan: '0x6be4e6'
|
||||
white: '0xd5d8da'
|
||||
@ -1,31 +0,0 @@
|
||||
# Colors (Hyper)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xffffff'
|
||||
cursor:
|
||||
text: '0xF81CE5'
|
||||
cursor: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xfe0100'
|
||||
green: '0x33ff00'
|
||||
yellow: '0xfeff00'
|
||||
blue: '0x0066ff'
|
||||
magenta: '0xcc00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xd0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x808080'
|
||||
red: '0xfe0100'
|
||||
green: '0x33ff00'
|
||||
yellow: '0xfeff00'
|
||||
blue: '0x0066ff'
|
||||
magenta: '0xcc00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xFFFFFF'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (iTerm 2 default theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x101421'
|
||||
foreground: '0xfffbf6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x2e2e2e'
|
||||
red: '0xeb4129'
|
||||
green: '0xabe047'
|
||||
yellow: '0xf6c744'
|
||||
blue: '0x47a0f3'
|
||||
magenta: '0x7b5cb0'
|
||||
cyan: '0x64dbed'
|
||||
white: '0xe5e9f0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x565656'
|
||||
red: '0xec5357'
|
||||
green: '0xc0e17d'
|
||||
yellow: '0xf9da6a'
|
||||
blue: '0x49a4f8'
|
||||
magenta: '0xa47de9'
|
||||
cyan: '0x99faf2'
|
||||
white: '0xffffff'
|
||||
@ -1,34 +0,0 @@
|
||||
# Colors (Kanagawa Dragon)
|
||||
# Source: https://github.com/rebelot/kanagawa.nvim
|
||||
colors:
|
||||
primary:
|
||||
background: '0x181616'
|
||||
foreground: '0xc5c9c5'
|
||||
|
||||
normal:
|
||||
black: '0x0d0c0c'
|
||||
blue: '0x8ba4b0'
|
||||
cyan: '0x8ea4a2'
|
||||
green: '0x8a9a7b'
|
||||
magenta: '0xa292a3'
|
||||
red: '0xc4746e'
|
||||
white: '0xC8C093'
|
||||
yellow: '0xc4b28a'
|
||||
|
||||
bright:
|
||||
black: '0xa6a69c'
|
||||
blue: '0x7FB4CA'
|
||||
cyan: '0x7AA89F'
|
||||
green: '0x87a987'
|
||||
magenta: '0x938AA9'
|
||||
red: '0xE46876'
|
||||
white: '0xc5c9c5'
|
||||
yellow: '0xE6C384'
|
||||
|
||||
selection:
|
||||
background: '0x2d4f67'
|
||||
foreground: '0xc8c093'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xffa066' }
|
||||
- { index: 17, color: '0xff5d62' }
|
||||
@ -1,34 +0,0 @@
|
||||
# Colors (Kanagawa Wave)
|
||||
# Source: https://github.com/rebelot/kanagawa.nvim
|
||||
colors:
|
||||
primary:
|
||||
background: '0x1f1f28'
|
||||
foreground: '0xdcd7ba'
|
||||
|
||||
normal:
|
||||
black: '0x090618'
|
||||
red: '0xc34043'
|
||||
green: '0x76946a'
|
||||
yellow: '0xc0a36e'
|
||||
blue: '0x7e9cd8'
|
||||
magenta: '0x957fb8'
|
||||
cyan: '0x6a9589'
|
||||
white: '0xc8c093'
|
||||
|
||||
bright:
|
||||
black: '0x727169'
|
||||
red: '0xe82424'
|
||||
green: '0x98bb6c'
|
||||
yellow: '0xe6c384'
|
||||
blue: '0x7fb4ca'
|
||||
magenta: '0x938aa9'
|
||||
cyan: '0x7aa89f'
|
||||
white: '0xdcd7ba'
|
||||
|
||||
selection:
|
||||
background: '0x2d4f67'
|
||||
foreground: '0xc8c093'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xffa066' }
|
||||
- { index: 17, color: '0xff5d62' }
|
||||
@ -1,51 +0,0 @@
|
||||
# Color theme ported from Konsole: Linux colors
|
||||
colors:
|
||||
primary:
|
||||
foreground: '0xe3e3e3'
|
||||
bright_foreground: '0xffffff'
|
||||
dim_foreground: '0xe3e3e3'
|
||||
background: '0x1f1f1f'
|
||||
bright_background: '0x686868' # not sure
|
||||
dim_background: '0x1f1f1f' # not sure
|
||||
|
||||
cursor:
|
||||
text: '0x191622'
|
||||
cursor: '0xf8f8f2'
|
||||
|
||||
search:
|
||||
matches:
|
||||
foreground: '0xb2b2b2'
|
||||
background: '0xb26818'
|
||||
focused_match:
|
||||
foreground: CellBackground
|
||||
background: CellForeground
|
||||
|
||||
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'
|
||||
@ -1,33 +0,0 @@
|
||||
# Colors (Dim)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x333333'
|
||||
foreground: '0xdddddd'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xaaaaaa'
|
||||
cursor: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xbb0000'
|
||||
green: '0x00bb00'
|
||||
yellow: '0xbbbb00'
|
||||
blue: '0x0000bb'
|
||||
magenta: '0xbb00bb'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x000000'
|
||||
red: '0xbb0000'
|
||||
green: '0x00bb00'
|
||||
yellow: '0xbbbb00'
|
||||
blue: '0x0000bb'
|
||||
magenta: '0xbb00bb'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Material Theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1e282d'
|
||||
foreground: '0xc4c7d1'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x666666'
|
||||
red: '0xeb606b'
|
||||
green: '0xc3e88d'
|
||||
yellow: '0xf7eb95'
|
||||
blue: '0x80cbc4'
|
||||
magenta: '0xff2f90'
|
||||
cyan: '0xaeddff'
|
||||
white: '0xffffff'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xff262b'
|
||||
red: '0xeb606b'
|
||||
green: '0xc3e88d'
|
||||
yellow: '0xf7eb95'
|
||||
blue: '0x7dc6bf'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x35434d'
|
||||
white: '0xffffff'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Material Theme)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1e282d'
|
||||
foreground: '0xc4c7d1'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x666666'
|
||||
red: '0xeb606b'
|
||||
green: '0xc3e88d'
|
||||
yellow: '0xf7eb95'
|
||||
blue: '0x80cbc4'
|
||||
magenta: '0xff2f90'
|
||||
cyan: '0xaeddff'
|
||||
white: '0xffffff'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xa1a1a1'
|
||||
red: '0xeb606b'
|
||||
green: '0xc3e88d'
|
||||
yellow: '0xf7eb95'
|
||||
blue: '0x7dc6bf'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x35434d'
|
||||
white: '0xffffff'
|
||||
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2D2A2E'
|
||||
foreground: '0xfff1f3'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x2c2525'
|
||||
red: '0xfd6883'
|
||||
green: '0xadda78'
|
||||
yellow: '0xf9cc6c'
|
||||
blue: '0xf38d70'
|
||||
magenta: '0xa8a9eb'
|
||||
cyan: '0x85dacc'
|
||||
white: '0xfff1f3'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x72696a'
|
||||
red: '0xfd6883'
|
||||
green: '0xadda78'
|
||||
yellow: '0xf9cc6c'
|
||||
blue: '0xf38d70'
|
||||
magenta: '0xa8a9eb'
|
||||
cyan: '0x85dacc'
|
||||
white: '0xfff1f3'
|
||||
@ -1,28 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '0x1e2030'
|
||||
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'
|
||||
@ -1,29 +0,0 @@
|
||||
# Colors (Night Owlish Light)
|
||||
colors:
|
||||
bright:
|
||||
black: '#7a8181'
|
||||
blue: '#5ca7e4'
|
||||
cyan: '#00c990'
|
||||
green: '#49d0c5'
|
||||
magenta: '#697098'
|
||||
red: '#f76e6e'
|
||||
white: '#989fb1'
|
||||
yellow: '#dac26b'
|
||||
cursor:
|
||||
cursor: '#403f53'
|
||||
text: '#fbfbfb'
|
||||
normal:
|
||||
black: '#011627'
|
||||
blue: '#4876d6'
|
||||
cyan: '#08916a'
|
||||
green: '#2aa298'
|
||||
magenta: '#403f53'
|
||||
red: '#d3423e'
|
||||
white: '#7a8181'
|
||||
yellow: '#daaa01'
|
||||
primary:
|
||||
background: '#ffffff'
|
||||
foreground: '#403f53'
|
||||
selection:
|
||||
background: '#f2f2f2'
|
||||
text: '#403f53'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Nord)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2E3440'
|
||||
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'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Oceanic Next)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1b2b34'
|
||||
foreground: '0xd8dee9'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x29414f'
|
||||
red: '0xec5f67'
|
||||
green: '0x99c794'
|
||||
yellow: '0xfac863'
|
||||
blue: '0x6699cc'
|
||||
magenta: '0xc594c5'
|
||||
cyan: '0x5fb3b3'
|
||||
white: '0x65737e'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x405860'
|
||||
red: '0xec5f67'
|
||||
green: '0x99c794'
|
||||
yellow: '0xfac863'
|
||||
blue: '0x6699cc'
|
||||
magenta: '0xc594c5'
|
||||
cyan: '0x5fb3b3'
|
||||
white: '0xadb5c0'
|
||||
@ -1,38 +0,0 @@
|
||||
colors:
|
||||
primary:
|
||||
background: '0x191622'
|
||||
foreground: '0xe1e1e6'
|
||||
|
||||
cursor:
|
||||
text: '0x191622'
|
||||
cursor: '0xf8f8f2'
|
||||
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff5555'
|
||||
green: '0x50fa7b'
|
||||
yellow: '0xeffa78'
|
||||
blue: '0xbd93f9'
|
||||
magenta: '0xff79c6'
|
||||
cyan: '0x8d79ba'
|
||||
white: '0xbfbfbf'
|
||||
|
||||
bright:
|
||||
black: '0x4d4d4d'
|
||||
red: '0xff6e67'
|
||||
green: '0x5af78e'
|
||||
yellow: '0xeaf08d'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff92d0'
|
||||
cyan: '0xaa91e3'
|
||||
white: '0xe6e6e6'
|
||||
|
||||
dim:
|
||||
black: '0x000000'
|
||||
red: '0xa90000'
|
||||
green: '0x049f2b'
|
||||
yellow: '0xa3b106'
|
||||
blue: '0x530aba'
|
||||
magenta: '0xbb006b'
|
||||
cyan: '0x433364'
|
||||
white: '0x5f5f5f'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (One Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1e2127'
|
||||
foreground: '0xabb2bf'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x1e2127'
|
||||
red: '0xe06c75'
|
||||
green: '0x98c379'
|
||||
yellow: '0xd19a66'
|
||||
blue: '0x61afef'
|
||||
magenta: '0xc678dd'
|
||||
cyan: '0x56b6c2'
|
||||
white: '0xabb2bf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x5c6370'
|
||||
red: '0xe06c75'
|
||||
green: '0x98c379'
|
||||
yellow: '0xd19a66'
|
||||
blue: '0x61afef'
|
||||
magenta: '0xc678dd'
|
||||
cyan: '0x56b6c2'
|
||||
white: '0xffffff'
|
||||
@ -1,30 +0,0 @@
|
||||
# iTerm2 Material Design - Palenight theme for Alacritty
|
||||
# Source : https://github.com/JonathanSpeek/palenight-iterm2
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x292d3e'
|
||||
foreground: '0xd0d0d0'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x292d3e'
|
||||
red: '0xf07178'
|
||||
green: '0xc3e88d'
|
||||
yellow: '0xffcb6b'
|
||||
blue: '0x82aaff'
|
||||
magenta: '0xc792ea'
|
||||
cyan: '0x89ddff'
|
||||
white: '0xd0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x434758'
|
||||
red: '0xff8b92'
|
||||
green: '0xddffa7'
|
||||
yellow: '0xffe585'
|
||||
blue: '0x9cc4ff'
|
||||
magenta: '0xe1acff'
|
||||
cyan: '0xa3f7ff'
|
||||
white: '0xffffff'
|
||||
@ -1,32 +0,0 @@
|
||||
# Colors (PaperColor - Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1c1c1c'
|
||||
foreground: '0x808080'
|
||||
|
||||
cursor:
|
||||
text: '0x1c1c1c'
|
||||
cursor: '0x808080'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x1c1c1c'
|
||||
red: '0xaf005f'
|
||||
green: '0x5faf00'
|
||||
yellow: '0xd7af5f'
|
||||
blue: '0x5fafd7'
|
||||
magenta: '0x808080'
|
||||
cyan: '0xd7875f'
|
||||
white: '0xd0d0d0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x585858'
|
||||
red: '0x5faf5f'
|
||||
green: '0xafd700'
|
||||
yellow: '0xaf87d7'
|
||||
blue: '0xffaf00'
|
||||
magenta: '0xffaf00'
|
||||
cyan: '0x00afaf'
|
||||
white: '0x5f8787'
|
||||
@ -1,32 +0,0 @@
|
||||
# Colors (PaperColor - Light)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xeeeeee'
|
||||
foreground: '0x878787'
|
||||
|
||||
cursor:
|
||||
text: '0xeeeeee'
|
||||
cursor: '0x878787'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xeeeeee'
|
||||
red: '0xaf0000'
|
||||
green: '0x008700'
|
||||
yellow: '0x5f8700'
|
||||
blue: '0x0087af'
|
||||
magenta: '0x878787'
|
||||
cyan: '0x005f87'
|
||||
white: '0x444444'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xbcbcbc'
|
||||
red: '0xd70000'
|
||||
green: '0xd70087'
|
||||
yellow: '0x8700af'
|
||||
blue: '0xd75f00'
|
||||
magenta: '0xd75f00'
|
||||
cyan: '0x005faf'
|
||||
white: '0x005f87'
|
||||
@ -1,26 +0,0 @@
|
||||
# Colors (Pencil Dark)
|
||||
colors:
|
||||
# Default Colors
|
||||
primary:
|
||||
background: '0x212121'
|
||||
foreground: '0xf1f1f1'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x212121'
|
||||
red: '0xc30771'
|
||||
green: '0x10a778'
|
||||
yellow: '0xa89c14'
|
||||
blue: '0x008ec4'
|
||||
magenta: '0x523c79'
|
||||
cyan: '0x20a5ba'
|
||||
white: '0xe0e0e0'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x818181'
|
||||
red: '0xfb007a'
|
||||
green: '0x5fd7af'
|
||||
yellow: '0xf3e430'
|
||||
blue: '0x20bbfc'
|
||||
magenta: '0x6855de'
|
||||
cyan: '0x4fb8cc'
|
||||
white: '0xf1f1f1'
|
||||
@ -1,26 +0,0 @@
|
||||
# Colors (Pencil Light)
|
||||
colors:
|
||||
# Default Colors
|
||||
primary:
|
||||
background: '0xf1f1f1'
|
||||
foreground: '0x424242'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x212121'
|
||||
red: '0xc30771'
|
||||
green: '0x10a778'
|
||||
yellow: '0xa89c14'
|
||||
blue: '0x008ec4'
|
||||
magenta: '0x523c79'
|
||||
cyan: '0x20a5ba'
|
||||
white: '0xe0e0e0'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x212121'
|
||||
red: '0xfb007a'
|
||||
green: '0x5fd7af'
|
||||
yellow: '0xf3e430'
|
||||
blue: '0x20bbfc'
|
||||
magenta: '0x6855de'
|
||||
cyan: '0x4fb8cc'
|
||||
white: '0xf1f1f1'
|
||||
@ -1,38 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2c2b2a'
|
||||
foreground: '0xf9e7c4'
|
||||
|
||||
dim_foreground: '0x685E4A'
|
||||
bright_foreground: '0x1C1508'
|
||||
dim_background: '0x202322'
|
||||
bright_background: '0x353433'
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '0xf9e7c4'
|
||||
cursor: '0xf9e7c4'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282a2e'
|
||||
blue: '0x5f819d'
|
||||
cyan: '0x5e8d87'
|
||||
green: '0x8c9440'
|
||||
magenta: '0x85678f'
|
||||
orange: '0xcc6953'
|
||||
red: '0xa54242'
|
||||
white: '0x707880'
|
||||
yellow: '0xde935f'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x373b41'
|
||||
blue: '0x81a2be'
|
||||
cyan: '0x8abeb7'
|
||||
green: '0xb5bd68'
|
||||
magenta: '0xb294bb'
|
||||
red: '0xcc6666'
|
||||
white: '0xc5c8c6'
|
||||
yellow: '0xf0c674'
|
||||
@ -1,38 +0,0 @@
|
||||
# Colors (SeaShells)
|
||||
# Source : https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#061923'
|
||||
foreground: '#e5c49e'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '#061822'
|
||||
cursor: '#feaf3c'
|
||||
|
||||
selection:
|
||||
text: '#ffe9d7'
|
||||
background: '#265b75'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1d485f'
|
||||
red: '#db662d'
|
||||
green: '#008eab'
|
||||
yellow: '#feaf3c'
|
||||
blue: '#255a62'
|
||||
magenta: '#77dbf4'
|
||||
cyan: '#5fb1c2'
|
||||
white: '#e5c49e'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#545d65'
|
||||
red: '#dd998a'
|
||||
green: '#739da8'
|
||||
yellow: '#fedaae'
|
||||
blue: '#0bc7e3'
|
||||
magenta: '#c6e8f1'
|
||||
cyan: '#97b9c0'
|
||||
white: '#ffe9d7'
|
||||
@ -1,30 +0,0 @@
|
||||
# Color theme ported from iTerm 2: Smoooooth
|
||||
|
||||
colors:
|
||||
primary:
|
||||
foreground: '0xdbdbdb'
|
||||
background: '0x14191e'
|
||||
cursor:
|
||||
text: '0x000000'
|
||||
cursor: '0xfefffe'
|
||||
selection:
|
||||
text: '0x000000'
|
||||
background: '0xb3d7ff'
|
||||
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'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Snazzy)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282a36'
|
||||
foreground: '0xeff0eb'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282a36'
|
||||
red: '0xff5c57'
|
||||
green: '0x5af78e'
|
||||
yellow: '0xf3f99d'
|
||||
blue: '0x57c7ff'
|
||||
magenta: '0xff6ac1'
|
||||
cyan: '0x9aedfe'
|
||||
white: '0xf1f1f0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x686868'
|
||||
red: '0xff5c57'
|
||||
green: '0x5af78e'
|
||||
yellow: '0xf3f99d'
|
||||
blue: '0x57c7ff'
|
||||
magenta: '0xff6ac1'
|
||||
cyan: '0x9aedfe'
|
||||
white: '0xf1f1f0'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Solarized Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x002b36'
|
||||
foreground: '0x839496'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x073642'
|
||||
red: '0xdc322f'
|
||||
green: '0x859900'
|
||||
yellow: '0xb58900'
|
||||
blue: '0x268bd2'
|
||||
magenta: '0xd33682'
|
||||
cyan: '0x2aa198'
|
||||
white: '0xeee8d5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x002b36'
|
||||
red: '0xcb4b16'
|
||||
green: '0x586e75'
|
||||
yellow: '0x657b83'
|
||||
blue: '0x839496'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x93a1a1'
|
||||
white: '0xfdf6e3'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Solarized Light)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xfdf6e3'
|
||||
foreground: '0x586e75'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x073642'
|
||||
red: '0xdc322f'
|
||||
green: '0x859900'
|
||||
yellow: '0xb58900'
|
||||
blue: '0x268bd2'
|
||||
magenta: '0xd33682'
|
||||
cyan: '0x2aa198'
|
||||
white: '0xeee8d5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x002b36'
|
||||
red: '0xcb4b16'
|
||||
green: '0x586e75'
|
||||
yellow: '0x657b83'
|
||||
blue: '0x839496'
|
||||
magenta: '0x6c71c4'
|
||||
cyan: '0x93a1a1'
|
||||
white: '0xfdf6e3'
|
||||
@ -1,31 +0,0 @@
|
||||
# Colors (Taerminal)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x26282a'
|
||||
foreground: '0xf0f0f0'
|
||||
cursor:
|
||||
background: '0xf0f0f0'
|
||||
foreground: '0x26282a'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x26282a'
|
||||
red: '0xff8878'
|
||||
green: '0xb4fb73'
|
||||
yellow: '0xfffcb7'
|
||||
blue: '0x8bbce5'
|
||||
magenta: '0xffb2fe'
|
||||
cyan: '0xa2e1f8'
|
||||
white: '0xf1f1f1'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x6f6f6f'
|
||||
red: '0xfe978b'
|
||||
green: '0xd6fcba'
|
||||
yellow: '0xfffed5'
|
||||
blue: '0xc2e3ff'
|
||||
magenta: '0xffc6ff'
|
||||
cyan: '0xc0e9f8'
|
||||
white: '0xffffff'
|
||||
@ -1,26 +0,0 @@
|
||||
# GNOME Terminal Tango Dark
|
||||
colors:
|
||||
primary:
|
||||
background: '0x2e3436'
|
||||
foreground: '0xd3d7cf'
|
||||
|
||||
normal:
|
||||
black: '0x2e3436'
|
||||
red: '0xcc0000'
|
||||
green: '0x4e9a06'
|
||||
yellow: '0xc4a000'
|
||||
blue: '0x3465a4'
|
||||
magenta: '0x75507b'
|
||||
cyan: '0x06989a'
|
||||
white: '0xd3d7cf'
|
||||
|
||||
bright:
|
||||
black: '0x555753'
|
||||
red: '0xef2929'
|
||||
green: '0x8ae234'
|
||||
yellow: '0xfce94f'
|
||||
blue: '0x729fcf'
|
||||
magenta: '0xad7fa8'
|
||||
cyan: '0x34e2e2'
|
||||
white: '0xeeeeec'
|
||||
|
||||
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282828'
|
||||
foreground: '0xeeeeee'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282828'
|
||||
red: '0xf43753'
|
||||
green: '0xc9d05c'
|
||||
yellow: '0xffc24b'
|
||||
blue: '0xb3deef'
|
||||
magenta: '0xd3b987'
|
||||
cyan: '0x73cef4'
|
||||
white: '0xeeeeee'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x4c4c4c'
|
||||
red: '0xf43753'
|
||||
green: '0xc9d05c'
|
||||
yellow: '0xffc24b'
|
||||
blue: '0xb3deef'
|
||||
magenta: '0xd3b987'
|
||||
cyan: '0x73cef4'
|
||||
white: '0xfeffff'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Terminal.app)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xb6b6b6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0x990000'
|
||||
green: '0x00a600'
|
||||
yellow: '0x999900'
|
||||
blue: '0x0000b2'
|
||||
magenta: '0xb200b2'
|
||||
cyan: '0x00a6b2'
|
||||
white: '0xbfbfbf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xe50000'
|
||||
green: '0x00d900'
|
||||
yellow: '0xe5e500'
|
||||
blue: '0x0000ff'
|
||||
magenta: '0xe500e5'
|
||||
cyan: '0x00e5e5'
|
||||
white: '0xe5e5e5'
|
||||
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1D1F28'
|
||||
foreground: '0xFDFDFD'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
# Bright colors
|
||||
black: '0x282A36'
|
||||
red: '0xF37F97'
|
||||
green: '0x5ADECD'
|
||||
yellow: '0xF2A272'
|
||||
blue: '0x8897F4'
|
||||
magenta: '0xC574DD'
|
||||
cyan: '0x79E6F3'
|
||||
white: '0xFDFDFD'
|
||||
bright:
|
||||
black: '0x414458'
|
||||
red: '0xFF4971'
|
||||
green: '0x18E3C8'
|
||||
yellow: '0xEBCB8B'
|
||||
blue: '0xFF8037'
|
||||
magenta: '0x556FFF'
|
||||
cyan: '0x3FDCEE'
|
||||
white: '0xBEBEC1'
|
||||
indexed_colors: []
|
||||
@ -1,29 +0,0 @@
|
||||
# Colors (Tokyo Night: Storm variant)
|
||||
# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x24283b'
|
||||
foreground: '0xa9b1d6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x32344a'
|
||||
red: '0xf7768e'
|
||||
green: '0x9ece6a'
|
||||
yellow: '0xe0af68'
|
||||
blue: '0x7aa2f7'
|
||||
magenta: '0xad8ee6'
|
||||
cyan: '0x449dab'
|
||||
white: '0x9699a8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x444b6a'
|
||||
red: '0xff7a93'
|
||||
green: '0xb9f27c'
|
||||
yellow: '0xff9e64'
|
||||
blue: '0x7da6ff'
|
||||
magenta: '0xbb9af7'
|
||||
cyan: '0x0db9d7'
|
||||
white: '0xacb0d0'
|
||||
@ -1,29 +0,0 @@
|
||||
# Colors (Tokyo Night)
|
||||
# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1a1b26'
|
||||
foreground: '0xa9b1d6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x32344a'
|
||||
red: '0xf7768e'
|
||||
green: '0x9ece6a'
|
||||
yellow: '0xe0af68'
|
||||
blue: '0x7aa2f7'
|
||||
magenta: '0xad8ee6'
|
||||
cyan: '0x449dab'
|
||||
white: '0x787c99'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x444b6a'
|
||||
red: '0xff7a93'
|
||||
green: '0xb9f27c'
|
||||
yellow: '0xff9e64'
|
||||
blue: '0x7da6ff'
|
||||
magenta: '0xbb9af7'
|
||||
cyan: '0x0db9d7'
|
||||
white: '0xacb0d0'
|
||||
@ -1,33 +0,0 @@
|
||||
# Colors (Tomorrow Night)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1d1f21'
|
||||
foreground: '0xc5c8c6'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x1d1f21'
|
||||
cursor: '0xffffff'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x1d1f21'
|
||||
red: '0xcc6666'
|
||||
green: '0xb5bd68'
|
||||
yellow: '0xe6c547'
|
||||
blue: '0x81a2be'
|
||||
magenta: '0xb294bb'
|
||||
cyan: '0x70c0ba'
|
||||
white: '0x373b41'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xff3334'
|
||||
green: '0x9ec400'
|
||||
yellow: '0xf0c674'
|
||||
blue: '0x81a2be'
|
||||
magenta: '0xb77ee0'
|
||||
cyan: '0x54ced6'
|
||||
white: '0x282a2e'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Tomorrow Night Bright)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xeaeaea'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xd54e53'
|
||||
green: '0xb9ca4a'
|
||||
yellow: '0xe6c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xc397d8'
|
||||
cyan: '0x70c0ba'
|
||||
white: '0x424242'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xff3334'
|
||||
green: '0x9ec400'
|
||||
yellow: '0xe7c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xb77ee0'
|
||||
cyan: '0x54ced6'
|
||||
white: '0x2a2a2a'
|
||||
@ -1,28 +0,0 @@
|
||||
# Colors (Wombat)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1f1f1f'
|
||||
foreground: '0xe5e1d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xf7786d'
|
||||
green: '0xbde97c'
|
||||
yellow: '0xefdfac'
|
||||
blue: '0x6ebaf8'
|
||||
magenta: '0xef88ff'
|
||||
cyan: '0x90fdf8'
|
||||
white: '0xe5e1d8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xb4b4b4'
|
||||
red: '0xf99f92'
|
||||
green: '0xe3f7a1'
|
||||
yellow: '0xf2e9bf'
|
||||
blue: '0xb3d2ff'
|
||||
magenta: '0xe5bdff'
|
||||
cyan: '0xc2fefa'
|
||||
white: '0xffffff'
|
||||
@ -1,27 +0,0 @@
|
||||
# XTerm's default colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0xffffff'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xcd0000'
|
||||
green: '0x00cd00'
|
||||
yellow: '0xcdcd00'
|
||||
blue: '0x0000ee'
|
||||
magenta: '0xcd00cd'
|
||||
cyan: '0x00cdcd'
|
||||
white: '0xe5e5e5'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x7f7f7f'
|
||||
red: '0xff0000'
|
||||
green: '0x00ff00'
|
||||
yellow: '0xffff00'
|
||||
blue: '0x5c5cff'
|
||||
magenta: '0xff00ff'
|
||||
cyan: '0x00ffff'
|
||||
white: '0xffffff'
|
||||
@ -10,4 +10,5 @@ def_key "l"
|
||||
enter_directory
|
||||
def_key "h"
|
||||
jump_to_parent_directory
|
||||
|
||||
def_key "4"
|
||||
show_lyrics
|
||||
|
||||
@ -49,5 +49,8 @@ keymap("n", "<S-h>", ":tabprevious<CR>", opts)
|
||||
-- Copy to clipboard
|
||||
keymap("v", "<C-c>", "\"+y", opts)
|
||||
|
||||
-- Copy relative path of current ile to clipboard
|
||||
keymap("n", "<C-y>", ":let @+ = expand(\"%\")<CR>", opts)
|
||||
|
||||
--Close buffer
|
||||
-- keymap("n", "<C-w>", ":bd | bp <CR>", opts)
|
||||
|
||||
@ -4,16 +4,7 @@ return {
|
||||
config = true
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufReadPre BufNewFile",
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"nvimtools/none-ls.nvim",
|
||||
},
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
config = function()
|
||||
require("user.plugins.lsp.mason_lsp_config")
|
||||
require("user.plugins.lsp.diagnostics_config").setup()
|
||||
@ -33,16 +24,22 @@ return {
|
||||
|
||||
vim.cmd([[ command! Format execute 'lua vim.lsp.buf.format{async=true}' ]])
|
||||
end,
|
||||
dependencies = {
|
||||
{ "mason-org/mason.nvim", opts = {} },
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufReadPre BufNewFile",
|
||||
dependencies = {
|
||||
"nvimtools/none-ls.nvim",
|
||||
},
|
||||
},
|
||||
{
|
||||
"lukas-reineke/lsp-format.nvim",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local on_attach = function(client)
|
||||
require("lsp-format").on_attach(client)
|
||||
end
|
||||
|
||||
require("lspconfig").gopls.setup { on_attach = on_attach }
|
||||
end
|
||||
},
|
||||
{
|
||||
|
||||
@ -4,6 +4,8 @@ vim.lsp.enable({
|
||||
"omnisharp",
|
||||
"pylsp",
|
||||
"rust_analyzer",
|
||||
"luals",
|
||||
"vimls"
|
||||
})
|
||||
|
||||
-- TODO: this does not work, need to install pylsp-mypy plugin manually
|
||||
@ -45,4 +47,20 @@ vim.lsp.config('rust_analyzer', {
|
||||
}
|
||||
})
|
||||
|
||||
vim.lsp.config('luals', {
|
||||
settings = {
|
||||
Lua = {}
|
||||
}
|
||||
})
|
||||
|
||||
vim.lsp.config('rust_analyzer', {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
cargo = {
|
||||
features = "all",
|
||||
},
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
mason_lspconfig.setup()
|
||||
|
||||
@ -12,7 +12,9 @@ return {
|
||||
window = {
|
||||
mappings = {
|
||||
-- disable fuzzy finder
|
||||
["/"] = "noop"
|
||||
["/"] = "noop",
|
||||
-- disable folder collapse
|
||||
["z"] = "noop",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,11 +1,18 @@
|
||||
return {
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
lazy = false,
|
||||
opts = {
|
||||
region_check_events = "CursorHold,InsertLeave,InsertEnter",
|
||||
-- those are for removing deleted snippets, also a common problem
|
||||
delete_check_events = "TextChanged,InsertEnter",
|
||||
},
|
||||
config = function(_, opts)
|
||||
local luasnip = require("luasnip")
|
||||
luasnip.setup(opts)
|
||||
end,
|
||||
dependencies = {
|
||||
"rafamadriz/friendly-snippets",
|
||||
-- "dsznajder/vscode-es7-javascript-react-snippets",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,8 +2,8 @@ function FindProxyForURL(url, host) {
|
||||
// Proxy server (customize this line)
|
||||
var proxy = "PROXY 91.199.147.158:3128";
|
||||
|
||||
// Domains related to ChatGPT/OpenAI
|
||||
var proxy_domains = [
|
||||
// Domains related to ChatGPT/OpenAI
|
||||
"chatgpt.com",
|
||||
"chat.openai.com",
|
||||
"openai.com",
|
||||
@ -11,6 +11,7 @@ function FindProxyForURL(url, host) {
|
||||
"platform.openai.com",
|
||||
"auth0.openai.com",
|
||||
|
||||
// Youtube related domains
|
||||
"*.youtube.com",
|
||||
"youtube.com",
|
||||
"*.googlevideo.com",
|
||||
|
||||
@ -1,67 +0,0 @@
|
||||
alt - return : alacritty msg create-window || open -n -a 'Alacritty.app'
|
||||
alt - b : /Applications/LibreWolf.app/Contents/MacOS/librewolf
|
||||
|
||||
# Navigation
|
||||
alt - h : yabai -m window --focus west
|
||||
alt - j : yabai -m window --focus south
|
||||
alt - k : yabai -m window --focus north
|
||||
alt - l : yabai -m window --focus east
|
||||
|
||||
#kill Yabai
|
||||
shift + alt - c : brew services stop yabai
|
||||
#start Yabai
|
||||
alt - c : brew services start yabai
|
||||
|
||||
# Moving windows
|
||||
shift + alt - h : yabai -m window --warp west
|
||||
shift + alt - j : yabai -m window --warp south
|
||||
shift + alt - k : yabai -m window --warp north
|
||||
shift + alt - l : yabai -m window --warp east
|
||||
|
||||
#resize windows
|
||||
alt - y : yabai -m window --resize left:-50:0; \
|
||||
yabai -m window --resize right:-50:0
|
||||
alt - u : yabai -m window --resize bottom:0:50; \
|
||||
yabai -m window --resize top:0:50
|
||||
alt - i : yabai -m window --resize top:0:-50; \
|
||||
yabai -m window --resize bottom:0:-50
|
||||
alt - o : yabai -m window --resize right:50:0; \
|
||||
yabai -m window --resize left:50:0
|
||||
|
||||
# Make window native fullscreen
|
||||
alt - f : yabai -m window --toggle zoom-fullscreen
|
||||
shift + alt - f : yabai -m window --toggle native-fullscreen
|
||||
|
||||
# Float / Unfloat window
|
||||
shift + alt - space : \
|
||||
yabai -m window --toggle float; \
|
||||
yabai -m window --toggle border
|
||||
|
||||
shift + alt - r : \
|
||||
/usr/bin/env osascript <<< \
|
||||
"display notification \"Restarting Yabai\" with title \"Yabai\""; \
|
||||
launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai"
|
||||
|
||||
shift + alt - 1 : yabai -m window --space 1;
|
||||
shift + alt - 2 : yabai -m window --space 2;
|
||||
shift + alt - 3 : yabai -m window --space 3;
|
||||
shift + alt - 4 : yabai -m window --space 4;
|
||||
shift + alt - 5 : yabai -m window --space 5;
|
||||
shift + alt - 6 : yabai -m window --space 6;
|
||||
shift + alt - 7 : yabai -m window --space 7;
|
||||
|
||||
alt - 1 : yabai -m space --focus 1;
|
||||
alt - 2 : yabai -m space --focus 2;
|
||||
alt - 3 : yabai -m space --focus 3;
|
||||
alt - 4 : yabai -m space --focus 4;
|
||||
alt - 5 : yabai -m space --focus 5;
|
||||
alt - 6 : yabai -m space --focus 6;
|
||||
alt - 7 : yabai -m space --focus 7;
|
||||
|
||||
|
||||
play : mpc toggle;
|
||||
rewind : mpc prev;
|
||||
fast : mpc next;
|
||||
|
||||
alt - 0x2C : mpc volume -10;
|
||||
alt - 0x1C : mpc volume +10;
|
||||
@ -16,6 +16,7 @@ exec swayidle
|
||||
exec dunst
|
||||
exec playerctld daemon
|
||||
exec_always autotiling
|
||||
exec ~/Scripts/sway/toggle_mouse_show_timer.sh
|
||||
|
||||
# subscribe to ntfy notifications
|
||||
exec ~/Scripts/ntfy/ntfy_subscribe.sh &
|
||||
@ -27,10 +28,11 @@ exec xrandr --output DP-2 --primary
|
||||
|
||||
bar {
|
||||
id 1
|
||||
mode hide
|
||||
tray_output none
|
||||
font Input Nerd Font 9
|
||||
font Hack Nerd Font 9
|
||||
status_command "~/Scripts/sway/bar.sh"
|
||||
gaps 0 6 0 0
|
||||
gaps 0 0 0 0
|
||||
colors {
|
||||
# focused_workspace #7E9CD8 #7E9CD8 #AAAAAA
|
||||
}
|
||||
@ -75,6 +77,9 @@ bindsym --to-code $mod+m exec $term msg create-window --class in_scratchpad -e n
|
||||
bindsym --to-code $mod+e exec $term msg create-window -e neomutt || $term -e neomutt
|
||||
bindsym --to-code $mod+n exec $term msg create-window -e newsboat || $term -e newsboat
|
||||
|
||||
# toggle showing bar
|
||||
bindsym --to-code $mod+minus exec "swaymsg bar 1 mode toggle"
|
||||
|
||||
# open windows with id "in_scratchpad" in scratchpad
|
||||
for_window [app_id="in_scratchpad"] move container to scratchpad, focus
|
||||
|
||||
@ -87,6 +92,7 @@ assign [app_id="taxsee.im.desktop*"] workspace 24
|
||||
|
||||
assign [app_id="Element"] workspace number 25
|
||||
assign [class="Element"] workspace number 25
|
||||
assign [app_id="librewolf"] workspace number 12
|
||||
|
||||
# powermenu
|
||||
bindsym --to-code $mod+SHIFT+BackSpace exec ~/Scripts/tofi/powermenu.sh
|
||||
@ -124,7 +130,6 @@ client.urgent #1f1f28 #1f1f28 #888888 #1f1f28 #1f1f28
|
||||
client.focused_inactive #1f1f28 #1f1f28 #888888 #1f1f28 #1f1f28
|
||||
|
||||
# bind workspaces to specific outputs
|
||||
workspace 10 output DP-2
|
||||
workspace 11 output DP-2
|
||||
workspace 12 output DP-2
|
||||
workspace 13 output DP-2
|
||||
@ -134,7 +139,6 @@ workspace 16 output DP-2
|
||||
workspace 17 output DP-2
|
||||
workspace 18 output DP-2
|
||||
workspace 19 output DP-2
|
||||
workspace 10 output DP-2
|
||||
|
||||
workspace 21 output HDMI-A-1
|
||||
workspace 22 output HDMI-A-1
|
||||
@ -145,7 +149,6 @@ workspace 26 output HDMI-A-1
|
||||
workspace 27 output HDMI-A-1
|
||||
workspace 28 output HDMI-A-1
|
||||
workspace 29 output HDMI-A-1
|
||||
workspace 20 output HDMI-A-1
|
||||
|
||||
# move mouse to focused window/workspace
|
||||
mouse_warping output
|
||||
@ -191,7 +194,6 @@ bindsym --to-code --no-warn $mod+6 workspace 16
|
||||
bindsym --to-code --no-warn $mod+7 workspace 17
|
||||
bindsym --to-code --no-warn $mod+8 workspace 18
|
||||
bindsym --to-code --no-warn $mod+9 workspace 19
|
||||
bindsym --to-code --no-warn $mod+0 workspace 10
|
||||
|
||||
bindsym --to-code --no-warn $mod+Alt+1 workspace 21
|
||||
bindsym --to-code --no-warn $mod+Alt+2 workspace 22
|
||||
@ -224,7 +226,6 @@ bindsym --to-code --no-warn $mod+Shift+6 exec "swaysome move 6"
|
||||
bindsym --to-code --no-warn $mod+Shift+7 exec "swaysome move 7"
|
||||
bindsym --to-code --no-warn $mod+Shift+8 exec "swaysome move 8"
|
||||
bindsym --to-code --no-warn $mod+Shift+9 exec "swaysome move 9"
|
||||
bindsym --to-code --no-warn $mod+Shift+0 exec "swaysome move 0"
|
||||
|
||||
# Move focused container to other monitor
|
||||
bindsym --to-code $mod+p exec "swaysome next-output"
|
||||
@ -248,11 +249,11 @@ bindsym --to-code $mod+o resize grow width 5ppt
|
||||
# bindsym --to-code $right resize grow width 10px
|
||||
|
||||
# utilities
|
||||
# special keys to adjust volume via pulseaudio
|
||||
bindsym --to-code $mod+Shift+bracketleft exec playerctl -p mpd volume 0.05-
|
||||
bindsym --to-code $mod+Shift+bracketright exec playerctl -p mpd volume 0.05+
|
||||
bindsym --to-code $mod+Shift+y exec playerctl -p mpd shuffle Toggle
|
||||
|
||||
# special keys to adjust volume via pulseaudio
|
||||
bindsym --to-code --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle
|
||||
bindsym --to-code --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
|
||||
bindsym --to-code --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
||||
|
||||
@ -43,7 +43,6 @@ set -g @tpm_plugins ' \
|
||||
tmux-plugins/tmux-sensible \
|
||||
tmux-plugins/tmux-resurrect \
|
||||
tmux-plugins/tmux-yank \
|
||||
Nybkox/tmux-kanagawa \
|
||||
tmux-plugins/tmux-continuum \
|
||||
'
|
||||
|
||||
@ -52,14 +51,20 @@ set -g @continuum-save-interval '30'
|
||||
|
||||
set -g @resurrect-processes 'false'
|
||||
|
||||
set -g @kanagawa-ignore-window-colors true
|
||||
# border colours
|
||||
set -g pane-border-style "fg=#282728"
|
||||
set -g pane-active-border-style "fg=#938AA9"
|
||||
|
||||
set -g @kanagawa-plugins " "
|
||||
set -g @kanagawa-show-battery false
|
||||
set -g @kanagawa-day-month true
|
||||
set -g @kanagawa-show-timezone false
|
||||
set -g @kanagawa-time-format "%R"
|
||||
# status bar
|
||||
set-option -g status-style bg=default
|
||||
set -g message-command-style bg=default
|
||||
set -g message-style bg=default
|
||||
set -g status-left '| #S | '
|
||||
set -g status-right ''
|
||||
set -g status-left-length 500
|
||||
|
||||
set -g window-status-format "#I:#W "
|
||||
set -g window-status-current-format "#[fg=red]#I#[fg=default]:#W* "
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "$(whoami) ALL=(root) NOPASSWD: sha256:$(shasum -a 256 $(which yabai) | cut -d " " -f 1) $(which yabai) --load-sa" | sudo tee /private/etc/sudoers.d/yabai
|
||||
@ -1,45 +0,0 @@
|
||||
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
||||
sudo yabai --load-sa
|
||||
|
||||
yabai -m config layout bsp
|
||||
yabai -m config window_placement second_child
|
||||
|
||||
yabai -m config window_topmost on
|
||||
|
||||
yabai -m config focus_follows_mouse autoraise
|
||||
|
||||
yabai -m config window_opacity on
|
||||
yabai -m config active_window_opacity 0.95
|
||||
yabai -m config normal_window_opacity 0.85
|
||||
|
||||
yabai -m config window_gap 10
|
||||
yabai -m config top_padding 10
|
||||
yabai -m config right_padding 10
|
||||
yabai -m config left_padding 10
|
||||
yabai -m config bottom_padding 10
|
||||
|
||||
yabai -m config window_border off
|
||||
yabai -m config window_opacity off
|
||||
yabai -m config window_shadow off
|
||||
|
||||
|
||||
yabai -m rule --add label="Finder" app="^Finder$" title="(Co(py|nnect)|Move|Info|Pref)" manage=off
|
||||
yabai -m rule --add label="macfeh" app="^macfeh$" manage=off
|
||||
yabai -m rule --add label="System Preferences" app="^System Preferences$" title=".*" manage=off
|
||||
yabai -m rule --add label="App Store" app="^App Store$" manage=off
|
||||
yabai -m rule --add label="Activity Monitor" app="^Activity Monitor$" manage=off
|
||||
yabai -m rule --add label="KeePassXC" app="^KeePassXC$" manage=off
|
||||
yabai -m rule --add label="Calculator" app="^Calculator$" manage=off
|
||||
yabai -m rule --add label="Dictionary" app="^Dictionary$" manage=off
|
||||
yabai -m rule --add label="mpv" app="^mpv$" manage=off
|
||||
yabai -m rule --add label="Software Update" title="Software Update" manage=off
|
||||
yabai -m rule --add label="About This Mac" app="System Information" title="About This Mac" manage=off
|
||||
|
||||
yabai -m signal --add event=application_front_switched action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=display_changed action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=space_changed action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=window_created action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=window_destroyed action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=window_focused action="${ubersicht_spaces_refresh_command}"
|
||||
yabai -m signal --add event=window_title_changed action="${ubersicht_spaces_refresh_command}"
|
||||
|
||||
@ -3,9 +3,15 @@ export PATH=~/.local/bin:~/.cargo/bin:$PATH
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=/usr/bin/nvim
|
||||
export XDG_CURRENT_DESKTOP=Sway
|
||||
export XDG_SESSION_DESKTOP=sway
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export HOMEBREW_NO_AUTO_UPDATE=true
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
|
||||
if command -v dbus-update-activation-environment >/dev/null; then
|
||||
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
|
||||
fi
|
||||
|
||||
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
3
.zshrc
3
.zshrc
@ -31,6 +31,7 @@ alias toggle_vpn='sudo toggle_vpn'
|
||||
alias rr='ranger'
|
||||
|
||||
# naviagtion aliases
|
||||
alias masters='cd /home/nikita/Documents/woopvault/University/masters/indicators_monitoring'
|
||||
alias dots='cd ~/dotfiles'
|
||||
alias notes='cd ~/Documents/woopvault/'
|
||||
alias work='cd ~/Code/maxim/'
|
||||
@ -48,7 +49,7 @@ source "$HOME/.local/share/zinit/zinit.git/zinit.zsh"
|
||||
autoload -Uz _zinit
|
||||
(( ${+_comps} )) && _comps[zinit]=_zinit
|
||||
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd completion)
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
# Load a few important annexes, without Turbo
|
||||
# (this is currently required for annexes)
|
||||
|
||||
Reference in New Issue
Block a user