diff options
Diffstat (limited to 'palette/tokyo-night.conf')
| -rw-r--r-- | palette/tokyo-night.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/palette/tokyo-night.conf b/palette/tokyo-night.conf new file mode 100644 index 0000000..eb1b0b6 --- /dev/null +++ b/palette/tokyo-night.conf @@ -0,0 +1,43 @@ +# Tokyo Night. +# Copyright (C) 2026 Danilo M. <danix@danix.xyz> +# Licensed under the GNU General Public License v2 only. +# +# Source: https://github.com/folke/tokyonight.nvim (the "night" variant) +# +# Tokyo Night names colours by hue rather than by role, and carries three +# background depths plus a distinct float/sidebar shade. The names below are +# upstream's own. + +bg = #1a1b26 +bg_dark = #16161e +bg_highlight = #292e42 +bg_float = #16161e +bg_visual = #283457 + +fg = #c0caf5 +fg_dark = #a9b1d6 +fg_gutter = #3b4261 + +comment = #565f89 +terminal_black = #414868 + +blue = #7aa2f7 +blue0 = #3d59a5 +blue1 = #2ac3de +blue2 = #0db9d7 +blue5 = #89ddff +blue6 = #b4f9f8 +blue7 = #394b70 + +cyan = #7dcfff +magenta = #bb9af7 +magenta2 = #ff007c +purple = #9d7cd8 +orange = #ff9e64 +yellow = #e0af68 +green = #9ece6a +green1 = #73daca +green2 = #41a6b5 +teal = #1abc9c +red = #f7768e +red1 = #db4b4b |
