Purge more mentions of tokyonight

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent ffd6953047
commit aab90988ba
120 changed files with 80 additions and 18787 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build Extras
run: |
nvim -u NONE -E -R --headless --cmd "set rtp^=." --cmd "packloadall" --cmd "lua require('tokyonight.extra').setup()" --cmd qa
nvim -u NONE -E -R --headless --cmd "set rtp^=." --cmd "packloadall" --cmd "lua require('farout.extra').setup()" --cmd qa
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
@@ -62,7 +62,7 @@ jobs:
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: tokyonight.nvim
vimdoc: farout.nvim
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
@@ -85,7 +85,7 @@ jobs:
id: release
with:
release-type: simple
package-name: tokyonight.nvim
package-name: farout.nvim
- uses: actions/checkout@v3
- name: tag stable versions
if: ${{ steps.release.outputs.release_created }}

View File

@@ -15,7 +15,6 @@ FarOut colorscheme for NeoVim. Adapted from [tokyonight.nvim](https://github.com
### 🍭 Extras
<!-- extras:start -->
- [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty))
- [Delta](https://github.com/dandavison/delta) ([delta](extras/delta))
- [Dunst](https://dunst-project.org/) ([dunst](extras/dunst))
@@ -66,10 +65,8 @@ Install the theme with your preferred package manager, such as
colorscheme farout
" There are also colorschemes for the different styles.
" colorscheme farout-night
" colorscheme farout-storm
" colorscheme farout-day
" colorscheme farout-moon
colorscheme farout-night
colorscheme farout-day
```
### [Lua](https://www.lua.org)
@@ -115,8 +112,7 @@ let g:lightline = {'colorscheme': 'farout'}
> ❗️ Set the configuration **BEFORE** loading the color scheme with `colorscheme farout`.
The theme offers four styles: [storm](#storm), [moon](#moon), [night](#night),
and [day](#day).
The theme offers two styles: [night](#night) and [day](#day).
The [day](#day) style is used when `{ style = "day" }` is passed to
`setup(options)` or when `vim.o.background = "light"`.
@@ -128,7 +124,7 @@ unless `setup` is explicitly called.
require("farout").setup({
-- your configuration comes here
-- or leave it empty to use the default settings
style = "storm", -- The theme comes in three styles, `storm`, `moon`, a darker variant `night` and `day`
style = "night", -- The theme comes in two styles: `night` and `day`
light_style = "day", -- The theme is used when the background is set to light
transparent = false, -- Enable this to disable setting the background color
terminal_colors = true, -- Configure the colors used when opening a `:terminal` in [Neovim](https://github.com/neovim/neovim)
@@ -173,10 +169,8 @@ How the highlight groups are calculated:
groups.
For default values of `colors` and `highlights`, please consult the
[storm](extras/lua/tokyonight_storm.lua),
[moon](extras/lua/tokyonight_moon.lua),
[night](extras/lua/tokyonight_night.lua), and
[day](extras/lua/tokyonight_day.lua) themes.
[night](extras/lua/farout_night.lua), and
[day](extras/lua/farout_day.lua) themes.
### Settings and color alteration demonstration

View File

@@ -3,29 +3,29 @@ farout.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 October 25
==============================================================================
Table of Contents *farout.nvim-table-of-contents*
1. FarOut |farout.nvim-tokyo-night|
- Features |farout.nvim-tokyo-night-features|
- Requirements |farout.nvim-tokyo-night-requirements|
- Installation |farout.nvim-tokyo-night-installation|
- Usage |farout.nvim-tokyo-night-usage|
- Configuration |farout.nvim-tokyo-night-configuration|
- Overriding Colors & Highlight Groups|farout.nvim-tokyo-night-overriding-colors-&-highlight-groups|
- Extras |farout.nvim-tokyo-night-extras|
- Contributing |farout.nvim-tokyo-night-contributing|
1. FarOut |farout.nvim-far-out|
- Features |farout.nvim-far-out-features|
- Requirements |farout.nvim-far-out-requirements|
- Installation |farout.nvim-far-out-installation|
- Usage |farout.nvim-far-out-usage|
- Configuration |farout.nvim-far-out-configuration|
- Overriding Colors & Highlight Groups|farout.nvim-far-out-overriding-colors-&-highlight-groups|
- Extras |farout.nvim-far-out-extras|
- Contributing |farout.nvim-far-out-contributing|
==============================================================================
1. Tokyo Night *farout.nvim-tokyo-night*
1. FarOut *farout.nvim-far-out*
A dark and light Neovim <https://github.com/neovim/neovim> theme written in Lua
<https://www.lua.org> ported from the Visual Studio Code FarOut
<https://github.com/enkia/tokyo-night-vscode-theme> theme. Includes
<https://github.com/enkia/far-out-vscode-theme> theme. Includes
|farout.nvim-extra| themes for Kitty
<https://sw.kovidgoyal.net/kitty/conf.html>, Alacritty
<https://github.com/alacritty/alacritty>, iTerm <https://iterm2.com/> and Fish
<https://fishshell.com/docs/current/index.html>.
FEATURES *farout.nvim-tokyo-night-features*
FEATURES *farout.nvim-far-out-features*
- Supports the latest Neovim <https://github.com/neovim/neovim>
0.9.0 <https://github.com/neovim/neovim/releases/tag/v0.9.0> features.
@@ -61,13 +61,13 @@ EXTRAS ~
- Zathura <https://pwmt.org/projects/zathura/> (zathura <extras/zathura>)
REQUIREMENTS *farout.nvim-tokyo-night-requirements*
REQUIREMENTS *farout.nvim-far-out-requirements*
- Neovim <https://github.com/neovim/neovim> >=
0.7.2 <https://github.com/neovim/neovim/releases/tag/v0.7.2>
INSTALLATION *farout.nvim-tokyo-night-installation*
INSTALLATION *farout.nvim-far-out-installation*
Install the theme with your preferred package manager, such as folke/lazy.nvim
<https://github.com/folke/lazy.nvim>
@@ -82,7 +82,7 @@ Install the theme with your preferred package manager, such as folke/lazy.nvim
<
USAGE *farout.nvim-tokyo-night-usage*
USAGE *farout.nvim-far-out-usage*
VIM SCRIPT ~
@@ -142,7 +142,7 @@ LIGHTLINE
<
CONFIGURATION *farout.nvim-tokyo-night-configuration*
CONFIGURATION *farout.nvim-far-out-configuration*
Set the configuration **BEFORE** loading the color scheme with `colorscheme
@@ -195,7 +195,7 @@ unless `setup` is explicitly called.
<
OVERRIDING COLORS & HIGHLIGHT GROUPS*farout.nvim-tokyo-night-overriding-colors-&-highlight-groups*
OVERRIDING COLORS & HIGHLIGHT GROUPS*farout.nvim-far-out-overriding-colors-&-highlight-groups*
How the highlight groups are calculated:
@@ -205,9 +205,8 @@ override them using `config.on_colors(colors)`.
3. `config.on_highlights(highlights, colors)` can be used to override highlight
groups.
For default values of `colors` and `highlights`, please consult the storm
<extras/lua/tokyonight_storm.lua>, moon <extras/lua/tokyonight_moon.lua>, night
<extras/lua/tokyonight_night.lua>, and day <extras/lua/tokyonight_day.lua>
For default values of `colors` and `highlights`, please consult the night
<extras/lua/farout_night.lua>, and day <extras/lua/farout_day.lua>
themes.
@@ -282,7 +281,7 @@ To have undercurls show up and in color, add the following to your Tmux
<
EXTRAS *farout.nvim-tokyo-night-extras*
EXTRAS *farout.nvim-far-out-extras*
Extra color configs for Kitty <https://sw.kovidgoyal.net/kitty/conf.html>,
Alacritty <https://github.com/alacritty/alacritty>, Fish
@@ -303,7 +302,7 @@ You can easily use the color palette for other plugins inside your Neovim
<
CONTRIBUTING *farout.nvim-tokyo-night-contributing*
CONTRIBUTING *farout.nvim-far-out-contributing*
Pull requests are welcome.

View File

@@ -1,34 +0,0 @@
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: '0xe1e2e7'
foreground: '0x3760bf'
# Normal colors
normal:
black: '0xe9e9ed'
red: '0xf52a65'
green: '0x587539'
yellow: '0x8c6c3e'
blue: '0x2e7de9'
magenta: '0x9854f1'
cyan: '0x007197'
white: '0x6172b0'
# Bright colors
bright:
black: '0xa1a6c5'
red: '0xf52a65'
green: '0x587539'
yellow: '0x8c6c3e'
blue: '0x2e7de9'
magenta: '0x9854f1'
cyan: '0x007197'
white: '0x3760bf'
indexed_colors:
- { index: 16, color: '0xb15c00' }
- { index: 17, color: '0xc64343' }

View File

@@ -1,34 +0,0 @@
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: '0x222436'
foreground: '0xc8d3f5'
# Normal colors
normal:
black: '0x1b1d2b'
red: '0xff757f'
green: '0xc3e88d'
yellow: '0xffc777'
blue: '0x82aaff'
magenta: '0xc099ff'
cyan: '0x86e1fc'
white: '0x828bb8'
# Bright colors
bright:
black: '0x444a73'
red: '0xff757f'
green: '0xc3e88d'
yellow: '0xffc777'
blue: '0x82aaff'
magenta: '0xc099ff'
cyan: '0x86e1fc'
white: '0xc8d3f5'
indexed_colors:
- { index: 16, color: '0xff966c' }
- { index: 17, color: '0xc53b53' }

View File

@@ -1,34 +0,0 @@
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: '0x1a1b26'
foreground: '0xc0caf5'
# Normal colors
normal:
black: '0x15161e'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xa9b1d6'
# Bright colors
bright:
black: '0x414868'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }

View File

@@ -1,34 +0,0 @@
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: '0x24283b'
foreground: '0xc0caf5'
# Normal colors
normal:
black: '0x1d202f'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xa9b1d6'
# Bright colors
bright:
black: '0x414868'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }

View File

@@ -1,12 +0,0 @@
[delta]
minus-style = syntax "#dfccd4"
minus-non-emph-style = syntax "#dfccd4"
minus-emph-style = syntax "#d99ea2"
minus-empty-line-marker-style = syntax "#dfccd4"
line-numbers-minus-style = "#c25d64"
plus-style = syntax "#aecde6"
plus-non-emph-style = syntax "#aecde6"
plus-emph-style = syntax "#57a7bc"
plus-empty-line-marker-style = syntax "#aecde6"
line-numbers-plus-style = "#399a96"
line-numbers-zero-style = "#a8aecb"

View File

@@ -1,12 +0,0 @@
[delta]
minus-style = syntax "#3a273a"
minus-non-emph-style = syntax "#3a273a"
minus-emph-style = syntax "#6b2e43"
minus-empty-line-marker-style = syntax "#3a273a"
line-numbers-minus-style = "#b55a67"
plus-style = syntax "#273849"
plus-non-emph-style = syntax "#273849"
plus-emph-style = syntax "#305f6f"
plus-empty-line-marker-style = syntax "#273849"
line-numbers-plus-style = "#627259"
line-numbers-zero-style = "#3b4261"

View File

@@ -1,12 +0,0 @@
[delta]
minus-style = syntax "#37222c"
minus-non-emph-style = syntax "#37222c"
minus-emph-style = syntax "#713137"
minus-empty-line-marker-style = syntax "#37222c"
line-numbers-minus-style = "#b2555b"
plus-style = syntax "#20303b"
plus-non-emph-style = syntax "#20303b"
plus-emph-style = syntax "#2c5a66"
plus-empty-line-marker-style = syntax "#20303b"
line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#3b4261"

View File

@@ -1,12 +0,0 @@
[delta]
minus-style = syntax "#3f2d3d"
minus-non-emph-style = syntax "#3f2d3d"
minus-emph-style = syntax "#763842"
minus-empty-line-marker-style = syntax "#3f2d3d"
line-numbers-minus-style = "#b2555b"
plus-style = syntax "#283b4d"
plus-non-emph-style = syntax "#283b4d"
plus-emph-style = syntax "#316172"
plus-empty-line-marker-style = syntax "#283b4d"
line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#3b4261"

