mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
minor mods
This commit is contained in:
parent
f2c85c124e
commit
b87847672f
3 changed files with 31 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
||||
4
base.yml
4
base.yml
|
|
@ -52,7 +52,7 @@ font:
|
|||
# family: 'Iosevka Nerd Font Mono'
|
||||
style: Italic
|
||||
|
||||
size: 14.0
|
||||
size: 16.0
|
||||
|
||||
# Thin strokes = true on retina displays, Non-retina disp = false
|
||||
AppleFontSmoothing: true
|
||||
|
|
@ -91,7 +91,7 @@ debug:
|
|||
print_events: false
|
||||
ref_test: false
|
||||
|
||||
alt_send_esc: false
|
||||
window.option_as_alt: false
|
||||
|
||||
key_bindings:
|
||||
# - { key: T, mods: Command, command: { program: "open", args: ["-n", "/Applications/Alacritty.app"] } }
|
||||
|
|
|
|||
28
themes/monokaiSoda2.yml
Normal file
28
themes/monokaiSoda2.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (Monokai Soda)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1a1a1a'
|
||||
foreground: '#fafafa'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1a1a1a'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#fa8419'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#fafafa'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#625e4c'
|
||||
red: '#f4005f'
|
||||
green: '#98e024'
|
||||
yellow: '#e0d561'
|
||||
blue: '#9d65ff'
|
||||
magenta: '#f4005f'
|
||||
cyan: '#58d1eb'
|
||||
white: '#ffffff'
|
||||
Loading…
Add table
Add a link
Reference in a new issue