mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
Modified coolnight.toml alacritty theme
This commit is contained in:
parent
774e61dd38
commit
c8e1b95972
1 changed files with 3 additions and 35 deletions
|
@ -1,6 +1,5 @@
|
||||||
# By Josean Martinez
|
# By Josean Martinez
|
||||||
|
# Inspired by aura.toml
|
||||||
# Built off of by aura.toml
|
|
||||||
|
|
||||||
# Default colors
|
# Default colors
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
|
@ -13,7 +12,7 @@ text = "#011423"
|
||||||
cursor = "#47FF9C"
|
cursor = "#47FF9C"
|
||||||
|
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = "#022D51"
|
black = "#1A466B"
|
||||||
red = "#E52E2E"
|
red = "#E52E2E"
|
||||||
green = "#44FFB1"
|
green = "#44FFB1"
|
||||||
yellow = "#FFE073"
|
yellow = "#FFE073"
|
||||||
|
@ -23,38 +22,7 @@ cyan = "#24EAF7"
|
||||||
white = "#24EAF7"
|
white = "#24EAF7"
|
||||||
|
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = "#143652"
|
black = "#1A466B"
|
||||||
red = "#E52E2E"
|
|
||||||
green = "#44FFB1"
|
|
||||||
yellow = "#FFE073"
|
|
||||||
blue = "#A277FF"
|
|
||||||
magenta = "#a277ff"
|
|
||||||
cyan = "#24EAF7"
|
|
||||||
white = "#24EAF7"
|
|
||||||
# Built off of by aura.toml
|
|
||||||
|
|
||||||
# Default colors
|
|
||||||
[colors.primary]
|
|
||||||
background = '#011423'
|
|
||||||
foreground = '#CBE0F0'
|
|
||||||
|
|
||||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#011423"
|
|
||||||
cursor = "#47FF9C"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#022D51"
|
|
||||||
red = "#E52E2E"
|
|
||||||
green = "#44FFB1"
|
|
||||||
yellow = "#FFE073"
|
|
||||||
blue = "#0FC5ED"
|
|
||||||
magenta = "#a277ff"
|
|
||||||
cyan = "#24EAF7"
|
|
||||||
white = "#24EAF7"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#143652"
|
|
||||||
red = "#E52E2E"
|
red = "#E52E2E"
|
||||||
green = "#44FFB1"
|
green = "#44FFB1"
|
||||||
yellow = "#FFE073"
|
yellow = "#FFE073"
|
||||||
|
|
Loading…
Reference in a new issue