View File

@@ -1,4 +1,4 @@
# TokyoNight colors for dunst
# FarOut colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]

View File

@@ -1,4 +1,4 @@
# TokyoNight colors for dunst
# FarOut colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]

View File

@@ -1,4 +1,4 @@
# TokyoNight colors for dunst
# FarOut colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]

View File

@@ -1,4 +1,4 @@
# TokyoNight colors for dunst
# FarOut colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]

View File

@@ -1,17 +0,0 @@
# TokyoNight colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#e9e9ec"
foreground = "#3760bf"
frame_color = "#3760bf"
[urgency_normal]
background = "#e1e2e7"
foreground = "#3760bf"
frame_color = "#3760bf"
[urgency_critical]
background = "#c4c8da"
foreground = "#c64343"
frame_color = "#c64343"

View File

@@ -1,17 +0,0 @@
# TokyoNight colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#1e2030"
foreground = "#c8d3f5"
frame_color = "#c8d3f5"
[urgency_normal]
background = "#222436"
foreground = "#c8d3f5"
frame_color = "#c8d3f5"
[urgency_critical]
background = "#2f334d"
foreground = "#c53b53"
frame_color = "#c53b53"

View File

@@ -1,17 +0,0 @@
# TokyoNight colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#16161e"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_normal]
background = "#1a1b26"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_critical]
background = "#292e42"
foreground = "#db4b4b"
frame_color = "#db4b4b"

View File

@@ -1,17 +0,0 @@
# TokyoNight colors for dunst
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
[urgency_low]
background = "#1f2335"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_normal]
background = "#24283b"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_critical]
background = "#292e42"
foreground = "#db4b4b"
frame_color = "#db4b4b"

View File

@@ -1,4 +1,4 @@
# TokyoNight Color Palette
# FarOut Color Palette
set -l foreground 6c6252
set -l selection dd9169
set -l comment d79687

View File

@@ -1,4 +1,4 @@
# TokyoNight Color Palette
# FarOut Color Palette
set -l foreground c8d3f5
set -l selection 2d3f76
set -l comment 636da6

View File

@@ -1,4 +1,4 @@
# TokyoNight Color Palette
# FarOut Color Palette
set -l foreground E0CCAE
set -l selection 6b442f
set -l comment 6B4035

View File

@@ -1,4 +1,4 @@
# TokyoNight Color Palette
# FarOut Color Palette
set -l foreground E0CCAE
set -l selection 6b442f
set -l comment 6B4035

View File

@@ -1,36 +0,0 @@
# TokyoNight Color Palette
set -l foreground 3760bf
set -l selection b6bfe2
set -l comment 848cb5
set -l red f52a65
set -l orange b15c00
set -l yellow 8c6c3e
set -l green 587539
set -l purple 7847bd
set -l cyan 007197
set -l pink 9854f1
# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
set -g fish_color_keyword $pink
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
set -g fish_color_selection --background=$selection
set -g fish_color_search_match --background=$selection
set -g fish_color_operator $green
set -g fish_color_escape $pink
set -g fish_color_autosuggestion $comment
# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection

View File

@@ -1,36 +0,0 @@
# TokyoNight Color Palette
set -l foreground c8d3f5
set -l selection 2d3f76
set -l comment 636da6
set -l red ff757f
set -l orange ff966c
set -l yellow ffc777
set -l green c3e88d
set -l purple fca7ea
set -l cyan 86e1fc
set -l pink c099ff
# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
set -g fish_color_keyword $pink
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
set -g fish_color_selection --background=$selection
set -g fish_color_search_match --background=$selection
set -g fish_color_operator $green
set -g fish_color_escape $pink
set -g fish_color_autosuggestion $comment
# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection

View File

@@ -1,36 +0,0 @@
# TokyoNight Color Palette
set -l foreground c0caf5
set -l selection 283457
set -l comment 565f89
set -l red f7768e
set -l orange ff9e64
set -l yellow e0af68
set -l green 9ece6a
set -l purple 9d7cd8
set -l cyan 7dcfff
set -l pink bb9af7
# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
set -g fish_color_keyword $pink
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
set -g fish_color_selection --background=$selection
set -g fish_color_search_match --background=$selection
set -g fish_color_operator $green
set -g fish_color_escape $pink
set -g fish_color_autosuggestion $comment
# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection

View File

@@ -1,36 +0,0 @@
# TokyoNight Color Palette
set -l foreground c0caf5
set -l selection 2e3c64
set -l comment 565f89
set -l red f7768e
set -l orange ff9e64
set -l yellow e0af68
set -l green 9ece6a
set -l purple 9d7cd8
set -l cyan 7dcfff
set -l pink bb9af7
# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
set -g fish_color_keyword $pink
set -g fish_color_quote $yellow
set -g fish_color_redirection $foreground
set -g fish_color_end $orange
set -g fish_color_error $red
set -g fish_color_param $purple
set -g fish_color_comment $comment
set -g fish_color_selection --background=$selection
set -g fish_color_search_match --background=$selection
set -g fish_color_operator $green
set -g fish_color_escape $pink
set -g fish_color_autosuggestion $comment
# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection

View File

@@ -1,4 +1,4 @@
# TokyoNight
# FarOut
# Syntax Highlighting Colors
fish_color_normal 6c6252

View File

@@ -1,4 +1,4 @@
# TokyoNight
# FarOut
# Syntax Highlighting Colors
fish_color_normal c8d3f5

View File

@@ -1,4 +1,4 @@
# TokyoNight
# FarOut
# Syntax Highlighting Colors
fish_color_normal E0CCAE

View File

@@ -1,4 +1,4 @@
# TokyoNight
# FarOut
# Syntax Highlighting Colors
fish_color_normal E0CCAE

View File

@@ -1,25 +0,0 @@
# TokyoNight
# Syntax Highlighting Colors
fish_color_normal 3760bf
fish_color_command 007197
fish_color_keyword 9854f1
fish_color_quote 8c6c3e
fish_color_redirection 3760bf
fish_color_end b15c00
fish_color_error f52a65
fish_color_param 7847bd
fish_color_comment 848cb5
fish_color_selection --background=b6bfe2
fish_color_search_match --background=b6bfe2
fish_color_operator 587539
fish_color_escape 9854f1
fish_color_autosuggestion 848cb5
# Completion Pager Colors
fish_pager_color_progress 848cb5
fish_pager_color_prefix 007197
fish_pager_color_completion 3760bf
fish_pager_color_description 848cb5
fish_pager_color_selected_background --background=b6bfe2

View File

@@ -1,25 +0,0 @@
# TokyoNight
# Syntax Highlighting Colors
fish_color_normal c8d3f5
fish_color_command 86e1fc
fish_color_keyword c099ff
fish_color_quote ffc777
fish_color_redirection c8d3f5
fish_color_end ff966c
fish_color_error ff757f
fish_color_param fca7ea
fish_color_comment 636da6
fish_color_selection --background=2d3f76
fish_color_search_match --background=2d3f76
fish_color_operator c3e88d
fish_color_escape c099ff
fish_color_autosuggestion 636da6
# Completion Pager Colors
fish_pager_color_progress 636da6
fish_pager_color_prefix 86e1fc
fish_pager_color_completion c8d3f5
fish_pager_color_description 636da6
fish_pager_color_selected_background --background=2d3f76

View File

@@ -1,25 +0,0 @@
# TokyoNight
# Syntax Highlighting Colors
fish_color_normal c0caf5
fish_color_command 7dcfff
fish_color_keyword bb9af7
fish_color_quote e0af68
fish_color_redirection c0caf5
fish_color_end ff9e64
fish_color_error f7768e
fish_color_param 9d7cd8
fish_color_comment 565f89
fish_color_selection --background=283457
fish_color_search_match --background=283457
fish_color_operator 9ece6a
fish_color_escape bb9af7
fish_color_autosuggestion 565f89
# Completion Pager Colors
fish_pager_color_progress 565f89
fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5
fish_pager_color_description 565f89
fish_pager_color_selected_background --background=283457

View File

@@ -1,25 +0,0 @@
# TokyoNight
# Syntax Highlighting Colors
fish_color_normal c0caf5
fish_color_command 7dcfff
fish_color_keyword bb9af7
fish_color_quote e0af68
fish_color_redirection c0caf5
fish_color_end ff9e64
fish_color_error f7768e
fish_color_param 9d7cd8
fish_color_comment 565f89
fish_color_selection --background=2e3c64
fish_color_search_match --background=2e3c64
fish_color_operator 9ece6a
fish_color_escape bb9af7
fish_color_autosuggestion 565f89
# Completion Pager Colors
fish_pager_color_progress 565f89
fish_pager_color_prefix 7dcfff
fish_pager_color_completion c0caf5
fish_pager_color_description 565f89
fish_pager_color_selected_background --background=2e3c64

View File

@@ -1,30 +0,0 @@
[cursor]
color=3760bf b6bfe2
[colors]
foreground=3760bf
background=e1e2e7
selection-foreground=3760bf
selection-background=b6bfe2
urls=387068
regular0=e9e9ed
regular1=f52a65
regular2=587539
regular3=8c6c3e
regular4=2e7de9
regular5=9854f1
regular6=007197
regular7=6172b0
bright0=a1a6c5
bright1=f52a65
bright2=587539
bright3=8c6c3e
bright4=2e7de9
bright5=9854f1
bright6=007197
bright7=3760bf
16=b15c00
17=c64343

View File

@@ -1,30 +0,0 @@
[cursor]
color=c8d3f5 2d3f76
[colors]
foreground=c8d3f5
background=222436
selection-foreground=c8d3f5
selection-background=2d3f76
urls=4fd6be
regular0=1b1d2b
regular1=ff757f
regular2=c3e88d
regular3=ffc777
regular4=82aaff
regular5=c099ff
regular6=86e1fc
regular7=828bb8
bright0=444a73
bright1=ff757f
bright2=c3e88d
bright3=ffc777
bright4=82aaff
bright5=c099ff
bright6=86e1fc
bright7=c8d3f5
16=ff966c
17=c53b53

View File

@@ -1,30 +0,0 @@
[cursor]
color=c0caf5 283457
[colors]
foreground=c0caf5
background=1a1b26
selection-foreground=c0caf5
selection-background=283457
urls=73daca
regular0=15161e
regular1=f7768e
regular2=9ece6a
regular3=e0af68
regular4=7aa2f7
regular5=bb9af7
regular6=7dcfff
regular7=a9b1d6
bright0=414868
bright1=f7768e
bright2=9ece6a
bright3=e0af68
bright4=7aa2f7
bright5=bb9af7
bright6=7dcfff
bright7=c0caf5
16=ff9e64
17=db4b4b

View File

@@ -1,30 +0,0 @@
[cursor]
color=c0caf5 2e3c64
[colors]
foreground=c0caf5
background=24283b
selection-foreground=c0caf5
selection-background=2e3c64
urls=73daca
regular0=1d202f
regular1=f7768e
regular2=9ece6a
regular3=e0af68
regular4=7aa2f7
regular5=bb9af7
regular6=7dcfff
regular7=a9b1d6
bright0=414868
bright1=f7768e
bright2=9ece6a
bright3=e0af68
bright4=7aa2f7
bright5=bb9af7
bright6=7dcfff
bright7=c0caf5
16=ff9e64
17=db4b4b

View File

