updates updates updates
parent
c46599a5b6
commit
dda89a1ad6
@ -0,0 +1,46 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# TokyoNight Alacritty Colors
|
||||
# Theme: Tokyo Night Moon
|
||||
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_moon.toml
|
||||
# Last Update: 16 Dec 2024, 4 AM, commit hash: 92c0e5391bc18b969180f64cab61eaa8d749ebde
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#222436'
|
||||
foreground = '#c8d3f5'
|
||||
|
||||
#[colors.cursor]
|
||||
#cursor = '#c8d3f5'
|
||||
#text = '#222436'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#1b1d2b'
|
||||
red = '#ff757f'
|
||||
green = '#c3e88d'
|
||||
yellow = '#ffc777'
|
||||
blue = '#82aaff'
|
||||
magenta = '#c099ff'
|
||||
cyan = '#86e1fc'
|
||||
white = '#828bb8'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#444a73'
|
||||
red = '#ff8d94'
|
||||
green = '#c7fb6d'
|
||||
yellow = '#ffd8ab'
|
||||
blue = '#9ab8ff'
|
||||
magenta = '#caabff'
|
||||
cyan = '#b2ebff'
|
||||
white = '#c8d3f5'
|
||||
|
||||
# Indexed Colors
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ff966c'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#c53b53'
|
@ -0,0 +1,46 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# TokyoNight Alacritty Colors
|
||||
# Theme: Tokyo Night
|
||||
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_night.toml
|
||||
# Last Update: 16 Dec 2024, 4 AM, commit hash: 92c0e5391bc18b969180f64cab61eaa8d749ebde
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1a1b26'
|
||||
foreground = '#c0caf5'
|
||||
|
||||
#[colors.cursor]
|
||||
#cursor = '#c0caf5'
|
||||
#text = '#1a1b26'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#15161e'
|
||||
red = '#f7768e'
|
||||
green = '#9ece6a'
|
||||
yellow = '#e0af68'
|
||||
blue = '#7aa2f7'
|
||||
magenta = '#bb9af7'
|
||||
cyan = '#7dcfff'
|
||||
white = '#a9b1d6'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#414868'
|
||||
red = '#ff899d'
|
||||
green = '#9fe044'
|
||||
yellow = '#faba4a'
|
||||
blue = '#8db0ff'
|
||||
magenta = '#c7a9ff'
|
||||
cyan = '#a4daff'
|
||||
white = '#c0caf5'
|
||||
|
||||
# Indexed Colors
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#ff9e64'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#db4b4b'
|
@ -0,0 +1,13 @@
|
||||
(directive) @function
|
||||
(directive_start) @function
|
||||
(directive_end) @function
|
||||
(comment) @comment
|
||||
((parameter) @include (#set! "priority" 110))
|
||||
((php_only) @include (#set! "priority" 110))
|
||||
((bracket_start) @function (#set! "priority" 120))
|
||||
((bracket_end) @function (#set! "priority" 120))
|
||||
(keyword) @function
|
||||
(directive) @tag
|
||||
(directive_start) @tag
|
||||
(directive_end) @tag
|
||||
(comment) @comment @spell
|
@ -0,0 +1,21 @@
|
||||
((text) @injection.content
|
||||
(#not-has-ancestor? @injection.content "envoy")
|
||||
(#set! injection.combined)
|
||||
(#set! injection.language php))
|
||||
((text) @injection.content
|
||||
(#not-has-ancestor? @injection.content "envoy")
|
||||
(#set! injection.combined)
|
||||
(#set! injection.language php))
|
||||
|
||||
; could be bash or zsh
|
||||
; or whatever tree-sitter grammar you have.
|
||||
((text) @injection.content
|
||||
(#has-ancestor? @injection.content "envoy")
|
||||
(#set! injection.combined)
|
||||
(#set! injection.language bash))
|
||||
|
||||
; 🚧 Available for experimental split_parser see issue #5
|
||||
;((php_only) @injection.content
|
||||
; (#set! injection.language php_only))
|
||||
;((parameter) @injection.content
|
||||
; (#set! injection.language php_only))
|
Loading…
Reference in New Issue