Skip to content

Commit

Permalink
fix(extra): fix typo from forground to foreground (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
halshar committed Jan 11, 2024
1 parent 83bad15 commit 1e65031
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions extra/carbonfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#161616"
foreground = "#f2f4f8"
dim_forground = "#b6b8bb"
bright_forground = "#f9fbff"
dim_foreground = "#b6b8bb"
bright_foreground = "#f9fbff"

[colors.cursor]
text = "#f2f4f8"
Expand Down
4 changes: 2 additions & 2 deletions extra/dawnfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#faf4ed"
foreground = "#575279"
dim_forground = "#4c4769"
bright_forground = "#625c87"
dim_foreground = "#4c4769"
bright_foreground = "#625c87"

[colors.cursor]
text = "#575279"
Expand Down
4 changes: 2 additions & 2 deletions extra/dayfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#f6f2ee"
foreground = "#3d2b5a"
dim_forground = "#302b5d"
bright_forground = "#643f61"
dim_foreground = "#302b5d"
bright_foreground = "#643f61"

[colors.cursor]
text = "#3d2b5a"
Expand Down
4 changes: 2 additions & 2 deletions extra/duskfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#232136"
foreground = "#e0def4"
dim_forground = "#cdcbe0"
bright_forground = "#eae8ff"
dim_foreground = "#cdcbe0"
bright_foreground = "#eae8ff"

[colors.cursor]
text = "#e0def4"
Expand Down
4 changes: 2 additions & 2 deletions extra/nightfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#192330"
foreground = "#cdcecf"
dim_forground = "#aeafb0"
bright_forground = "#d6d6d7"
dim_foreground = "#aeafb0"
bright_foreground = "#d6d6d7"

[colors.cursor]
text = "#cdcecf"
Expand Down
4 changes: 2 additions & 2 deletions extra/nordfox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#2e3440"
foreground = "#cdcecf"
dim_forground = "#abb1bb"
bright_forground = "#c7cdd9"
dim_foreground = "#abb1bb"
bright_foreground = "#c7cdd9"

[colors.cursor]
text = "#cdcecf"
Expand Down
4 changes: 2 additions & 2 deletions extra/terafox/alacritty.toml
Expand Up @@ -5,8 +5,8 @@
[colors.primary]
background = "#152528"
foreground = "#e6eaea"
dim_forground = "#cbd9d8"
bright_forground = "#eaeeee"
dim_foreground = "#cbd9d8"
bright_foreground = "#eaeeee"

[colors.cursor]
text = "#e6eaea"
Expand Down
4 changes: 2 additions & 2 deletions lua/nightfox/extra/alacritty.lua
Expand Up @@ -14,8 +14,8 @@ function M.generate(spec, _)
[colors.primary]
background = "${bg1}"
foreground = "${fg1}"
dim_forground = "${dim_fg}"
bright_forground = "${bright_fg}"
dim_foreground = "${dim_fg}"
bright_foreground = "${bright_fg}"
[colors.cursor]
text = "${fg1}"
Expand Down

0 comments on commit 1e65031

Please sign in to comment.