@@ -1,23 +0,0 @@
(
selected_tab: Rgb(152,84,241), // magenta #9854f1
command_fg: Rgb(132,140,181), // comment #848cb5
selection_bg: Rgb(196,200,218), // bg_highlight #c4c8da
selection_fg: Rgb(0,113,151), // cyan #007197
cmdbar_bg: Rgb(225,226,231), // bg #e1e2e7
cmdbar_extra_lines_bg: Rgb(225,226,231), // bg #e1e2e7
disabled_fg: Rgb(132,140,181), // comment #848cb5
diff_line_add: Rgb(88,117,57), // green #587539
diff_line_delete: Rgb(245,42,101), // red #f52a65
diff_file_added: Rgb(56,112,104), // green1 #387068
diff_file_removed: Rgb(198,67,67), // red1 #c64343
diff_file_moved: Rgb(210,0,101), // magenta2 #d20065
diff_file_modified: Rgb(140,108,62), // yellow #8c6c3e
commit_hash: Rgb(152,84,241), // magenta #9854f1
commit_time: Rgb(17,140,116), // teal #118c74
commit_author: Rgb(88,117,57), // green #587539
danger_fg: Rgb(245,42,101), // red #f52a65
push_gauge_bg: Rgb(225,226,231), // bg #e1e2e7
push_gauge_fg: Rgb(55,96,191), // fg #3760bf
tag_fg: Rgb(210,0,101), // magenta2 #d20065
branch_fg: Rgb(140,108,62), // yellow #8c6c3e
)

View File

@@ -1,23 +0,0 @@
(
selected_tab: Rgb(192,153,255), // magenta #c099ff
command_fg: Rgb(99,109,166), // comment #636da6
selection_bg: Rgb(47,51,77), // bg_highlight #2f334d
selection_fg: Rgb(134,225,252), // cyan #86e1fc
cmdbar_bg: Rgb(34,36,54), // bg #222436
cmdbar_extra_lines_bg: Rgb(34,36,54), // bg #222436
disabled_fg: Rgb(99,109,166), // comment #636da6
diff_line_add: Rgb(195,232,141), // green #c3e88d
diff_line_delete: Rgb(255,117,127), // red #ff757f
diff_file_added: Rgb(79,214,190), // green1 #4fd6be
diff_file_removed: Rgb(197,59,83), // red1 #c53b53
diff_file_moved: Rgb(255,0,124), // magenta2 #ff007c
diff_file_modified: Rgb(255,199,119), // yellow #ffc777
commit_hash: Rgb(192,153,255), // magenta #c099ff
commit_time: Rgb(79,214,190), // teal #4fd6be
commit_author: Rgb(195,232,141), // green #c3e88d
danger_fg: Rgb(255,117,127), // red #ff757f
push_gauge_bg: Rgb(34,36,54), // bg #222436
push_gauge_fg: Rgb(200,211,245), // fg #c8d3f5
tag_fg: Rgb(255,0,124), // magenta2 #ff007c
branch_fg: Rgb(255,199,119), // yellow #ffc777
)

View File

@@ -1,23 +0,0 @@
(
selected_tab: Rgb(187,154,247), // magenta #bb9af7
command_fg: Rgb(86,95,137), // comment #565f89
selection_bg: Rgb(41,46,66), // bg_highlight #292e42
selection_fg: Rgb(125,207,255), // cyan #7dcfff
cmdbar_bg: Rgb(26,27,38), // bg #1a1b26
cmdbar_extra_lines_bg: Rgb(26,27,38), // bg #1a1b26
disabled_fg: Rgb(86,95,137), // comment #565f89
diff_line_add: Rgb(158,206,106), // green #9ece6a
diff_line_delete: Rgb(247,118,142), // red #f7768e
diff_file_added: Rgb(115,218,202), // green1 #73daca
diff_file_removed: Rgb(219,75,75), // red1 #db4b4b
diff_file_moved: Rgb(255,0,124), // magenta2 #ff007c
diff_file_modified: Rgb(224,175,104), // yellow #e0af68
commit_hash: Rgb(187,154,247), // magenta #bb9af7
commit_time: Rgb(26,188,156), // teal #1abc9c
commit_author: Rgb(158,206,106), // green #9ece6a
danger_fg: Rgb(247,118,142), // red #f7768e
push_gauge_bg: Rgb(26,27,38), // bg #1a1b26
push_gauge_fg: Rgb(192,202,245), // fg #c0caf5
tag_fg: Rgb(255,0,124), // magenta2 #ff007c
branch_fg: Rgb(224,175,104), // yellow #e0af68
)

View File

@@ -1,23 +0,0 @@
(
selected_tab: Rgb(187,154,247), // magenta #bb9af7
command_fg: Rgb(86,95,137), // comment #565f89
selection_bg: Rgb(41,46,66), // bg_highlight #292e42
selection_fg: Rgb(125,207,255), // cyan #7dcfff
cmdbar_bg: Rgb(36,40,59), // bg #24283b
cmdbar_extra_lines_bg: Rgb(36,40,59), // bg #24283b
disabled_fg: Rgb(86,95,137), // comment #565f89
diff_line_add: Rgb(158,206,106), // green #9ece6a
diff_line_delete: Rgb(247,118,142), // red #f7768e
diff_file_added: Rgb(115,218,202), // green1 #73daca
diff_file_removed: Rgb(219,75,75), // red1 #db4b4b
diff_file_moved: Rgb(255,0,124), // magenta2 #ff007c
diff_file_modified: Rgb(224,175,104), // yellow #e0af68
commit_hash: Rgb(187,154,247), // magenta #bb9af7
commit_time: Rgb(26,188,156), // teal #1abc9c
commit_author: Rgb(158,206,106), // green #9ece6a
danger_fg: Rgb(247,118,142), // red #f7768e
push_gauge_bg: Rgb(36,40,59), // bg #24283b
push_gauge_fg: Rgb(192,202,245), // fg #c0caf5
tag_fg: Rgb(255,0,124), // magenta2 #ff007c
branch_fg: Rgb(224,175,104), // yellow #e0af68
)

View File

@@ -80,7 +80,7 @@ type = { fg = "#db5234" }
"ui.text.focus" = { bg = "#dd9169" }
"ui.text.inactive" = { fg = "#d79687", modifiers = ["italic"] }
"ui.text.info" = { bg = "#f0e9e8", fg = "#6c6252" }
"ui.virtual.inlay-hint" = { bg = "#eee4e0", fg = "#a27961" }
"ui.virtual.inlay-hint" = { bg = "#f3efee", fg = "#a27961" }
"ui.window" = { fg = "#faf8f8", modifiers = ["bold"] }
variable = { fg = "#6c6252" }
"variable.builtin" = { fg = "#db5234" }

View File

@@ -80,7 +80,7 @@ type = { fg = "#65bcff" }
"ui.text.focus" = { bg = "#2d3f76" }
"ui.text.inactive" = { fg = "#636da6", modifiers = ["italic"] }
"ui.text.info" = { bg = "#1e2030", fg = "#c8d3f5" }
"ui.virtual.inlay-hint" = { bg = "#273644", fg = "#4fd6be" }
"ui.virtual.inlay-hint" = { bg = "#242d3d", fg = "#4fd6be" }
"ui.window" = { fg = "#1b1d2b", modifiers = ["bold"] }
variable = { fg = "#c8d3f5" }
"variable.builtin" = { fg = "#ff757f" }

View File

@@ -80,7 +80,7 @@ type = { fg = "#bf472c" }
"ui.text.focus" = { bg = "#6b442f" }
"ui.text.inactive" = { fg = "#6b4035", modifiers = ["italic"] }
"ui.text.info" = { bg = "#1f1311", fg = "#e0ccae" }
"ui.virtual.inlay-hint" = { bg = "#211713", fg = "#c69478" }
"ui.virtual.inlay-hint" = { bg = "#18100e", fg = "#c69478" }
"ui.window" = { fg = "#0c0706", modifiers = ["bold"] }
variable = { fg = "#e0ccae" }
"variable.builtin" = { fg = "#bf472c" }

View File

@@ -80,7 +80,7 @@ type = { fg = "#bf472c" }
"ui.text.focus" = { bg = "#6b442f" }
"ui.text.inactive" = { fg = "#6b4035", modifiers = ["italic"] }
"ui.text.info" = { bg = "#1f1311", fg = "#e0ccae" }
"ui.virtual.inlay-hint" = { bg = "#211713", fg = "#c69478" }
"ui.virtual.inlay-hint" = { bg = "#18100e", fg = "#c69478" }
"ui.window" = { fg = "#0c0706", modifiers = ["bold"] }
variable = { fg = "#e0ccae" }
"variable.builtin" = { fg = "#bf472c" }

View File

@@ -1,148 +0,0 @@
attribute = { fg = "#007197" }
comment = { fg = "#848cb5", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "#8c6c3e" }
constant = { fg = "#b15c00" }
"constant.builtin" = { fg = "#188092" }
"constant.builtin.boolean" = { fg = "#b15c00" }
"constant.character" = { fg = "#587539" }
"constant.character.escape" = { fg = "#9854f1" }
"constant.numeric" = { fg = "#b15c00" }
"constant.numeric.float" = { fg = "#b15c00" }
"constant.numeric.integer" = { fg = "#b15c00" }
constructor = { fg = "#188092" }
"diagnostic.error" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { style = "curl" } }
"diagnostic.info" = { underline = { style = "curl" } }
"diagnostic.warning" = { underline = { style = "curl" } }
"diff.delta" = { fg = "#506d9c" }
"diff.delta.moved" = { fg = "#2e7de9" }
"diff.minus" = { fg = "#c47981" }
"diff.plus" = { fg = "#4197a4" }
error = { fg = "#c64343" }
function = { fg = "#2e7de9" }
"function.builtin" = { fg = "#188092" }
"function.macro" = { fg = "#007197" }
"function.method" = { fg = "#2e7de9" }
"function.special" = { fg = "#007197" }
hint = { fg = "#118c74" }
info = { fg = "#07879d" }
keyword = { fg = "#7847bd", modifiers = ["italic"] }
"keyword.control" = { fg = "#9854f1" }
"keyword.control.conditional" = { fg = "#9854f1" }
"keyword.control.exception" = { fg = "#9854f1" }
"keyword.control.repeat" = { fg = "#9854f1" }
"keyword.control.return" = { fg = "#7847bd", modifiers = ["italic"] }
"keyword.directive" = { fg = "#007197" }
"keyword.function" = { fg = "#9854f1" }
"keyword.operator" = { fg = "#9854f1" }
label = { fg = "#2e7de9" }
"markup.bold" = { modifiers = ["bold"] }
"markup.heading" = { fg = "#2e7de9", modifiers = ["bold"] }
"markup.heading.completion" = { bg = "#e9e9ec", fg = "#3760bf" }
"markup.heading.hover" = { bg = "#b3b8d1" }
"markup.italic" = { modifiers = ["italic"] }
"markup.link" = { fg = "#2e7de9", underline = { style = "line" } }
"markup.link.label" = { fg = "#118c74" }
"markup.link.text" = { fg = "#118c74" }
"markup.link.url" = { underline = { style = "line" } }
"markup.list" = { fg = "#b15c00", modifiers = ["bold"] }
"markup.normal.completion" = { fg = "#848cb5" }
"markup.normal.hover" = { fg = "#6172b0" }
"markup.raw" = { fg = "#118c74" }
"markup.raw.block" = { fg = "#118c74" }
"markup.raw.inline" = { bg = "#a1a6c5", fg = "#2e7de9" }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
namespace = { fg = "#007197" }
operator = { fg = "#006a83" }
special = { fg = "#188092" }
string = { fg = "#587539" }
"string.regexp" = { fg = "#2e5857" }
"string.special" = { fg = "#188092" }
tag = { fg = "#9854f1" }
type = { fg = "#188092" }
"type.builtin" = { fg = "#2496ac" }
"type.enum" = { fg = "#188092" }
"type.enum.variant" = { fg = "#b15c00" }
"ui.background" = { bg = "bg" }
"ui.cursor" = { bg = "#3760bf", fg = "#e1e2e7" }
"ui.cursor.match" = { fg = "#b15c00", modifiers = ["bold"] }
"ui.linenr" = { fg = "#a8aecb" }
"ui.linenr.select" = { fg = "#68709a" }
"ui.menu" = { bg = "#e9e9ec", fg = "#3760bf" }
"ui.menu.scroll" = { bg = 14211292, fg = 11054795 }
"ui.menu.selected" = { bg = "#b3b8d1" }
"ui.popup" = { bg = "#e9e9ec", fg = "#2496ac" }
"ui.selection" = { bg = "bg_highlight" }
"ui.statusline" = { bg = "#e9e9ec", fg = "#6172b0" }
"ui.statusline.inactive" = { bg = "#e9e9ec", fg = "#a8aecb" }
"ui.statusline.normal" = { bg = "blue", fg = "black" }
"ui.text" = { bg = "#e1e2e7", fg = "#3760bf" }
"ui.text.focus" = { bg = "#b6bfe2" }
"ui.text.inactive" = { fg = "#848cb5", modifiers = ["italic"] }
"ui.text.info" = { bg = "#e9e9ec", fg = "#3760bf" }
"ui.virtual.inlay-hint" = { bg = "#acd7eb", fg = "#118c74" }
"ui.window" = { fg = "#e9e9ed", modifiers = ["bold"] }
variable = { fg = "#3760bf" }
"variable.builtin" = { fg = "#f52a65" }
"variable.other.member" = { fg = "#387068" }
"variable.parameter" = { fg = "#8c6c3e" }
warning = { fg = "#8c6c3e" }
[palette]
bg = "#e1e2e7"
bg_dark = "#e9e9ec"
bg_float = "#e9e9ec"
bg_highlight = "#c4c8da"
bg_popup = "#e9e9ec"
bg_search = "#7890dd"
bg_sidebar = "#e9e9ec"
bg_statusline = "#e9e9ec"
bg_visual = "#b6bfe2"
black = "#e9e9ed"
blue = "#2e7de9"
blue0 = "#7890dd"
blue1 = "#188092"
blue2 = "#07879d"
blue5 = "#006a83"
blue6 = "#2e5857"
blue7 = "#92a6d5"
border = "#e9e9ed"
border_highlight = "#2496ac"
comment = "#848cb5"
cyan = "#007197"
dark3 = "#8990b3"
dark5 = "#68709a"
"delta.add" = "#57a7bc"
"delta.delete" = "#d99ea2"
"diff.add" = "#aecde6"
"diff.change" = "#d6d8e3"
"diff.delete" = "#dfccd4"
"diff.text" = "#92a6d5"
error = "#c64343"
fg = "#3760bf"
fg_dark = "#6172b0"
fg_float = "#3760bf"
fg_gutter = "#a8aecb"
fg_sidebar = "#6172b0"
"git.add" = "#4197a4"
"git.change" = "#506d9c"
"git.delete" = "#c47981"
"git.ignore" = "#8990b3"
"gitSigns.add" = "#399a96"
"gitSigns.change" = "#6482bd"
"gitSigns.delete" = "#c25d64"
green = "#587539"
green1 = "#387068"
green2 = "#38919f"
hint = "#118c74"
info = "#07879d"
magenta = "#9854f1"
magenta2 = "#d20065"
orange = "#b15c00"
purple = "#7847bd"
red = "#f52a65"
red1 = "#c64343"
teal = "#118c74"
terminal_black = "#a1a6c5"
warning = "#8c6c3e"
yellow = "#8c6c3e"

