mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-19 07:29:46 +02:00
feat: add distributed-builds & many hosts
feat: remove nur & devenv feat: adjust the structure to make it suitable for servers feat: add iso/proxmox generators and add docs about it feat: update ryan's openssh keys & add hashedPassword feat: add proxmox's nodes into ssh_config, with alias
This commit is contained in:
32
home/linux/desktop/alacritty/theme_github_dark.yml
Normal file
32
home/linux/desktop/alacritty/theme_github_dark.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
# github Alacritty Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x24292e'
|
||||
foreground: '0xd1d5da'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x586069'
|
||||
red: '0xea4a5a'
|
||||
green: '0x34d058'
|
||||
yellow: '0xffea7f'
|
||||
blue: '0x2188ff'
|
||||
magenta: '0xb392f0'
|
||||
cyan: '0x39c5cf'
|
||||
white: '0xd1d5da'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x959da5'
|
||||
red: '0xf97583'
|
||||
green: '0x85e89d'
|
||||
yellow: '0xffea7f'
|
||||
blue: '0x79b8ff'
|
||||
magenta: '0xb392f0'
|
||||
cyan: '0x56d4dd'
|
||||
white: '0xfafbfc'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xf97583' }
|
||||
Reference in New Issue
Block a user