Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(extra): extra files now based on spec and extra names #397

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox Alacritty Colors
# Style: carbonfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_alacritty.yml
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.yml
colors:
# Default colors
primary:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
! Nightfox colors for Xresources
! Style: carbonfox
! Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_xresources.Xresources
! Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/carbonfox.Xresources
*background: #161616
*foreground: #f2f4f8
*color0: #282828
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox Color Palette
# Style: carbonfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_fish.fish
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/carbonfox.fish
set -l foreground f2f4f8
set -l selection 2a2a2a
set -l comment 6e6f70
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<!-- Nightfox ITerm Colors -->
<!-- Style: carbonfox -->
<!-- Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_iterm.itermcolors -->
<!-- Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/carbonfox.itermcolors -->
<dict>
<key>Ansi 0 Color</key>
<dict>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Nightfox colors for Tmux
# Style: carbonfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_tmux.tmux
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/carbonfox.tmux
set -g mode-style "fg=#0c0c0c,bg=#b6b8bb"
set -g message-style "fg=#0c0c0c,bg=#b6b8bb"
set -g message-command-style "fg=#0c0c0c,bg=#b6b8bb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox colors for Kitty
## name: carbonfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_kitty.conf
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/kitty.conf

background #161616
foreground #f2f4f8
Expand Down
262 changes: 0 additions & 262 deletions extra/carbonfox/nightfox_iterm.itermcolors

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox Warp Colors
# Style: carbonfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/nightfox_warp.yaml
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/warp.yaml
accent: '#f2f4f8'
background: '#161616'
foreground: '#f2f4f8'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox Alacritty Colors
# Style: dawnfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_alacritty.yml
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/alacritty.yml
colors:
# Default colors
primary:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
! Nightfox colors for Xresources
! Style: dawnfox
! Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_xresources.Xresources
! Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/dawnfox.Xresources
*background: #faf4ed
*foreground: #575279
*color0: #575279
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox Color Palette
# Style: dawnfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_fish.fish
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/dawnfox.fish
set -l foreground 575279
set -l selection d0d8d8
set -l comment 9893a5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<!-- Nightfox ITerm Colors -->
<!-- Style: dawnfox -->
<!-- Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_iterm.itermcolors -->
<!-- Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/dawnfox.itermcolors -->
<dict>
<key>Ansi 0 Color</key>
<dict>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Nightfox colors for Tmux
# Style: dawnfox
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_tmux.tmux
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/dawnfox.tmux
set -g mode-style "fg=#ebe5df,bg=#625c87"
set -g message-style "fg=#ebe5df,bg=#625c87"
set -g message-command-style "fg=#ebe5df,bg=#625c87"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightfox colors for Kitty
## name: dawnfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/nightfox_kitty.conf
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/kitty.conf

background #faf4ed
foreground #575279
Expand Down
Loading
Loading