View File

@@ -1,148 +0,0 @@
attribute = { fg = "#86e1fc" }
comment = { fg = "#636da6", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "#ffc777" }
constant = { fg = "#ff966c" }
"constant.builtin" = { fg = "#65bcff" }
"constant.builtin.boolean" = { fg = "#ff966c" }
"constant.character" = { fg = "#c3e88d" }
"constant.character.escape" = { fg = "#c099ff" }
"constant.numeric" = { fg = "#ff966c" }
"constant.numeric.float" = { fg = "#ff966c" }
"constant.numeric.integer" = { fg = "#ff966c" }
constructor = { fg = "#65bcff" }
"diagnostic.error" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { style = "curl" } }
"diagnostic.info" = { underline = { style = "curl" } }
"diagnostic.warning" = { underline = { style = "curl" } }
"diff.delta" = { fg = "#7ca1f2" }
"diff.delta.moved" = { fg = "#82aaff" }
"diff.minus" = { fg = "#e26a75" }
"diff.plus" = { fg = "#b8db87" }
error = { fg = "#c53b53" }
function = { fg = "#82aaff" }
"function.builtin" = { fg = "#65bcff" }
"function.macro" = { fg = "#86e1fc" }
"function.method" = { fg = "#82aaff" }
"function.special" = { fg = "#86e1fc" }
hint = { fg = "#4fd6be" }
info = { fg = "#0db9d7" }
keyword = { fg = "#fca7ea", modifiers = ["italic"] }
"keyword.control" = { fg = "#c099ff" }
"keyword.control.conditional" = { fg = "#c099ff" }
"keyword.control.exception" = { fg = "#c099ff" }
"keyword.control.repeat" = { fg = "#c099ff" }
"keyword.control.return" = { fg = "#fca7ea", modifiers = ["italic"] }
"keyword.directive" = { fg = "#86e1fc" }
"keyword.function" = { fg = "#c099ff" }
"keyword.operator" = { fg = "#c099ff" }
label = { fg = "#82aaff" }
"markup.bold" = { modifiers = ["bold"] }
"markup.heading" = { fg = "#82aaff", modifiers = ["bold"] }
"markup.heading.completion" = { bg = "#1e2030", fg = "#c8d3f5" }
"markup.heading.hover" = { bg = "#363c58" }
"markup.italic" = { modifiers = ["italic"] }
"markup.link" = { fg = "#82aaff", underline = { style = "line" } }
"markup.link.label" = { fg = "#4fd6be" }
"markup.link.text" = { fg = "#4fd6be" }
"markup.link.url" = { underline = { style = "line" } }
"markup.list" = { fg = "#ff966c", modifiers = ["bold"] }
"markup.normal.completion" = { fg = "#636da6" }
"markup.normal.hover" = { fg = "#828bb8" }
"markup.raw" = { fg = "#4fd6be" }
"markup.raw.block" = { fg = "#4fd6be" }
"markup.raw.inline" = { bg = "#444a73", fg = "#82aaff" }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
namespace = { fg = "#86e1fc" }
operator = { fg = "#89ddff" }
special = { fg = "#65bcff" }
string = { fg = "#c3e88d" }
"string.regexp" = { fg = "#b4f9f8" }
"string.special" = { fg = "#65bcff" }
tag = { fg = "#c099ff" }
type = { fg = "#65bcff" }
"type.builtin" = { fg = "#589ed7" }
"type.enum" = { fg = "#65bcff" }
"type.enum.variant" = { fg = "#ff966c" }
"ui.background" = { bg = "bg" }
"ui.cursor" = { bg = "#c8d3f5", fg = "#222436" }
"ui.cursor.match" = { fg = "#ff966c", modifiers = ["bold"] }
"ui.linenr" = { fg = "#3b4261" }
"ui.linenr.select" = { fg = "#737aa2" }
"ui.menu" = { bg = "#1e2030", fg = "#c8d3f5" }
"ui.menu.scroll" = { bg = 2698042, fg = 3883617 }
"ui.menu.selected" = { bg = "#363c58" }
"ui.popup" = { bg = "#1e2030", fg = "#589ed7" }
"ui.selection" = { bg = "bg_highlight" }
"ui.statusline" = { bg = "#1e2030", fg = "#828bb8" }
"ui.statusline.inactive" = { bg = "#1e2030", fg = "#3b4261" }
"ui.statusline.normal" = { bg = "blue", fg = "black" }
"ui.text" = { bg = "#222436", fg = "#c8d3f5" }
"ui.text.focus" = { bg = "#2d3f76" }
"ui.text.inactive" = { fg = "#636da6", modifiers = ["italic"] }
"ui.text.info" = { bg = "#1e2030", fg = "#c8d3f5" }
"ui.virtual.inlay-hint" = { bg = "#273644", fg = "#4fd6be" }
"ui.window" = { fg = "#1b1d2b", modifiers = ["bold"] }
variable = { fg = "#c8d3f5" }
"variable.builtin" = { fg = "#ff757f" }
"variable.other.member" = { fg = "#4fd6be" }
"variable.parameter" = { fg = "#ffc777" }
warning = { fg = "#ffc777" }
[palette]
bg = "#222436"
bg_dark = "#1e2030"
bg_float = "#1e2030"
bg_highlight = "#2f334d"
bg_popup = "#1e2030"
bg_search = "#3e68d7"
bg_sidebar = "#1e2030"
bg_statusline = "#1e2030"
bg_visual = "#2d3f76"
black = "#1b1d2b"
blue = "#82aaff"
blue0 = "#3e68d7"
blue1 = "#65bcff"
blue2 = "#0db9d7"
blue5 = "#89ddff"
blue6 = "#b4f9f8"
blue7 = "#394b70"
border = "#1b1d2b"
border_highlight = "#589ed7"
comment = "#636da6"
cyan = "#86e1fc"
dark3 = "#545c7e"
dark5 = "#737aa2"
"delta.add" = "#305f6f"
"delta.delete" = "#6b2e43"
"diff.add" = "#273849"
"diff.change" = "#252a3f"
"diff.delete" = "#3a273a"
"diff.text" = "#394b70"
error = "#c53b53"
fg = "#c8d3f5"
fg_dark = "#828bb8"
fg_float = "#c8d3f5"
fg_gutter = "#3b4261"
fg_sidebar = "#828bb8"
"git.add" = "#b8db87"
"git.change" = "#7ca1f2"
"git.delete" = "#e26a75"
"git.ignore" = "#545c7e"
"gitSigns.add" = "#627259"
"gitSigns.change" = "#485a86"
"gitSigns.delete" = "#b55a67"
green = "#c3e88d"
green1 = "#4fd6be"
green2 = "#41a6b5"
hint = "#4fd6be"
info = "#0db9d7"
magenta = "#c099ff"
magenta2 = "#ff007c"
orange = "#ff966c"
purple = "#fca7ea"
red = "#ff757f"
red1 = "#c53b53"
teal = "#4fd6be"
terminal_black = "#444a73"
warning = "#ffc777"
yellow = "#ffc777"

View File

@@ -1,148 +0,0 @@
attribute = { fg = "#7dcfff" }
comment = { fg = "#565f89", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "#e0af68" }
constant = { fg = "#ff9e64" }
"constant.builtin" = { fg = "#2ac3de" }
"constant.builtin.boolean" = { fg = "#ff9e64" }
"constant.character" = { fg = "#9ece6a" }
"constant.character.escape" = { fg = "#bb9af7" }
"constant.numeric" = { fg = "#ff9e64" }
"constant.numeric.float" = { fg = "#ff9e64" }
"constant.numeric.integer" = { fg = "#ff9e64" }
constructor = { fg = "#2ac3de" }
"diagnostic.error" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { style = "curl" } }
"diagnostic.info" = { underline = { style = "curl" } }
"diagnostic.warning" = { underline = { style = "curl" } }
"diff.delta" = { fg = "#6183bb" }
"diff.delta.moved" = { fg = "#7aa2f7" }
"diff.minus" = { fg = "#914c54" }
"diff.plus" = { fg = "#449dab" }
error = { fg = "#db4b4b" }
function = { fg = "#7aa2f7" }
"function.builtin" = { fg = "#2ac3de" }
"function.macro" = { fg = "#7dcfff" }
"function.method" = { fg = "#7aa2f7" }
"function.special" = { fg = "#7dcfff" }
hint = { fg = "#1abc9c" }
info = { fg = "#0db9d7" }
keyword = { fg = "#9d7cd8", modifiers = ["italic"] }
"keyword.control" = { fg = "#bb9af7" }
"keyword.control.conditional" = { fg = "#bb9af7" }
"keyword.control.exception" = { fg = "#bb9af7" }
"keyword.control.repeat" = { fg = "#bb9af7" }
"keyword.control.return" = { fg = "#9d7cd8", modifiers = ["italic"] }
"keyword.directive" = { fg = "#7dcfff" }
"keyword.function" = { fg = "#bb9af7" }
"keyword.operator" = { fg = "#bb9af7" }
label = { fg = "#7aa2f7" }
"markup.bold" = { modifiers = ["bold"] }
"markup.heading" = { fg = "#7aa2f7", modifiers = ["bold"] }
"markup.heading.completion" = { bg = "#16161e", fg = "#c0caf5" }
"markup.heading.hover" = { bg = "#343a55" }
"markup.italic" = { modifiers = ["italic"] }
"markup.link" = { fg = "#7aa2f7", underline = { style = "line" } }
"markup.link.label" = { fg = "#1abc9c" }
"markup.link.text" = { fg = "#1abc9c" }
"markup.link.url" = { underline = { style = "line" } }
"markup.list" = { fg = "#ff9e64", modifiers = ["bold"] }
"markup.normal.completion" = { fg = "#565f89" }
"markup.normal.hover" = { fg = "#a9b1d6" }
"markup.raw" = { fg = "#1abc9c" }
"markup.raw.block" = { fg = "#1abc9c" }
"markup.raw.inline" = { bg = "#414868", fg = "#7aa2f7" }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
namespace = { fg = "#7dcfff" }
operator = { fg = "#89ddff" }
special = { fg = "#2ac3de" }
string = { fg = "#9ece6a" }
"string.regexp" = { fg = "#b4f9f8" }
"string.special" = { fg = "#2ac3de" }
tag = { fg = "#bb9af7" }
type = { fg = "#2ac3de" }
"type.builtin" = { fg = "#27a1b9" }
"type.enum" = { fg = "#2ac3de" }
"type.enum.variant" = { fg = "#ff9e64" }
"ui.background" = { bg = "bg" }
"ui.cursor" = { bg = "#c0caf5", fg = "#1a1b26" }
"ui.cursor.match" = { fg = "#ff9e64", modifiers = ["bold"] }
"ui.linenr" = { fg = "#3b4261" }
"ui.linenr.select" = { fg = "#737aa2" }
"ui.menu" = { bg = "#16161e", fg = "#c0caf5" }
"ui.menu.scroll" = { bg = 2236969, fg = 3883617 }
"ui.menu.selected" = { bg = "#343a55" }
"ui.popup" = { bg = "#16161e", fg = "#27a1b9" }
"ui.selection" = { bg = "bg_highlight" }
"ui.statusline" = { bg = "#16161e", fg = "#a9b1d6" }
"ui.statusline.inactive" = { bg = "#16161e", fg = "#3b4261" }
"ui.statusline.normal" = { bg = "blue", fg = "black" }
"ui.text" = { bg = "#1a1b26", fg = "#c0caf5" }
"ui.text.focus" = { bg = "#283457" }
"ui.text.inactive" = { fg = "#565f89", modifiers = ["italic"] }
"ui.text.info" = { bg = "#16161e", fg = "#c0caf5" }
"ui.virtual.inlay-hint" = { bg = "#1a2b32", fg = "#1abc9c" }
"ui.window" = { fg = "#15161e", modifiers = ["bold"] }
variable = { fg = "#c0caf5" }
"variable.builtin" = { fg = "#f7768e" }
"variable.other.member" = { fg = "#73daca" }
"variable.parameter" = { fg = "#e0af68" }
warning = { fg = "#e0af68" }
[palette]
bg = "#1a1b26"
bg_dark = "#16161e"
bg_float = "#16161e"
bg_highlight = "#292e42"
bg_popup = "#16161e"
bg_search = "#3d59a1"
bg_sidebar = "#16161e"
bg_statusline = "#16161e"
bg_visual = "#283457"
black = "#15161e"
blue = "#7aa2f7"
blue0 = "#3d59a1"
blue1 = "#2ac3de"
blue2 = "#0db9d7"
blue5 = "#89ddff"
blue6 = "#b4f9f8"
blue7 = "#394b70"
border = "#15161e"
border_highlight = "#27a1b9"
comment = "#565f89"
cyan = "#7dcfff"
dark3 = "#545c7e"
dark5 = "#737aa2"
"delta.add" = "#2c5a66"
"delta.delete" = "#713137"
"diff.add" = "#20303b"
"diff.change" = "#1f2231"
"diff.delete" = "#37222c"
"diff.text" = "#394b70"
error = "#db4b4b"
fg = "#c0caf5"
fg_dark = "#a9b1d6"
fg_float = "#c0caf5"
fg_gutter = "#3b4261"
fg_sidebar = "#a9b1d6"
"git.add" = "#449dab"
"git.change" = "#6183bb"
"git.delete" = "#914c54"
"git.ignore" = "#545c7e"
"gitSigns.add" = "#266d6a"
"gitSigns.change" = "#536c9e"
"gitSigns.delete" = "#b2555b"
green = "#9ece6a"
green1 = "#73daca"
green2 = "#41a6b5"
hint = "#1abc9c"
info = "#0db9d7"
magenta = "#bb9af7"
magenta2 = "#ff007c"
orange = "#ff9e64"
purple = "#9d7cd8"
red = "#f7768e"
red1 = "#db4b4b"
teal = "#1abc9c"
terminal_black = "#414868"
warning = "#e0af68"
yellow = "#e0af68"

View File

@@ -1,148 +0,0 @@
attribute = { fg = "#7dcfff" }
comment = { fg = "#565f89", modifiers = ["italic"] }
"comment.block.documentation" = { fg = "#e0af68" }
constant = { fg = "#ff9e64" }
"constant.builtin" = { fg = "#2ac3de" }
"constant.builtin.boolean" = { fg = "#ff9e64" }
"constant.character" = { fg = "#9ece6a" }
"constant.character.escape" = { fg = "#bb9af7" }
"constant.numeric" = { fg = "#ff9e64" }
"constant.numeric.float" = { fg = "#ff9e64" }
"constant.numeric.integer" = { fg = "#ff9e64" }
constructor = { fg = "#2ac3de" }
"diagnostic.error" = { underline = { style = "curl" } }
"diagnostic.hint" = { underline = { style = "curl" } }
"diagnostic.info" = { underline = { style = "curl" } }
"diagnostic.warning" = { underline = { style = "curl" } }
"diff.delta" = { fg = "#6183bb" }
"diff.delta.moved" = { fg = "#7aa2f7" }
"diff.minus" = { fg = "#914c54" }
"diff.plus" = { fg = "#449dab" }
error = { fg = "#db4b4b" }
function = { fg = "#7aa2f7" }
"function.builtin" = { fg = "#2ac3de" }
"function.macro" = { fg = "#7dcfff" }
"function.method" = { fg = "#7aa2f7" }
"function.special" = { fg = "#7dcfff" }
hint = { fg = "#1abc9c" }
info = { fg = "#0db9d7" }
keyword = { fg = "#9d7cd8", modifiers = ["italic"] }
"keyword.control" = { fg = "#bb9af7" }
"keyword.control.conditional" = { fg = "#bb9af7" }
"keyword.control.exception" = { fg = "#bb9af7" }
"keyword.control.repeat" = { fg = "#bb9af7" }
"keyword.control.return" = { fg = "#9d7cd8", modifiers = ["italic"] }
"keyword.directive" = { fg = "#7dcfff" }
"keyword.function" = { fg = "#bb9af7" }
"keyword.operator" = { fg = "#bb9af7" }
label = { fg = "#7aa2f7" }
"markup.bold" = { modifiers = ["bold"] }
"markup.heading" = { fg = "#7aa2f7", modifiers = ["bold"] }
"markup.heading.completion" = { bg = "#1f2335", fg = "#c0caf5" }
"markup.heading.hover" = { bg = "#363d59" }
"markup.italic" = { modifiers = ["italic"] }
"markup.link" = { fg = "#7aa2f7", underline = { style = "line" } }
"markup.link.label" = { fg = "#1abc9c" }
"markup.link.text" = { fg = "#1abc9c" }
"markup.link.url" = { underline = { style = "line" } }
"markup.list" = { fg = "#ff9e64", modifiers = ["bold"] }
"markup.normal.completion" = { fg = "#565f89" }
"markup.normal.hover" = { fg = "#a9b1d6" }
"markup.raw" = { fg = "#1abc9c" }
"markup.raw.block" = { fg = "#1abc9c" }
"markup.raw.inline" = { bg = "#414868", fg = "#7aa2f7" }
"markup.strikethrough" = { modifiers = ["crossed_out"] }
namespace = { fg = "#7dcfff" }
operator = { fg = "#89ddff" }
special = { fg = "#2ac3de" }
string = { fg = "#9ece6a" }
"string.regexp" = { fg = "#b4f9f8" }
"string.special" = { fg = "#2ac3de" }
tag = { fg = "#bb9af7" }
type = { fg = "#2ac3de" }
"type.builtin" = { fg = "#29a4bd" }
"type.enum" = { fg = "#2ac3de" }
"type.enum.variant" = { fg = "#ff9e64" }
"ui.background" = { bg = "bg" }
"ui.cursor" = { bg = "#c0caf5", fg = "#24283b" }
"ui.cursor.match" = { fg = "#ff9e64", modifiers = ["bold"] }
"ui.linenr" = { fg = "#3b4261" }
"ui.linenr.select" = { fg = "#737aa2" }
"ui.menu" = { bg = "#1f2335", fg = "#c0caf5" }
"ui.menu.scroll" = { bg = 2764351, fg = 3883617 }
"ui.menu.selected" = { bg = "#363d59" }
"ui.popup" = { bg = "#1f2335", fg = "#29a4bd" }
"ui.selection" = { bg = "bg_highlight" }
"ui.statusline" = { bg = "#1f2335", fg = "#a9b1d6" }
"ui.statusline.inactive" = { bg = "#1f2335", fg = "#3b4261" }
"ui.statusline.normal" = { bg = "blue", fg = "black" }
"ui.text" = { bg = "#24283b", fg = "#c0caf5" }
"ui.text.focus" = { bg = "#2e3c64" }
"ui.text.inactive" = { fg = "#565f89", modifiers = ["italic"] }
"ui.text.info" = { bg = "#1f2335", fg = "#c0caf5" }
"ui.virtual.inlay-hint" = { bg = "#233745", fg = "#1abc9c" }
"ui.window" = { fg = "#1d202f", modifiers = ["bold"] }
variable = { fg = "#c0caf5" }
"variable.builtin" = { fg = "#f7768e" }
"variable.other.member" = { fg = "#73daca" }
"variable.parameter" = { fg = "#e0af68" }
warning = { fg = "#e0af68" }
[palette]
bg = "#24283b"
bg_dark = "#1f2335"
bg_float = "#1f2335"
bg_highlight = "#292e42"
bg_popup = "#1f2335"
bg_search = "#3d59a1"
bg_sidebar = "#1f2335"
bg_statusline = "#1f2335"
bg_visual = "#2e3c64"
black = "#1d202f"
blue = "#7aa2f7"
blue0 = "#3d59a1"
blue1 = "#2ac3de"
blue2 = "#0db9d7"
blue5 = "#89ddff"
blue6 = "#b4f9f8"
blue7 = "#394b70"
border = "#1d202f"
border_highlight = "#29a4bd"
comment = "#565f89"
cyan = "#7dcfff"
dark3 = "#545c7e"
dark5 = "#737aa2"
"delta.add" = "#316172"
"delta.delete" = "#763842"
"diff.add" = "#283b4d"
"diff.change" = "#272d43"
"diff.delete" = "#3f2d3d"
"diff.text" = "#394b70"
error = "#db4b4b"
fg = "#c0caf5"
fg_dark = "#a9b1d6"
fg_float = "#c0caf5"
fg_gutter = "#3b4261"
fg_sidebar = "#a9b1d6"
"git.add" = "#449dab"
"git.change" = "#6183bb"
"git.delete" = "#914c54"
"git.ignore" = "#545c7e"
"gitSigns.add" = "#266d6a"
"gitSigns.change" = "#536c9e"
"gitSigns.delete" = "#b2555b"
green = "#9ece6a"
green1 = "#73daca"
green2 = "#41a6b5"
hint = "#1abc9c"
info = "#0db9d7"
magenta = "#bb9af7"
magenta2 = "#ff007c"
orange = "#ff9e64"
purple = "#9d7cd8"
red = "#f7768e"
red1 = "#db4b4b"
teal = "#1abc9c"
terminal_black = "#414868"
warning = "#e0af68"
yellow = "#e0af68"

View File

@@ -1,344 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9294117647058824</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9137254901960784</real>
<key>Red Component</key>
<real>0.9137254901960784</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.3960784313725490</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1647058823529412</real>
<key>Red Component</key>
<real>0.9607843137254902</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2235294117647059</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4588235294117647</real>
<key>Red Component</key>
<real>0.3450980392156863</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2431372549019608</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4235294117647059</real>
<key>Red Component</key>
<real>0.5490196078431373</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9137254901960784</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4901960784313725</real>
<key>Red Component</key>
<real>0.1803921568627451</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9450980392156862</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3294117647058823</real>
<key>Red Component</key>
<real>0.5960784313725490</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5921568627450980</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4431372549019608</real>
<key>Red Component</key>
<real>0.0000000000000000</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3764705882352941</real>
<key>Red Component</key>
<real>0.2156862745098039</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2235294117647059</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4588235294117647</real>
<key>Red Component</key>
<real>0.3450980392156863</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2431372549019608</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4235294117647059</real>
<key>Red Component</key>
<real>0.5490196078431373</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9137254901960784</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4901960784313725</real>
<key>Red Component</key>
<real>0.1803921568627451</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9450980392156862</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3294117647058823</real>
<key>Red Component</key>
<real>0.5960784313725490</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5921568627450980</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4431372549019608</real>
<key>Red Component</key>
<real>0.0000000000000000</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.6901960784313725</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4470588235294118</real>
<key>Red Component</key>
<real>0.3803921568627451</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7725490196078432</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6509803921568628</real>
<key>Red Component</key>
<real>0.6313725490196078</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.3960784313725490</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1647058823529412</real>
<key>Red Component</key>
<real>0.9607843137254902</real>
</dict>
<key>Background Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9058823529411765</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8862745098039215</real>
<key>Red Component</key>
<real>0.8823529411764706</real>
</dict>
<key>Badge Color</key>
<dict>
<key>Alpha Component</key>
<real>0.5</real>
<key>Blue Component</key>
<real>0.0</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1491314172744751</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4549019607843137</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.5490196078431373</real>
<key>Red Component</key>
<real>0.0666666666666667</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3764705882352941</real>
<key>Red Component</key>
<real>0.2156862745098039</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
<key>Alpha Component</key>
<real>0.25</real>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3764705882352941</real>
<key>Red Component</key>
<real>0.2156862745098039</real>
</dict>
<key>Cursor Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9058823529411765</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8862745098039215</real>
<key>Red Component</key>
<real>0.8823529411764706</real>
</dict>
<key>Foreground Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3764705882352941</real>
<key>Red Component</key>
<real>0.2156862745098039</real>
</dict>
<key>Link Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4392156862745098</real>
<key>Red Component</key>
<real>0.2196078431372549</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.3764705882352941</real>
<key>Red Component</key>
<real>0.2156862745098039</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8862745098039215</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7490196078431373</real>
<key>Red Component</key>
<real>0.7137254901960784</real>
</dict>
</dict>
</plist>

View File

@@ -1,344 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1137254901960784</real>
<key>Red Component</key>
<real>0.1058823529411765</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4980392156862745</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4588235294117647</real>
<key>Red Component</key>
<real>1.0000000000000000</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5529411764705883</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9098039215686274</real>
<key>Red Component</key>
<real>0.7647058823529411</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4666666666666667</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7803921568627451</real>
<key>Red Component</key>
<real>1.0000000000000000</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6666666666666666</real>
<key>Red Component</key>
<real>0.5098039215686274</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6000000000000000</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9882352941176471</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8823529411764706</real>
<key>Red Component</key>
<real>0.5254901960784314</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8274509803921568</real>
<key>Red Component</key>
<real>0.7843137254901961</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5529411764705883</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9098039215686274</real>
<key>Red Component</key>
<real>0.7647058823529411</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4666666666666667</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7803921568627451</real>
<key>Red Component</key>
<real>1.0000000000000000</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6666666666666666</real>
<key>Red Component</key>
<real>0.5098039215686274</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6000000000000000</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9882352941176471</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8823529411764706</real>
<key>Red Component</key>
<real>0.5254901960784314</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7215686274509804</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.5450980392156862</real>
<key>Red Component</key>
<real>0.5098039215686274</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4509803921568628</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2901960784313726</real>
<key>Red Component</key>
<real>0.2666666666666667</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4980392156862745</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4588235294117647</real>
<key>Red Component</key>
<real>1.0000000000000000</real>
</dict>
<key>Background Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2117647058823529</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1411764705882353</real>
<key>Red Component</key>
<real>0.1333333333333333</real>
</dict>
<key>Badge Color</key>
<dict>
<key>Alpha Component</key>
<real>0.5</real>
<key>Blue Component</key>
<real>0.0</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1491314172744751</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7450980392156863</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8392156862745098</real>
<key>Red Component</key>
<real>0.3098039215686275</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8274509803921568</real>
<key>Red Component</key>
<real>0.7843137254901961</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
<key>Alpha Component</key>
<real>0.25</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8274509803921568</real>
<key>Red Component</key>
<real>0.7843137254901961</real>
</dict>
<key>Cursor Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2117647058823529</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1411764705882353</real>
<key>Red Component</key>
<real>0.1333333333333333</real>
</dict>
<key>Foreground Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8274509803921568</real>
<key>Red Component</key>
<real>0.7843137254901961</real>
</dict>
<key>Link Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7450980392156863</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8392156862745098</real>
<key>Red Component</key>
<real>0.3098039215686275</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8274509803921568</real>
<key>Red Component</key>
<real>0.7843137254901961</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4627450980392157</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2470588235294118</real>
<key>Red Component</key>
<real>0.1764705882352941</real>
</dict>
</dict>
</plist>

View File

@@ -1,344 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1176470588235294</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.0862745098039216</real>
<key>Red Component</key>
<real>0.0823529411764706</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5568627450980392</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4627450980392157</real>
<key>Red Component</key>
<real>0.9686274509803922</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4156862745098039</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8078431372549020</real>
<key>Red Component</key>
<real>0.6196078431372549</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6862745098039216</real>
<key>Red Component</key>
<real>0.8784313725490196</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6352941176470588</real>
<key>Red Component</key>
<real>0.4784313725490196</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6039215686274509</real>
<key>Red Component</key>
<real>0.7333333333333333</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8117647058823529</real>
<key>Red Component</key>
<real>0.4901960784313725</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4156862745098039</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8078431372549020</real>
<key>Red Component</key>
<real>0.6196078431372549</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6862745098039216</real>
<key>Red Component</key>
<real>0.8784313725490196</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6352941176470588</real>
<key>Red Component</key>
<real>0.4784313725490196</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6039215686274509</real>
<key>Red Component</key>
<real>0.7333333333333333</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8117647058823529</real>
<key>Red Component</key>
<real>0.4901960784313725</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8392156862745098</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6941176470588235</real>
<key>Red Component</key>
<real>0.6627450980392157</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2823529411764706</real>
<key>Red Component</key>
<real>0.2549019607843137</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5568627450980392</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4627450980392157</real>
<key>Red Component</key>
<real>0.9686274509803922</real>
</dict>
<key>Background Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1058823529411765</real>
<key>Red Component</key>
<real>0.1019607843137255</real>
</dict>
<key>Badge Color</key>
<dict>
<key>Alpha Component</key>
<real>0.5</real>
<key>Blue Component</key>
<real>0.0</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1491314172744751</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.6117647058823530</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7372549019607844</real>
<key>Red Component</key>
<real>0.1019607843137255</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
<key>Alpha Component</key>
<real>0.25</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Cursor Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1058823529411765</real>
<key>Red Component</key>
<real>0.1019607843137255</real>
</dict>
<key>Foreground Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Link Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7921568627450980</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8549019607843137</real>
<key>Red Component</key>
<real>0.4509803921568628</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.3411764705882353</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2039215686274510</real>
<key>Red Component</key>
<real>0.1568627450980392</real>
</dict>
</dict>
</plist>

View File

@@ -1,344 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1843137254901961</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1254901960784314</real>
<key>Red Component</key>
<real>0.1137254901960784</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5568627450980392</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4627450980392157</real>
<key>Red Component</key>
<real>0.9686274509803922</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4156862745098039</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8078431372549020</real>
<key>Red Component</key>
<real>0.6196078431372549</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6862745098039216</real>
<key>Red Component</key>
<real>0.8784313725490196</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6352941176470588</real>
<key>Red Component</key>
<real>0.4784313725490196</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6039215686274509</real>
<key>Red Component</key>
<real>0.7333333333333333</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8117647058823529</real>
<key>Red Component</key>
<real>0.4901960784313725</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4156862745098039</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8078431372549020</real>
<key>Red Component</key>
<real>0.6196078431372549</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6862745098039216</real>
<key>Red Component</key>
<real>0.8784313725490196</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6352941176470588</real>
<key>Red Component</key>
<real>0.4784313725490196</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9686274509803922</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6039215686274509</real>
<key>Red Component</key>
<real>0.7333333333333333</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>1.0000000000000000</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8117647058823529</real>
<key>Red Component</key>
<real>0.4901960784313725</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8392156862745098</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.6941176470588235</real>
<key>Red Component</key>
<real>0.6627450980392157</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.4078431372549020</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2823529411764706</real>
<key>Red Component</key>
<real>0.2549019607843137</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5568627450980392</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.4627450980392157</real>
<key>Red Component</key>
<real>0.9686274509803922</real>
</dict>
<key>Background Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2313725490196079</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1568627450980392</real>
<key>Red Component</key>
<real>0.1411764705882353</real>
</dict>
<key>Badge Color</key>
<dict>
<key>Alpha Component</key>
<real>0.5</real>
<key>Blue Component</key>
<real>0.0</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1491314172744751</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.6117647058823530</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7372549019607844</real>
<key>Red Component</key>
<real>0.1019607843137255</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
<key>Alpha Component</key>
<real>0.25</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Cursor Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2313725490196079</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1568627450980392</real>
<key>Red Component</key>
<real>0.1411764705882353</real>
</dict>
<key>Foreground Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Link Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.7921568627450980</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8549019607843137</real>
<key>Red Component</key>
<real>0.4509803921568628</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.7921568627450980</real>
<key>Red Component</key>
<real>0.7529411764705882</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.3921568627450980</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.2352941176470588</real>
<key>Red Component</key>
<real>0.1803921568627451</real>
</dict>
</dict>
</plist>

View File

@@ -1,50 +0,0 @@
# vim:ft=kitty
## name: Tokyo Night Day
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_day.conf
background #e1e2e7
foreground #3760bf
selection_background #b6bfe2
selection_foreground #3760bf
url_color #387068
cursor #3760bf
cursor_text_color #e1e2e7
# Tabs
active_tab_background #2e7de9
active_tab_foreground #e9e9ec
inactive_tab_background #c4c8da
inactive_tab_foreground #8990b3
#tab_bar_background #e9e9ed
# Windows
active_border_color #2e7de9
inactive_border_color #c4c8da
# normal
color0 #e9e9ed
color1 #f52a65
color2 #587539
color3 #8c6c3e
color4 #2e7de9
color5 #9854f1
color6 #007197
color7 #6172b0
# bright
color8 #a1a6c5
color9 #f52a65
color10 #587539
color11 #8c6c3e
color12 #2e7de9
color13 #9854f1
color14 #007197
color15 #3760bf
# extended colors
color16 #b15c00
color17 #c64343

View File

@@ -1,50 +0,0 @@
# vim:ft=kitty
## name: Tokyo Night Moon
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_moon.conf
background #222436
foreground #c8d3f5
selection_background #2d3f76
selection_foreground #c8d3f5
url_color #4fd6be
cursor #c8d3f5
cursor_text_color #222436
# Tabs
active_tab_background #82aaff
active_tab_foreground #1e2030
inactive_tab_background #2f334d
inactive_tab_foreground #545c7e
#tab_bar_background #1b1d2b
# Windows
active_border_color #82aaff
inactive_border_color #2f334d
# normal
color0 #1b1d2b
color1 #ff757f
color2 #c3e88d
color3 #ffc777
color4 #82aaff
color5 #c099ff
color6 #86e1fc
color7 #828bb8
# bright
color8 #444a73
color9 #ff757f
color10 #c3e88d
color11 #ffc777
color12 #82aaff
color13 #c099ff
color14 #86e1fc
color15 #c8d3f5
# extended colors
color16 #ff966c
color17 #c53b53

View File

@@ -1,50 +0,0 @@
# vim:ft=kitty
## name: Tokyo Night
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_night.conf
background #1a1b26
foreground #c0caf5
selection_background #283457
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
cursor_text_color #1a1b26
# Tabs
active_tab_background #7aa2f7
active_tab_foreground #16161e
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #15161e
# Windows
active_border_color #7aa2f7
inactive_border_color #292e42
# normal
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6
# bright
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5
# extended colors
color16 #ff9e64
color17 #db4b4b

View File

@@ -1,50 +0,0 @@
# vim:ft=kitty
## name: Tokyo Night Storm
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/kitty/tokyonight_storm.conf
background #24283b
foreground #c0caf5
selection_background #2e3c64
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
cursor_text_color #24283b
# Tabs
active_tab_background #7aa2f7
active_tab_foreground #1f2335
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #1d202f
# Windows
active_border_color #7aa2f7
inactive_border_color #292e42
# normal
color0 #1d202f
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6
# bright
color8 #414868
color9 #f7768e
color10 #9ece6a
color11 #e0af68
color12 #7aa2f7
color13 #bb9af7
color14 #7dcfff
color15 #c0caf5
# extended colors
color16 #ff9e64
color17 #db4b4b

View File

@@ -872,19 +872,19 @@ local highlights = {
fg = "#d1c4c2"
},
DiagnosticVirtualTextError = {
bg = "#f2e7e5",
bg = "#f6f0ee",
fg = "#a14834"
},
DiagnosticVirtualTextHint = {
bg = "#eee4e0",
bg = "#f3efee",
fg = "#a27961"
},
DiagnosticVirtualTextInfo = {
bg = "#f1e6df",
bg = "#f5f0ee",
fg = "#725f3e"
},
DiagnosticVirtualTextWarn = {
bg = "#f1ded6",
bg = "#f4edea",
fg = "#9b6635"
},
DiagnosticWarn = {

View File

@@ -872,19 +872,19 @@ local highlights = {
fg = "#444a73"
},
DiagnosticVirtualTextError = {
bg = "#322639",
bg = "#2a2537",
fg = "#c53b53"
},
DiagnosticVirtualTextHint = {
bg = "#273644",
bg = "#242d3d",
fg = "#4fd6be"
},
DiagnosticVirtualTextInfo = {
bg = "#203346",
bg = "#212b3e",
fg = "#0db9d7"
},
DiagnosticVirtualTextWarn = {
bg = "#38343d",
bg = "#2d2c39",
fg = "#ffc777"
},
DiagnosticWarn = {

View File

@@ -872,19 +872,19 @@ local highlights = {
fg = "#392D2B"
},
DiagnosticVirtualTextError = {
bg = "#24120f",
bg = "#190e0b",
fg = "#df674c"
},
DiagnosticVirtualTextHint = {
bg = "#211713",
bg = "#18100e",
fg = "#c69478"
},
DiagnosticVirtualTextInfo = {
bg = "#1e1610",
bg = "#160f0c",
fg = "#A4895C"
},
DiagnosticVirtualTextWarn = {
bg = "#261911",
bg = "#1a110d",
fg = "#f2a766"
},
DiagnosticWarn = {

View File

@@ -872,19 +872,19 @@ local highlights = {
fg = "#392D2B"
},
DiagnosticVirtualTextError = {
bg = "#24120f",
bg = "#190e0b",
fg = "#df674c"
},
DiagnosticVirtualTextHint = {
bg = "#211713",
bg = "#18100e",
fg = "#c69478"
},
DiagnosticVirtualTextInfo = {
bg = "#1e1610",
bg = "#160f0c",
fg = "#A4895C"
},
DiagnosticVirtualTextWarn = {
bg = "#261911",
bg = "#1a110d",
fg = "#f2a766"
},
DiagnosticWarn = {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,75 +0,0 @@
module.exports = {
plain: {
color: "#3760bf",
backgroundColor: "#e1e2e7",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#f52a65",
},
},
{
types: ["function"],
style: {
color: "#2e7de9",
},
},
{
types: ["symbol"],
style: {
color: "#188092",
},
},
{
types: ["punctuation"],
style: {
color: "#9854f1",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#587539",
},
},
{
types: ["keyword"],
style: {
color: "#7847bd",
},
},
{
types: ["operator"],
style: {
color: "#006a83",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#b15c00",
},
},
{
types: ["variable"],
style: {
color: "#3760bf",
},
},
{
types: ["comment"],
style: {
color: "#848cb5",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -1,75 +0,0 @@
module.exports = {
plain: {
color: "#c8d3f5",
backgroundColor: "#222436",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#ff757f",
},
},
{
types: ["function"],
style: {
color: "#82aaff",
},
},
{
types: ["symbol"],
style: {
color: "#65bcff",
},
},
{
types: ["punctuation"],
style: {
color: "#c099ff",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#c3e88d",
},
},
{
types: ["keyword"],
style: {
color: "#fca7ea",
},
},
{
types: ["operator"],
style: {
color: "#89ddff",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff966c",
},
},
{
types: ["variable"],
style: {
color: "#c8d3f5",
},
},
{
types: ["comment"],
style: {
color: "#636da6",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -1,75 +0,0 @@
module.exports = {
plain: {
color: "#c0caf5",
backgroundColor: "#1a1b26",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#f7768e",
},
},
{
types: ["function"],
style: {
color: "#7aa2f7",
},
},
{
types: ["symbol"],
style: {
color: "#2ac3de",
},
},
{
types: ["punctuation"],
style: {
color: "#bb9af7",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#9ece6a",
},
},
{
types: ["keyword"],
style: {
color: "#9d7cd8",
},
},
{
types: ["operator"],
style: {
color: "#89ddff",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff9e64",
},
},
{
types: ["variable"],
style: {
color: "#c0caf5",
},
},
{
types: ["comment"],
style: {
color: "#565f89",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -1,75 +0,0 @@
module.exports = {
plain: {
color: "#c0caf5",
backgroundColor: "#24283b",
},
styles: [
{
types: ["prolog", "builtin"],
style: {
color: "#f7768e",
},
},
{
types: ["function"],
style: {
color: "#7aa2f7",
},
},
{
types: ["symbol"],
style: {
color: "#2ac3de",
},
},
{
types: ["punctuation"],
style: {
color: "#bb9af7",
},
},
{
types: ["string", "char", "tag", "selector"],
style: {
color: "#9ece6a",
},
},
{
types: ["keyword"],
style: {
color: "#9d7cd8",
},
},
{
types: ["operator"],
style: {
color: "#89ddff",
},
},
{
types: ["constant", "boolean"],
style: {
color: "#ff9e64",
},
},
{
types: ["variable"],
style: {
color: "#c0caf5",
},
},
{
types: ["comment"],
style: {
color: "#565f89",
fontStyle: "italic",
},
},
{
types: ["attr-name"],
style: {
color: "rgb(241, 250, 140)",
},
},
],
};

View File

@@ -8,7 +8,7 @@
<key>name</key>
<string>FarOut</string>
<key>semanticClass</key>
<string>enki.theme.tokyo</string>
<string>enki.theme.farout</string>
<key>settings</key>
<array>
<dict>

View File

@@ -8,7 +8,7 @@
<key>name</key>
<string>FarOut</string>
<key>semanticClass</key>
<string>enki.theme.tokyo</string>
<string>enki.theme.farout</string>
<key>settings</key>
<array>
<dict>

View File

@@ -8,7 +8,7 @@
<key>name</key>
<string>FarOut</string>
<key>semanticClass</key>
<string>enki.theme.tokyo</string>
<string>enki.theme.farout</string>
<key>settings</key>
<array>
<dict>

View File

@@ -8,7 +8,7 @@
<key>name</key>
<string>FarOut</string>
<key>semanticClass</key>
<string>enki.theme.tokyo</string>
<string>enki.theme.farout</string>
<key>settings</key>
<array>
<dict>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +0,0 @@
[[Tokyo Night Day]]
palette = "#e9e9ed:#f52a65:#587539:#8c6c3e:#2e7de9:#9854f1:#007197:#6172b0:#a1a6c5:#f52a65:#587539:#8c6c3e:#2e7de9:#9854f1:#007197:#7847bd"
background_color = "#e1e2e7"
foreground_color = "#3760bf"

View File

@@ -1,5 +0,0 @@
[[Tokyo Night Moon]]
palette = "#1b1d2b:#ff757f:#c3e88d:#ffc777:#82aaff:#c099ff:#86e1fc:#828bb8:#444a73:#ff757f:#c3e88d:#ffc777:#82aaff:#c099ff:#86e1fc:#fca7ea"
background_color = "#222436"
foreground_color = "#c8d3f5"

View File

@@ -1,5 +0,0 @@
[[Tokyo Night]]
palette = "#15161e:#f7768e:#9ece6a:#e0af68:#7aa2f7:#bb9af7:#7dcfff:#a9b1d6:#414868:#f7768e:#9ece6a:#e0af68:#7aa2f7:#bb9af7:#7dcfff:#9d7cd8"
background_color = "#1a1b26"
foreground_color = "#c0caf5"

View File

@@ -1,5 +0,0 @@
[[Tokyo Night Storm]]
palette = "#1d202f:#f7768e:#9ece6a:#e0af68:#7aa2f7:#bb9af7:#7dcfff:#a9b1d6:#414868:#f7768e:#9ece6a:#e0af68:#7aa2f7:#bb9af7:#7dcfff:#9d7cd8"
background_color = "#24283b"
foreground_color = "#c0caf5"

View File

@@ -1,26 +0,0 @@
{
"name": "Tokyo Night Day",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#3760bf",
"background-color": "#e1e2e7",
"palette": [
"#e9e9ed",
"#f52a65",
"#587539",
"#8c6c3e",
"#2e7de9",
"#9854f1",
"#007197",
"#6172b0",
"#a1a6c5",
"#f52a65",
"#587539",
"#8c6c3e",
"#2e7de9",
"#9854f1",
"#007197",
"#3760bf"
]
}

View File

@@ -1,26 +0,0 @@
{
"name": "Tokyo Night Moon",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#c8d3f5",
"background-color": "#222436",
"palette": [
"#1b1d2b",
"#ff757f",
"#c3e88d",
"#ffc777",
"#82aaff",
"#c099ff",
"#86e1fc",
"#828bb8",
"#444a73",
"#ff757f",
"#c3e88d",
"#ffc777",
"#82aaff",
"#c099ff",
"#86e1fc",
"#c8d3f5"
]
}

View File

@@ -1,26 +0,0 @@
{
"name": "Tokyo Night",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#c0caf5",
"background-color": "#1a1b26",
"palette": [
"#15161e",
"#f7768e",
"#9ece6a",
"#e0af68",
"#7aa2f7",
"#bb9af7",
"#7dcfff",
"#a9b1d6",
"#414868",
"#f7768e",
"#9ece6a",
"#e0af68",
"#7aa2f7",
"#bb9af7",
"#7dcfff",
"#c0caf5"
]
}

View File

@@ -1,26 +0,0 @@
{
"name": "Tokyo Night Storm",
"comment": "",
"use-theme-colors": false,
"foreground-color": "#c0caf5",
"background-color": "#24283b",
"palette": [
"#1d202f",
"#f7768e",
"#9ece6a",
"#e0af68",
"#7aa2f7",
"#bb9af7",
"#7dcfff",
"#a9b1d6",
"#414868",
"#f7768e",
"#9ece6a",
"#e0af68",
"#7aa2f7",
"#bb9af7",
"#7dcfff",
"#c0caf5"
]
}

View File

@@ -1,38 +0,0 @@
#!/usr/bin/env bash
# TokyoNight colors for Tmux
set -g mode-style "fg=#2e7de9,bg=#a8aecb"
set -g message-style "fg=#2e7de9,bg=#a8aecb"
set -g message-command-style "fg=#2e7de9,bg=#a8aecb"
set -g pane-border-style "fg=#a8aecb"
set -g pane-active-border-style "fg=#2e7de9"
set -g status "on"
set -g status-justify "left"
set -g status-style "fg=#2e7de9,bg=#e9e9ec"
set -g status-left-length "100"
set -g status-right-length "100"
set -g status-left-style NONE
set -g status-right-style NONE
set -g status-left "#[fg=#e9e9ed,bg=#2e7de9,bold] #S #[fg=#2e7de9,bg=#e9e9ec,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#e9e9ec] #{prefix_highlight} #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb] %Y-%m-%d  %I:%M %p #[fg=#2e7de9,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#e9e9ed,bg=#2e7de9,bold] #h "
if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' {
set -g status-right "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#e9e9ec] #{prefix_highlight} #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb] %Y-%m-%d  %H:%M #[fg=#2e7de9,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#e9e9ed,bg=#2e7de9,bold] #h "
}
setw -g window-status-activity-style "underscore,fg=#6172b0,bg=#e9e9ec"
setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#6172b0,bg=#e9e9ec"
setw -g window-status-format "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#e9e9ec,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb,bold] #I  #W #F #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#8c6c3e]#[bg=#e9e9ec]#[fg=#e9e9ec]#[bg=#8c6c3e]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -1,38 +0,0 @@
#!/usr/bin/env bash
# TokyoNight colors for Tmux
set -g mode-style "fg=#82aaff,bg=#3b4261"
set -g message-style "fg=#82aaff,bg=#3b4261"
set -g message-command-style "fg=#82aaff,bg=#3b4261"
set -g pane-border-style "fg=#3b4261"
set -g pane-active-border-style "fg=#82aaff"
set -g status "on"
set -g status-justify "left"
set -g status-style "fg=#82aaff,bg=#1e2030"
set -g status-left-length "100"
set -g status-right-length "100"
set -g status-left-style NONE
set -g status-right-style NONE
set -g status-left "#[fg=#1b1d2b,bg=#82aaff,bold] #S #[fg=#82aaff,bg=#1e2030,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#1e2030] #{prefix_highlight} #[fg=#3b4261,bg=#1e2030,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#82aaff,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1b1d2b,bg=#82aaff,bold] #h "
if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' {
set -g status-right "#[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#1e2030] #{prefix_highlight} #[fg=#3b4261,bg=#1e2030,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261] %Y-%m-%d  %H:%M #[fg=#82aaff,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1b1d2b,bg=#82aaff,bold] #h "
}
setw -g window-status-activity-style "underscore,fg=#828bb8,bg=#1e2030"
setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#828bb8,bg=#1e2030"
setw -g window-status-format "#[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#1e2030,bg=#1e2030,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#1e2030,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#82aaff,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#1e2030,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#ffc777]#[bg=#1e2030]#[fg=#1e2030]#[bg=#ffc777]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -1,38 +0,0 @@
#!/usr/bin/env bash
# TokyoNight colors for Tmux
set -g mode-style "fg=#7aa2f7,bg=#3b4261"
set -g message-style "fg=#7aa2f7,bg=#3b4261"
set -g message-command-style "fg=#7aa2f7,bg=#3b4261"
set -g pane-border-style "fg=#3b4261"
set -g pane-active-border-style "fg=#7aa2f7"
set -g status "on"
set -g status-justify "left"
set -g status-style "fg=#7aa2f7,bg=#16161e"
set -g status-left-length "100"
set -g status-right-length "100"
set -g status-left-style NONE
set -g status-right-style NONE
set -g status-left "#[fg=#15161e,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#16161e,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h "
if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' {
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %H:%M #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7,bold] #h "
}
setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#16161e"
setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#16161e"
setw -g window-status-format "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#16161e,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#16161e]#[fg=#16161e]#[bg=#e0af68]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -1,38 +0,0 @@
#!/usr/bin/env bash
# TokyoNight colors for Tmux
set -g mode-style "fg=#7aa2f7,bg=#3b4261"
set -g message-style "fg=#7aa2f7,bg=#3b4261"
set -g message-command-style "fg=#7aa2f7,bg=#3b4261"
set -g pane-border-style "fg=#3b4261"
set -g pane-active-border-style "fg=#7aa2f7"
set -g status "on"
set -g status-justify "left"
set -g status-style "fg=#7aa2f7,bg=#1f2335"
set -g status-left-length "100"
set -g status-right-length "100"
set -g status-left-style NONE
set -g status-right-style NONE
set -g status-left "#[fg=#1d202f,bg=#7aa2f7,bold] #S #[fg=#7aa2f7,bg=#1f2335,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#1f2335] #{prefix_highlight} #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %I:%M %p #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1d202f,bg=#7aa2f7,bold] #h "
if-shell '[ "$(tmux show-option -gqv "clock-mode-style")" == "24" ]' {
set -g status-right "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#1f2335] #{prefix_highlight} #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] %Y-%m-%d  %H:%M #[fg=#7aa2f7,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#1d202f,bg=#7aa2f7,bold] #h "
}
setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#1f2335"
setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#1f2335"
setw -g window-status-format "#[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]#[default] #I  #W #F #[fg=#1f2335,bg=#1f2335,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#1f2335,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261,bold] #I  #W #F #[fg=#3b4261,bg=#1f2335,nobold,nounderscore,noitalics]"
# tmux-plugins/tmux-prefix-highlight support
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#1f2335]#[fg=#1f2335]#[bg=#e0af68]"
set -g @prefix_highlight_output_suffix ""

View File

@@ -1,44 +0,0 @@
[colors]
foreground = "#3760bf"
background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
split = "#2e7de9"
compose_cursor = "#b15c00"
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]
[colors.tab_bar]
inactive_tab_edge = "#e9e9ec"
background = "#e1e2e7"
[colors.tab_bar.active_tab]
fg_color = "#e9e9ec"
bg_color = "#2e7de9"
[colors.tab_bar.inactive_tab]
fg_color = "#8990b3"
bg_color = "#c4c8da"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#2e7de9"
bg_color = "#c4c8da"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_day"

View File

@@ -1,44 +0,0 @@
[colors]
foreground = "#c8d3f5"
background = "#222436"
cursor_bg = "#c8d3f5"
cursor_border = "#c8d3f5"
cursor_fg = "#222436"
selection_bg = "#2d3f76"
selection_fg = "#c8d3f5"
split = "#82aaff"
compose_cursor = "#ff966c"
ansi = ["#1b1d2b", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#828bb8"]
brights = ["#444a73", "#ff757f", "#c3e88d", "#ffc777", "#82aaff", "#c099ff", "#86e1fc", "#c8d3f5"]
[colors.tab_bar]
inactive_tab_edge = "#1e2030"
background = "#222436"
[colors.tab_bar.active_tab]
fg_color = "#1e2030"
bg_color = "#82aaff"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
bg_color = "#2f334d"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#82aaff"
bg_color = "#2f334d"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#82aaff"
bg_color = "#222436"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#82aaff"
bg_color = "#222436"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_moon"

View File

@@ -1,44 +0,0 @@
[colors]
foreground = "#c0caf5"
background = "#1a1b26"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#1a1b26"
selection_bg = "#283457"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#16161e"
background = "#1a1b26"
[colors.tab_bar.active_tab]
fg_color = "#16161e"
bg_color = "#7aa2f7"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
bg_color = "#292e42"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#292e42"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_night"

View File

@@ -1,44 +0,0 @@
[colors]
foreground = "#c0caf5"
background = "#24283b"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#24283b"
selection_bg = "#2e3c64"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#1f2335"
background = "#24283b"
[colors.tab_bar.active_tab]
fg_color = "#1f2335"
bg_color = "#7aa2f7"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
bg_color = "#292e42"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#292e42"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#24283b"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#24283b"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_storm"

View File

@@ -1,25 +0,0 @@
# Add the following object to your Windows Terminal configuration
# https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes#creating-your-own-color-scheme
{
"background": "#e1e2e7",
"black": "#e9e9ed",
"blue": "#2e7de9",
"brightBlack": "#a1a6c5",
"brightBlue": "#2e7de9",
"brightCyan": "#007197",
"brightGreen": "#587539",
"brightPurple": "#7847bd",
"brightRed": "#f52a65",
"brightWhite": "#3760bf",
"brightYellow": "#8c6c3e",
"cursorColor": "#3760bf",
"cyan": "#007197",
"foreground": "#3760bf",
"green": "#587539",
"name": "Tokyo Night Day",
"purple": "#9854f1",
"red": "#f52a65",
"selectionBackground": "#b6bfe2",
"white": "#6172b0",
"yellow": "#8c6c3e"
}

View File

@@ -1,25 +0,0 @@
# Add the following object to your Windows Terminal configuration
# https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes#creating-your-own-color-scheme
{
"background": "#222436",
"black": "#1b1d2b",
"blue": "#82aaff",
"brightBlack": "#444a73",
"brightBlue": "#82aaff",
"brightCyan": "#86e1fc",
"brightGreen": "#c3e88d",
"brightPurple": "#fca7ea",
"brightRed": "#ff757f",
"brightWhite": "#c8d3f5",
"brightYellow": "#ffc777",
"cursorColor": "#c8d3f5",
"cyan": "#86e1fc",
"foreground": "#c8d3f5",
"green": "#c3e88d",
"name": "Tokyo Night Moon",
"purple": "#c099ff",
"red": "#ff757f",
"selectionBackground": "#2d3f76",
"white": "#828bb8",
"yellow": "#ffc777"
}

View File

@@ -1,25 +0,0 @@
# Add the following object to your Windows Terminal configuration
# https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes#creating-your-own-color-scheme
{
"background": "#1a1b26",
"black": "#15161e",
"blue": "#7aa2f7",
"brightBlack": "#414868",
"brightBlue": "#7aa2f7",
"brightCyan": "#7dcfff",
"brightGreen": "#9ece6a",
"brightPurple": "#9d7cd8",
"brightRed": "#f7768e",
"brightWhite": "#c0caf5",
"brightYellow": "#e0af68",
"cursorColor": "#c0caf5",
"cyan": "#7dcfff",
"foreground": "#c0caf5",
"green": "#9ece6a",
"name": "Tokyo Night",
"purple": "#bb9af7",
"red": "#f7768e",
"selectionBackground": "#283457",
"white": "#a9b1d6",
"yellow": "#e0af68"
}

View File

@@ -1,25 +0,0 @@
# Add the following object to your Windows Terminal configuration
# https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes#creating-your-own-color-scheme
{
"background": "#24283b",
"black": "#1d202f",
"blue": "#7aa2f7",
"brightBlack": "#414868",
"brightBlue": "#7aa2f7",
"brightCyan": "#7dcfff",
"brightGreen": "#9ece6a",
"brightPurple": "#9d7cd8",
"brightRed": "#f7768e",
"brightWhite": "#c0caf5",
"brightYellow": "#e0af68",
"cursorColor": "#c0caf5",
"cyan": "#7dcfff",
"foreground": "#c0caf5",
"green": "#9ece6a",
"name": "Tokyo Night Storm",
"purple": "#bb9af7",
"red": "#f7768e",
"selectionBackground": "#2e3c64",
"white": "#a9b1d6",
"yellow": "#e0af68"
}

View File

@@ -1,9 +0,0 @@
[Scheme]
Name=TokyoNight Colors
ColorBackground=#e1e2e7
ColorForeground=#3760bf
ColorSelectionBackground=#b6bfe2
ColorSelection=#3760bf
ColorPalette=#e9e9ed;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#6172b0;#a1a6c5;#f52a65;#587539;#8c6c3e;#2e7de9;#9854f1;#007197;#3760bf

Some files were not shown because too many files have changed in this diff Show More