Compare commits
27 Commits
9fb4d582ce
...
yazi
Author | SHA1 | Date | |
---|---|---|---|
2d6cb31351
|
|||
8e6b0f6159
|
|||
71c1ae66e3
|
|||
57a745eda8
|
|||
c83065cc3d
|
|||
ac018ce0f6
|
|||
6b6ba997a3
|
|||
5635cfcce3
|
|||
29e6cbdee5
|
|||
bf5e8ab0c1
|
|||
a8f886e911
|
|||
743dd86966
|
|||
a5f2c8c116
|
|||
c8bc74c84c
|
|||
abc627519a
|
|||
2c4fcb4e74
|
|||
7631274d7e
|
|||
668e08521a
|
|||
a7626f098d
|
|||
74ec4860db
|
|||
66dea05cdd
|
|||
e7d96670b2
|
|||
04677b48c1
|
|||
589227dd00
|
|||
1d3f899169
|
|||
7bb95a8844
|
|||
45d6cb2064
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "alacritty-theme"]
|
||||
path = alacritty-theme
|
||||
url = git@github.com:alacritty/alacritty-theme
|
||||
[submodule "yazi/flavors"]
|
||||
path = yazi/flavors
|
||||
url = https://github.com/yazi-rs/flavors.git
|
||||
|
17
alacritty/alacritty.toml
Normal file
17
alacritty/alacritty.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[general]
|
||||
import = ["/home/daniel/.config/alacritty/themes/{{alacritty_theme}}.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[font]
|
||||
size = 10.5
|
||||
|
||||
[font.normal]
|
||||
family = "MesloLGS NF"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
opacity = 0.95
|
||||
|
||||
[window.padding]
|
||||
x = 16
|
||||
y = 16
|
@ -1,856 +0,0 @@
|
||||
# Configuration for Alacritty, the GPU enhanced terminal emulator.
|
||||
|
||||
# Import additional configuration files
|
||||
#
|
||||
# Imports are loaded in order, skipping all missing files, with the importing
|
||||
# file being loaded last. If a field is already present in a previous import, it
|
||||
# will be replaced.
|
||||
#
|
||||
# All imports must either be absolute paths starting with `/`, or paths relative
|
||||
# to the user's home directory starting with `~/`.
|
||||
#import:
|
||||
# - /path/to/alacritty.yml
|
||||
|
||||
# Any items in the `env` entry below will be added as
|
||||
# environment variables. Some entries may override variables
|
||||
# set by alacritty itself.
|
||||
#env:
|
||||
# TERM variable
|
||||
#
|
||||
# This value is used to set the `$TERM` environment variable for
|
||||
# each instance of Alacritty. If it is not present, alacritty will
|
||||
# check the local terminfo database and use `alacritty` if it is
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
#TERM: alacritty
|
||||
|
||||
window:
|
||||
# Window dimensions (changes require restart)
|
||||
#
|
||||
# Number of lines/columns (not pixels) in the terminal. The number of columns
|
||||
# must be at least `2`, while using a value of `0` for columns and lines will
|
||||
# fall back to the window manager's recommended size.
|
||||
#dimensions:
|
||||
# columns: 0
|
||||
# lines: 0
|
||||
|
||||
# Window position (changes require restart)
|
||||
#
|
||||
# Specified in number of pixels.
|
||||
# If the position is not set, the window manager will handle the placement.
|
||||
#position:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Window padding (changes require restart)
|
||||
#
|
||||
# Blank space added around the window in pixels. This padding is scaled
|
||||
# by DPI and the specified value is always added at both opposing sides.
|
||||
padding:
|
||||
x: 16
|
||||
y: 16
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
#dynamic_padding: false
|
||||
|
||||
# Window decorations
|
||||
#
|
||||
# Values for `decorations`:
|
||||
# - full: Borders and title bar
|
||||
# - none: Neither borders nor title bar
|
||||
#
|
||||
# Values for `decorations` (macOS only):
|
||||
# - transparent: Title bar, transparent background and title bar buttons
|
||||
# - buttonless: Title bar, transparent background and no title bar buttons
|
||||
decorations: none
|
||||
|
||||
# Startup Mode (changes require restart)
|
||||
#
|
||||
# Values for `startup_mode`:
|
||||
# - Windowed
|
||||
# - Maximized
|
||||
# - Fullscreen
|
||||
#
|
||||
# Values for `startup_mode` (macOS only):
|
||||
# - SimpleFullscreen
|
||||
#startup_mode: Windowed
|
||||
|
||||
# Window title
|
||||
#title: Alacritty
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
#dynamic_title: true
|
||||
|
||||
# Window class (Linux/BSD only):
|
||||
#class:
|
||||
# Application instance name
|
||||
#instance: Alacritty
|
||||
# General application class
|
||||
#general: Alacritty
|
||||
|
||||
# GTK theme variant (Linux/BSD only)
|
||||
#
|
||||
# Override the variant of the GTK theme. Commonly supported values are `dark`
|
||||
# and `light`. Set this to `None` to use the default theme variant.
|
||||
#gtk_theme_variant: None
|
||||
|
||||
#scrolling:
|
||||
# Maximum number of lines in the scrollback buffer.
|
||||
# Specifying '0' will disable scrolling.
|
||||
#history: 10000
|
||||
|
||||
# Scrolling distance multiplier.
|
||||
#multiplier: 3
|
||||
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
opacity: 0.95
|
||||
|
||||
# Font configuration
|
||||
#
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
# Font family
|
||||
#
|
||||
# Default:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
#family: monospace
|
||||
family: "MesloLGS NF"
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
|
||||
# Bold font face
|
||||
#bold:
|
||||
# Font family
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold
|
||||
|
||||
# Italic font face
|
||||
#italic:
|
||||
# Font family
|
||||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Italic
|
||||
|
||||
# Bold italic font face
|
||||
#bold_italic:
|
||||
# Font family
|
||||
#
|
||||
# If the bold italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 10.5
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
# spacing.
|
||||
#offset:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Glyph offset determines the locations of the glyphs within their cells with
|
||||
# the default being at the bottom. Increasing `x` moves the glyph to the
|
||||
# right, increasing `y` moves the glyph upward.
|
||||
#glyph_offset:
|
||||
# x: 0
|
||||
# y: 0
|
||||
|
||||
# Thin stroke font rendering (macOS only)
|
||||
#
|
||||
# Thin strokes are suitable for retina displays, but for non-retina screens
|
||||
# it is recommended to set `use_thin_strokes` to `false`.
|
||||
#use_thin_strokes: true
|
||||
|
||||
# If `true`, bold text is drawn using the bright color variants.
|
||||
#draw_bold_text_with_bright_colors: false
|
||||
|
||||
# Theme import (sets colors key)
|
||||
import:
|
||||
- ~/.config/alacritty/themes/{{alacritty_theme}}.yaml
|
||||
|
||||
# Colors (Tomorrow Night)
|
||||
#colors:
|
||||
# Default colors
|
||||
#primary:
|
||||
# background: '#1d1f21'
|
||||
# foreground: '#c5c8c6'
|
||||
|
||||
# Bright and dim foreground colors
|
||||
#
|
||||
# The dimmed foreground color is calculated automatically if it is not
|
||||
# present. If the bright foreground color is not set, or
|
||||
# `draw_bold_text_with_bright_colors` is `false`, the normal foreground
|
||||
# color will be used.
|
||||
#dim_foreground: '#828482'
|
||||
#bright_foreground: '#eaeaea'
|
||||
|
||||
# Cursor colors
|
||||
#
|
||||
# Colors which should be used to draw the terminal cursor.
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#cursor:
|
||||
# text: CellBackground
|
||||
# cursor: CellForeground
|
||||
|
||||
# Vi mode cursor colors
|
||||
#
|
||||
# Colors for the cursor when the vi mode is active.
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#vi_mode_cursor:
|
||||
# text: CellBackground
|
||||
# cursor: CellForeground
|
||||
|
||||
# Search colors
|
||||
#
|
||||
# Colors used for the search bar and match highlighting.
|
||||
#search:
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#matches:
|
||||
# foreground: '#000000'
|
||||
# background: '#ffffff'
|
||||
#focused_match:
|
||||
# foreground: '#ffffff'
|
||||
# background: '#000000'
|
||||
|
||||
#bar:
|
||||
# background: '#c5c8c6'
|
||||
# foreground: '#1d1f21'
|
||||
|
||||
# Keyboard regex hints
|
||||
#hints:
|
||||
# Fist character in the hint label
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#start:
|
||||
# foreground: '#1d1f21'
|
||||
# background: '#e9ff5e'
|
||||
|
||||
# All characters after the first one in the hint label
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#end:
|
||||
# foreground: '#e9ff5e'
|
||||
# background: '#1d1f21'
|
||||
|
||||
# Line indicator
|
||||
#
|
||||
# Color used for the indicator displaying the position in history during
|
||||
# search and vi mode.
|
||||
#
|
||||
# By default, these will use the opposing primary color.
|
||||
#line_indicator:
|
||||
# foreground: None
|
||||
# background: None
|
||||
|
||||
# Selection colors
|
||||
#
|
||||
# Colors which should be used to draw the selection area.
|
||||
#
|
||||
# Allowed values are CellForeground/CellBackground, which reference the
|
||||
# affected cell, or hexadecimal colors like #ff00ff.
|
||||
#selection:
|
||||
# text: CellBackground
|
||||
# background: CellForeground
|
||||
|
||||
# Normal colors
|
||||
#normal:
|
||||
# black: '#1d1f21'
|
||||
# red: '#cc6666'
|
||||
# green: '#b5bd68'
|
||||
# yellow: '#f0c674'
|
||||
# blue: '#81a2be'
|
||||
# magenta: '#b294bb'
|
||||
# cyan: '#8abeb7'
|
||||
# white: '#c5c8c6'
|
||||
|
||||
# Bright colors
|
||||
#bright:
|
||||
# black: '#666666'
|
||||
# red: '#d54e53'
|
||||
# green: '#b9ca4a'
|
||||
# yellow: '#e7c547'
|
||||
# blue: '#7aa6da'
|
||||
# magenta: '#c397d8'
|
||||
# cyan: '#70c0b1'
|
||||
# white: '#eaeaea'
|
||||
|
||||
# Dim colors
|
||||
#
|
||||
# If the dim colors are not set, they will be calculated automatically based
|
||||
# on the `normal` colors.
|
||||
#dim:
|
||||
# black: '#131415'
|
||||
# red: '#864343'
|
||||
# green: '#777c44'
|
||||
# yellow: '#9e824c'
|
||||
# blue: '#556a7d'
|
||||
# magenta: '#75617b'
|
||||
# cyan: '#5b7d78'
|
||||
# white: '#828482'
|
||||
|
||||
# Indexed Colors
|
||||
#
|
||||
# The indexed colors include all colors from 16 to 256.
|
||||
# When these are not set, they're filled with sensible defaults.
|
||||
#
|
||||
# Example:
|
||||
# `- { index: 16, color: '#ff00ff' }`
|
||||
#
|
||||
#indexed_colors: []
|
||||
|
||||
# Bell
|
||||
#
|
||||
# The bell is rung every time the BEL control character is received.
|
||||
#bell:
|
||||
# Visual Bell Animation
|
||||
#
|
||||
# Animation effect for flashing the screen when the visual bell is rung.
|
||||
#
|
||||
# Values for `animation`:
|
||||
# - Ease
|
||||
# - EaseOut
|
||||
# - EaseOutSine
|
||||
# - EaseOutQuad
|
||||
# - EaseOutCubic
|
||||
# - EaseOutQuart
|
||||
# - EaseOutQuint
|
||||
# - EaseOutExpo
|
||||
# - EaseOutCirc
|
||||
# - Linear
|
||||
#animation: EaseOutExpo
|
||||
|
||||
# Duration of the visual bell flash in milliseconds. A `duration` of `0` will
|
||||
# disable the visual bell animation.
|
||||
#duration: 0
|
||||
|
||||
# Visual bell animation color.
|
||||
#color: '#ffffff'
|
||||
|
||||
# Bell Command
|
||||
#
|
||||
# This program is executed whenever the bell is rung.
|
||||
#
|
||||
# When set to `command: None`, no command will be executed.
|
||||
#
|
||||
# Example:
|
||||
# command:
|
||||
# program: notify-send
|
||||
# args: ["Hello, World!"]
|
||||
#
|
||||
#command: None
|
||||
|
||||
#selection:
|
||||
# This string contains all characters that are used as separators for
|
||||
# "semantic words" in Alacritty.
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
#save_to_clipboard: false
|
||||
|
||||
#cursor:
|
||||
# Cursor style
|
||||
#style:
|
||||
# Cursor shape
|
||||
#
|
||||
# Values for `shape`:
|
||||
# - ▇ Block
|
||||
# - _ Underline
|
||||
# - | Beam
|
||||
#shape: Block
|
||||
|
||||
# Cursor blinking state
|
||||
#
|
||||
# Values for `blinking`:
|
||||
# - Never: Prevent the cursor from ever blinking
|
||||
# - Off: Disable blinking by default
|
||||
# - On: Enable blinking by default
|
||||
# - Always: Force the cursor to always blink
|
||||
#blinking: Off
|
||||
|
||||
# Vi mode cursor style
|
||||
#
|
||||
# If the vi mode cursor style is `None` or not specified, it will fall back to
|
||||
# the style of the active value of the normal cursor.
|
||||
#
|
||||
# See `cursor.style` for available options.
|
||||
#vi_mode_style: None
|
||||
|
||||
# Cursor blinking interval in milliseconds.
|
||||
#blink_interval: 750
|
||||
|
||||
# If this is `true`, the cursor will be rendered as a hollow box when the
|
||||
# window is not focused.
|
||||
#unfocused_hollow: true
|
||||
|
||||
# Thickness of the cursor relative to the cell width as floating point number
|
||||
# from `0.0` to `1.0`.
|
||||
#thickness: 0.15
|
||||
|
||||
# Live config reload (changes require restart)
|
||||
live_config_reload: true
|
||||
|
||||
# Shell
|
||||
#
|
||||
# You can set `shell.program` to the path of your favorite shell, e.g.
|
||||
# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
|
||||
# shell.
|
||||
#
|
||||
# Default:
|
||||
# - (macOS) /bin/bash --login
|
||||
# - (Linux/BSD) user login shell
|
||||
# - (Windows) powershell
|
||||
#shell:
|
||||
# program: /usr/bin/zsh
|
||||
# args:
|
||||
# - -l
|
||||
|
||||
# Startup directory
|
||||
#
|
||||
# Directory the shell is started in. If this is unset, or `None`, the working
|
||||
# directory of the parent process will be used.
|
||||
#working_directory: None
|
||||
|
||||
# Send ESC (\x1b) before characters when alt is pressed.
|
||||
#alt_send_esc: true
|
||||
|
||||
#mouse:
|
||||
# Click settings
|
||||
#
|
||||
# The `double_click` and `triple_click` settings control the time
|
||||
# alacritty should wait for accepting multiple clicks as one double
|
||||
# or triple click.
|
||||
#double_click: { threshold: 300 }
|
||||
#triple_click: { threshold: 300 }
|
||||
|
||||
# If this is `true`, the cursor is temporarily hidden when typing.
|
||||
#hide_when_typing: false
|
||||
|
||||
# Regex hints
|
||||
#
|
||||
# Terminal hints can be used to find text in the visible part of the terminal
|
||||
# and pipe it to other applications.
|
||||
#hints:
|
||||
# Keys used for the hint labels.
|
||||
#alphabet: "jfkdls;ahgurieowpq"
|
||||
|
||||
# List with all available hints
|
||||
#
|
||||
# Each hint must have a `regex` and either an `action` or a `command` field.
|
||||
# The fields `mouse`, `binding` and `post_processing` are optional.
|
||||
#
|
||||
# The fields `command`, `binding.key`, `binding.mods` and `mouse.mods` accept
|
||||
# the same values as they do in the `key_bindings` section.
|
||||
#
|
||||
# The `mouse.enabled` field controls if the hint should be underlined while
|
||||
# the mouse with all `mouse.mods` keys held or the vi mode cursor is above it.
|
||||
#
|
||||
# If the `post_processing` field is set to `true`, heuristics will be used to
|
||||
# shorten the match if there are characters likely not to be part of the hint
|
||||
# (e.g. a trailing `.`). This is most useful for URIs.
|
||||
#
|
||||
# Values for `action`:
|
||||
# - Copy
|
||||
# Copy the hint's text to the clipboard.
|
||||
# - Paste
|
||||
# Paste the hint's text to the terminal or search.
|
||||
# - Select
|
||||
# Select the hint's text.
|
||||
# - MoveViModeCursor
|
||||
# Move the vi mode cursor to the beginning of the hint.
|
||||
#enabled:
|
||||
# - regex: "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\
|
||||
# [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
|
||||
# command: xdg-open
|
||||
# post_processing: true
|
||||
# mouse:
|
||||
# enabled: true
|
||||
# mods: None
|
||||
# binding:
|
||||
# key: U
|
||||
# mods: Control|Shift
|
||||
|
||||
# Mouse bindings
|
||||
#
|
||||
# Mouse bindings are specified as a list of objects, much like the key
|
||||
# bindings further below.
|
||||
#
|
||||
# To trigger mouse bindings when an application running within Alacritty
|
||||
# captures the mouse, the `Shift` modifier is automatically added as a
|
||||
# requirement.
|
||||
#
|
||||
# Each mouse binding will specify a:
|
||||
#
|
||||
# - `mouse`:
|
||||
#
|
||||
# - Middle
|
||||
# - Left
|
||||
# - Right
|
||||
# - Numeric identifier such as `5`
|
||||
#
|
||||
# - `action` (see key bindings)
|
||||
#
|
||||
# And optionally:
|
||||
#
|
||||
# - `mods` (see key bindings)
|
||||
#mouse_bindings:
|
||||
# - { mouse: Middle, action: PasteSelection }
|
||||
|
||||
# Key bindings
|
||||
#
|
||||
# Key bindings are specified as a list of objects. For example, this is the
|
||||
# default paste binding:
|
||||
#
|
||||
# `- { key: V, mods: Control|Shift, action: Paste }`
|
||||
#
|
||||
# Each key binding will specify a:
|
||||
#
|
||||
# - `key`: Identifier of the key pressed
|
||||
#
|
||||
# - A-Z
|
||||
# - F1-F24
|
||||
# - Key0-Key9
|
||||
#
|
||||
# A full list with available key codes can be found here:
|
||||
# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants
|
||||
#
|
||||
# Instead of using the name of the keys, the `key` field also supports using
|
||||
# the scancode of the desired key. Scancodes have to be specified as a
|
||||
# decimal number. This command will allow you to display the hex scancodes
|
||||
# for certain keys:
|
||||
#
|
||||
# `showkey --scancodes`.
|
||||
#
|
||||
# Then exactly one of:
|
||||
#
|
||||
# - `chars`: Send a byte sequence to the running application
|
||||
#
|
||||
# The `chars` field writes the specified string to the terminal. This makes
|
||||
# it possible to pass escape sequences. To find escape codes for bindings
|
||||
# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside
|
||||
# of tmux. Note that applications use terminfo to map escape sequences back
|
||||
# to keys. It is therefore required to update the terminfo when changing an
|
||||
# escape sequence.
|
||||
#
|
||||
# - `action`: Execute a predefined action
|
||||
#
|
||||
# - ToggleViMode
|
||||
# - SearchForward
|
||||
# Start searching toward the right of the search origin.
|
||||
# - SearchBackward
|
||||
# Start searching toward the left of the search origin.
|
||||
# - Copy
|
||||
# - Paste
|
||||
# - IncreaseFontSize
|
||||
# - DecreaseFontSize
|
||||
# - ResetFontSize
|
||||
# - ScrollPageUp
|
||||
# - ScrollPageDown
|
||||
# - ScrollHalfPageUp
|
||||
# - ScrollHalfPageDown
|
||||
# - ScrollLineUp
|
||||
# - ScrollLineDown
|
||||
# - ScrollToTop
|
||||
# - ScrollToBottom
|
||||
# - ClearHistory
|
||||
# Remove the terminal's scrollback history.
|
||||
# - Hide
|
||||
# Hide the Alacritty window.
|
||||
# - Minimize
|
||||
# Minimize the Alacritty window.
|
||||
# - Quit
|
||||
# Quit Alacritty.
|
||||
# - ToggleFullscreen
|
||||
# - SpawnNewInstance
|
||||
# Spawn a new instance of Alacritty.
|
||||
# - ClearLogNotice
|
||||
# Clear Alacritty's UI warning and error notice.
|
||||
# - ClearSelection
|
||||
# Remove the active selection.
|
||||
# - ReceiveChar
|
||||
# - None
|
||||
#
|
||||
# - Vi mode exclusive actions:
|
||||
#
|
||||
# - Open
|
||||
# Perform the action of the first matching hint under the vi mode cursor
|
||||
# with `mouse.enabled` set to `true`.
|
||||
# - ToggleNormalSelection
|
||||
# - ToggleLineSelection
|
||||
# - ToggleBlockSelection
|
||||
# - ToggleSemanticSelection
|
||||
# Toggle semantic selection based on `selection.semantic_escape_chars`.
|
||||
#
|
||||
# - Vi mode exclusive cursor motion actions:
|
||||
#
|
||||
# - Up
|
||||
# One line up.
|
||||
# - Down
|
||||
# One line down.
|
||||
# - Left
|
||||
# One character left.
|
||||
# - Right
|
||||
# One character right.
|
||||
# - First
|
||||
# First column, or beginning of the line when already at the first column.
|
||||
# - Last
|
||||
# Last column, or beginning of the line when already at the last column.
|
||||
# - FirstOccupied
|
||||
# First non-empty cell in this terminal row, or first non-empty cell of
|
||||
# the line when already at the first cell of the row.
|
||||
# - High
|
||||
# Top of the screen.
|
||||
# - Middle
|
||||
# Center of the screen.
|
||||
# - Low
|
||||
# Bottom of the screen.
|
||||
# - SemanticLeft
|
||||
# Start of the previous semantically separated word.
|
||||
# - SemanticRight
|
||||
# Start of the next semantically separated word.
|
||||
# - SemanticLeftEnd
|
||||
# End of the previous semantically separated word.
|
||||
# - SemanticRightEnd
|
||||
# End of the next semantically separated word.
|
||||
# - WordLeft
|
||||
# Start of the previous whitespace separated word.
|
||||
# - WordRight
|
||||
# Start of the next whitespace separated word.
|
||||
# - WordLeftEnd
|
||||
# End of the previous whitespace separated word.
|
||||
# - WordRightEnd
|
||||
# End of the next whitespace separated word.
|
||||
# - Bracket
|
||||
# Character matching the bracket at the cursor's location.
|
||||
# - SearchNext
|
||||
# Beginning of the next match.
|
||||
# - SearchPrevious
|
||||
# Beginning of the previous match.
|
||||
# - SearchStart
|
||||
# Start of the match to the left of the vi mode cursor.
|
||||
# - SearchEnd
|
||||
# End of the match to the right of the vi mode cursor.
|
||||
#
|
||||
# - Search mode exclusive actions:
|
||||
# - SearchFocusNext
|
||||
# Move the focus to the next search match.
|
||||
# - SearchFocusPrevious
|
||||
# Move the focus to the previous search match.
|
||||
# - SearchConfirm
|
||||
# - SearchCancel
|
||||
# - SearchClear
|
||||
# Reset the search regex.
|
||||
# - SearchDeleteWord
|
||||
# Delete the last word in the search regex.
|
||||
# - SearchHistoryPrevious
|
||||
# Go to the previous regex in the search history.
|
||||
# - SearchHistoryNext
|
||||
# Go to the next regex in the search history.
|
||||
#
|
||||
# - macOS exclusive actions:
|
||||
# - ToggleSimpleFullscreen
|
||||
# Enter fullscreen without occupying another space.
|
||||
#
|
||||
# - Linux/BSD exclusive actions:
|
||||
#
|
||||
# - CopySelection
|
||||
# Copy from the selection buffer.
|
||||
# - PasteSelection
|
||||
# Paste from the selection buffer.
|
||||
#
|
||||
# - `command`: Fork and execute a specified command plus arguments
|
||||
#
|
||||
# The `command` field must be a map containing a `program` string and an
|
||||
# `args` array of command line parameter strings. For example:
|
||||
# `{ program: "alacritty", args: ["-e", "vttest"] }`
|
||||
#
|
||||
# And optionally:
|
||||
#
|
||||
# - `mods`: Key modifiers to filter binding actions
|
||||
#
|
||||
# - Command
|
||||
# - Control
|
||||
# - Option
|
||||
# - Super
|
||||
# - Shift
|
||||
# - Alt
|
||||
#
|
||||
# Multiple `mods` can be combined using `|` like this:
|
||||
# `mods: Control|Shift`.
|
||||
# Whitespace and capitalization are relevant and must match the example.
|
||||
#
|
||||
# - `mode`: Indicate a binding for only specific terminal reported modes
|
||||
#
|
||||
# This is mainly used to send applications the correct escape sequences
|
||||
# when in different modes.
|
||||
#
|
||||
# - AppCursor
|
||||
# - AppKeypad
|
||||
# - Search
|
||||
# - Alt
|
||||
# - Vi
|
||||
#
|
||||
# A `~` operator can be used before a mode to apply the binding whenever
|
||||
# the mode is *not* active, e.g. `~Alt`.
|
||||
#
|
||||
# Bindings are always filled by default, but will be replaced when a new
|
||||
# binding with the same triggers is defined. To unset a default binding, it can
|
||||
# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
|
||||
# a no-op if you do not wish to receive input characters for that binding.
|
||||
#
|
||||
# If the same trigger is assigned to multiple actions, all of them are executed
|
||||
# in the order they were defined in.
|
||||
#key_bindings:
|
||||
#- { key: Paste, action: Paste }
|
||||
#- { key: Copy, action: Copy }
|
||||
#- { key: L, mods: Control, action: ClearLogNotice }
|
||||
#- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }
|
||||
#- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, }
|
||||
#- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
|
||||
#- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
|
||||
#- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
|
||||
|
||||
# Vi Mode
|
||||
#- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom }
|
||||
#- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode }
|
||||
#- { key: Escape, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: I, mode: Vi|~Search, action: ScrollToBottom }
|
||||
#- { key: I, mode: Vi|~Search, action: ToggleViMode }
|
||||
#- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode }
|
||||
#- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp }
|
||||
#- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown }
|
||||
#- { key: G, mode: Vi|~Search, action: ScrollToTop }
|
||||
#- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom }
|
||||
#- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp }
|
||||
#- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown }
|
||||
#- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp }
|
||||
#- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown }
|
||||
#- { key: Y, mode: Vi|~Search, action: Copy }
|
||||
#- { key: Y, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: Copy, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: V, mode: Vi|~Search, action: ToggleNormalSelection }
|
||||
#- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection }
|
||||
#- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection }
|
||||
#- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection }
|
||||
#- { key: Return, mode: Vi|~Search, action: Open }
|
||||
#- { key: K, mode: Vi|~Search, action: Up }
|
||||
#- { key: J, mode: Vi|~Search, action: Down }
|
||||
#- { key: H, mode: Vi|~Search, action: Left }
|
||||
#- { key: L, mode: Vi|~Search, action: Right }
|
||||
#- { key: Up, mode: Vi|~Search, action: Up }
|
||||
#- { key: Down, mode: Vi|~Search, action: Down }
|
||||
#- { key: Left, mode: Vi|~Search, action: Left }
|
||||
#- { key: Right, mode: Vi|~Search, action: Right }
|
||||
#- { key: Key0, mode: Vi|~Search, action: First }
|
||||
#- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last }
|
||||
#- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied }
|
||||
#- { key: H, mods: Shift, mode: Vi|~Search, action: High }
|
||||
#- { key: M, mods: Shift, mode: Vi|~Search, action: Middle }
|
||||
#- { key: L, mods: Shift, mode: Vi|~Search, action: Low }
|
||||
#- { key: B, mode: Vi|~Search, action: SemanticLeft }
|
||||
#- { key: W, mode: Vi|~Search, action: SemanticRight }
|
||||
#- { key: E, mode: Vi|~Search, action: SemanticRightEnd }
|
||||
#- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft }
|
||||
#- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight }
|
||||
#- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd }
|
||||
#- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket }
|
||||
#- { key: Slash, mode: Vi|~Search, action: SearchForward }
|
||||
#- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward }
|
||||
#- { key: N, mode: Vi|~Search, action: SearchNext }
|
||||
#- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious }
|
||||
|
||||
# Search Mode
|
||||
#- { key: Return, mode: Search|Vi, action: SearchConfirm }
|
||||
#- { key: Escape, mode: Search, action: SearchCancel }
|
||||
#- { key: C, mods: Control, mode: Search, action: SearchCancel }
|
||||
#- { key: U, mods: Control, mode: Search, action: SearchClear }
|
||||
#- { key: W, mods: Control, mode: Search, action: SearchDeleteWord }
|
||||
#- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious }
|
||||
#- { key: N, mods: Control, mode: Search, action: SearchHistoryNext }
|
||||
#- { key: Up, mode: Search, action: SearchHistoryPrevious }
|
||||
#- { key: Down, mode: Search, action: SearchHistoryNext }
|
||||
#- { key: Return, mode: Search|~Vi, action: SearchFocusNext }
|
||||
#- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious }
|
||||
|
||||
# (Windows, Linux, and BSD only)
|
||||
#- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste }
|
||||
#- { key: C, mods: Control|Shift, action: Copy }
|
||||
#- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward }
|
||||
#- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward }
|
||||
#- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: Insert, mods: Shift, action: PasteSelection }
|
||||
#- { key: Key0, mods: Control, action: ResetFontSize }
|
||||
#- { key: Equals, mods: Control, action: IncreaseFontSize }
|
||||
#- { key: Plus, mods: Control, action: IncreaseFontSize }
|
||||
#- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
|
||||
#- { key: Minus, mods: Control, action: DecreaseFontSize }
|
||||
#- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
|
||||
|
||||
# (Windows only)
|
||||
#- { key: Return, mods: Alt, action: ToggleFullscreen }
|
||||
|
||||
# (macOS only)
|
||||
#- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
|
||||
#- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory }
|
||||
#- { key: Key0, mods: Command, action: ResetFontSize }
|
||||
#- { key: Equals, mods: Command, action: IncreaseFontSize }
|
||||
#- { key: Plus, mods: Command, action: IncreaseFontSize }
|
||||
#- { key: NumpadAdd, mods: Command, action: IncreaseFontSize }
|
||||
#- { key: Minus, mods: Command, action: DecreaseFontSize }
|
||||
#- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize }
|
||||
#- { key: V, mods: Command, action: Paste }
|
||||
#- { key: C, mods: Command, action: Copy }
|
||||
#- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
|
||||
#- { key: H, mods: Command, action: Hide }
|
||||
#- { key: H, mods: Command|Alt, action: HideOtherApplications }
|
||||
#- { key: M, mods: Command, action: Minimize }
|
||||
#- { key: Q, mods: Command, action: Quit }
|
||||
#- { key: W, mods: Command, action: Quit }
|
||||
#- { key: N, mods: Command, action: SpawnNewInstance }
|
||||
#- { key: F, mods: Command|Control, action: ToggleFullscreen }
|
||||
#- { key: F, mods: Command, mode: ~Search, action: SearchForward }
|
||||
#- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
|
||||
|
||||
#debug:
|
||||
# Display the time it takes to redraw each frame.
|
||||
#render_timer: false
|
||||
|
||||
# Keep the log file after quitting Alacritty.
|
||||
#persistent_logging: false
|
||||
|
||||
# Log level
|
||||
#
|
||||
# Values for `log_level`:
|
||||
# - Off
|
||||
# - Error
|
||||
# - Warn
|
||||
# - Info
|
||||
# - Debug
|
||||
# - Trace
|
||||
#log_level: Warn
|
||||
|
||||
# Print all received window events.
|
||||
#print_events: false
|
31
alacritty/themes/3024.dark.toml
Normal file
31
alacritty/themes/3024.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "3024 (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5c5855"
|
||||
blue = "#01a0e4"
|
||||
cyan = "#b5e4f4"
|
||||
green = "#01a252"
|
||||
magenta = "#a16a94"
|
||||
red = "#db2d20"
|
||||
white = "#f7f7f7"
|
||||
yellow = "#fded02"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#a5a2a2"
|
||||
text = "#090300"
|
||||
|
||||
[colors.normal]
|
||||
black = "#090300"
|
||||
blue = "#01a0e4"
|
||||
cyan = "#b5e4f4"
|
||||
green = "#01a252"
|
||||
magenta = "#a16a94"
|
||||
red = "#db2d20"
|
||||
white = "#a5a2a2"
|
||||
yellow = "#fded02"
|
||||
|
||||
[colors.primary]
|
||||
background = "#090300"
|
||||
foreground = "#a5a2a2"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: 3024 (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#090300"
|
||||
foreground: "#a5a2a2"
|
||||
cursor:
|
||||
text: "#090300"
|
||||
cursor: "#a5a2a2"
|
||||
normal:
|
||||
black: "#090300"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#a5a2a2"
|
||||
bright:
|
||||
black: "#5c5855"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#f7f7f7"
|
31
alacritty/themes/3024.light.toml
Normal file
31
alacritty/themes/3024.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "3024 (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5c5855"
|
||||
blue = "#01a0e4"
|
||||
cyan = "#b5e4f4"
|
||||
green = "#01a252"
|
||||
magenta = "#a16a94"
|
||||
red = "#db2d20"
|
||||
white = "#f7f7f7"
|
||||
yellow = "#fded02"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#4a4543"
|
||||
text = "#f7f7f7"
|
||||
|
||||
[colors.normal]
|
||||
black = "#090300"
|
||||
blue = "#01a0e4"
|
||||
cyan = "#b5e4f4"
|
||||
green = "#01a252"
|
||||
magenta = "#a16a94"
|
||||
red = "#db2d20"
|
||||
white = "#a5a2a2"
|
||||
yellow = "#fded02"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f7f7f7"
|
||||
foreground = "#4a4543"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: 3024 (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f7f7f7"
|
||||
foreground: "#4a4543"
|
||||
cursor:
|
||||
text: "#f7f7f7"
|
||||
cursor: "#4a4543"
|
||||
normal:
|
||||
black: "#090300"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#a5a2a2"
|
||||
bright:
|
||||
black: "#5c5855"
|
||||
red: "#db2d20"
|
||||
green: "#01a252"
|
||||
yellow: "#fded02"
|
||||
blue: "#01a0e4"
|
||||
magenta: "#a16a94"
|
||||
cyan: "#b5e4f4"
|
||||
white: "#f7f7f7"
|
41
alacritty/themes/Afterglow.toml
Normal file
41
alacritty/themes/Afterglow.toml
Normal file
@ -0,0 +1,41 @@
|
||||
[colors.bright]
|
||||
black = "#636363"
|
||||
blue = "#7eaac7"
|
||||
cyan = "#86d3ce"
|
||||
green = "#909d63"
|
||||
magenta = "#aa6292"
|
||||
red = "#bc5653"
|
||||
white = "#f7f7f7"
|
||||
yellow = "#ebc17a"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#d9d9d9"
|
||||
text = "#2c2c2c"
|
||||
|
||||
[colors.dim]
|
||||
black = "#232323"
|
||||
blue = "#556b79"
|
||||
cyan = "#5c8482"
|
||||
green = "#5e6547"
|
||||
magenta = "#6e4962"
|
||||
red = "#74423f"
|
||||
white = "#828282"
|
||||
yellow = "#8b7653"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1c1c1c"
|
||||
blue = "#7eaac7"
|
||||
cyan = "#86d3ce"
|
||||
green = "#909d63"
|
||||
magenta = "#aa6292"
|
||||
red = "#bc5653"
|
||||
white = "#cacaca"
|
||||
yellow = "#ebc17a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#2c2c2c"
|
||||
bright_background = "#3a3a3a"
|
||||
bright_foreground = "#d9d9d9"
|
||||
dim_background = "#202020"
|
||||
dim_foreground = "#dbdbdb"
|
||||
foreground = "#d6d6d6"
|
@ -1,48 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#2c2c2c'
|
||||
foreground: '#d6d6d6'
|
||||
|
||||
dim_foreground: '#dbdbdb'
|
||||
bright_foreground: '#d9d9d9'
|
||||
dim_background: '#202020' # not sure
|
||||
bright_background: '#3a3a3a' # not sure
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#2c2c2c'
|
||||
cursor: '#d9d9d9'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1c1c1c'
|
||||
red: '#bc5653'
|
||||
green: '#909d63'
|
||||
yellow: '#ebc17a'
|
||||
blue: '#7eaac7'
|
||||
magenta: '#aa6292'
|
||||
cyan: '#86d3ce'
|
||||
white: '#cacaca'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#636363'
|
||||
red: '#bc5653'
|
||||
green: '#909d63'
|
||||
yellow: '#ebc17a'
|
||||
blue: '#7eaac7'
|
||||
magenta: '#aa6292'
|
||||
cyan: '#86d3ce'
|
||||
white: '#f7f7f7'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#232323'
|
||||
red: '#74423f'
|
||||
green: '#5e6547'
|
||||
yellow: '#8b7653'
|
||||
blue: '#556b79'
|
||||
magenta: '#6e4962'
|
||||
cyan: '#5c8482'
|
||||
white: '#828282'
|
31
alacritty/themes/Alabaster.toml
Normal file
31
alacritty/themes/Alabaster.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "tonsky"
|
||||
name = "Alabaster"
|
||||
|
||||
[colors.bright]
|
||||
black = "#777777"
|
||||
blue = "#007ACC"
|
||||
cyan = "#00AACB"
|
||||
green = "#60CB00"
|
||||
magenta = "#E64CE6"
|
||||
red = "#F05050"
|
||||
white = "#FFFFFF"
|
||||
yellow = "#FFBC5D"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#000000"
|
||||
text = "#448C27"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#325CC0"
|
||||
cyan = "#0083B2"
|
||||
green = "#448C27"
|
||||
magenta = "#7A3E9D"
|
||||
red = "#AA3731"
|
||||
white = "#BBBBBB"
|
||||
yellow = "#CB9000"
|
||||
|
||||
[colors.primary]
|
||||
background = "#F7F7F7"
|
||||
foreground = "#000000"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Alabaster
|
||||
author: tonsky
|
||||
primary:
|
||||
background: "#F7F7F7"
|
||||
foreground: "#000000"
|
||||
cursor:
|
||||
text: "#448C27"
|
||||
cursor: "#000000"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#AA3731"
|
||||
green: "#448C27"
|
||||
yellow: "#CB9000"
|
||||
blue: "#325CC0"
|
||||
magenta: "#7A3E9D"
|
||||
cyan: "#0083B2"
|
||||
white: "#BBBBBB"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#F05050"
|
||||
green: "#60CB00"
|
||||
yellow: "#FFBC5D"
|
||||
blue: "#007ACC"
|
||||
magenta: "#E64CE6"
|
||||
cyan: "#00AACB"
|
||||
white: "#FFFFFF"
|
27
alacritty/themes/Argonaut.toml
Normal file
27
alacritty/themes/Argonaut.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[colors.bright]
|
||||
black = "#6D7070"
|
||||
blue = "#1BA6FA"
|
||||
cyan = "#73FBF1"
|
||||
green = "#B8E466"
|
||||
magenta = "#A578EA"
|
||||
red = "#FF4352"
|
||||
white = "#FEFEF8"
|
||||
yellow = "#FFD750"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#FF261E"
|
||||
text = "#FF261E"
|
||||
|
||||
[colors.normal]
|
||||
black = "#0d0d0d"
|
||||
blue = "#1BA6FA"
|
||||
cyan = "#21DEEF"
|
||||
green = "#A0E521"
|
||||
magenta = "#8763B8"
|
||||
red = "#FF301B"
|
||||
white = "#EBEBEB"
|
||||
yellow = "#FFC620"
|
||||
|
||||
[colors.primary]
|
||||
background = "#292C3E"
|
||||
foreground = "#EBEBEB"
|
@ -1,32 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#292C3E'
|
||||
foreground: '#EBEBEB'
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#FF261E'
|
||||
cursor: '#FF261E'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#0d0d0d'
|
||||
red: '#FF301B'
|
||||
green: '#A0E521'
|
||||
yellow: '#FFC620'
|
||||
blue: '#1BA6FA'
|
||||
magenta: '#8763B8'
|
||||
cyan: '#21DEEF'
|
||||
white: '#EBEBEB'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#6D7070'
|
||||
red: '#FF4352'
|
||||
green: '#B8E466'
|
||||
yellow: '#FFD750'
|
||||
blue: '#1BA6FA'
|
||||
magenta: '#A578EA'
|
||||
cyan: '#73FBF1'
|
||||
white: '#FEFEF8'
|
31
alacritty/themes/Ashes.dark.toml
Normal file
31
alacritty/themes/Ashes.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Ashes (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#747c84"
|
||||
blue = "#ae95c7"
|
||||
cyan = "#95aec7"
|
||||
green = "#95c7ae"
|
||||
magenta = "#c795ae"
|
||||
red = "#c7ae95"
|
||||
white = "#f3f4f5"
|
||||
yellow = "#aec795"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#c7ccd1"
|
||||
text = "#1c2023"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1c2023"
|
||||
blue = "#ae95c7"
|
||||
cyan = "#95aec7"
|
||||
green = "#95c7ae"
|
||||
magenta = "#c795ae"
|
||||
red = "#c7ae95"
|
||||
white = "#c7ccd1"
|
||||
yellow = "#aec795"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1c2023"
|
||||
foreground = "#c7ccd1"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Ashes (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1c2023"
|
||||
foreground: "#c7ccd1"
|
||||
cursor:
|
||||
text: "#1c2023"
|
||||
cursor: "#c7ccd1"
|
||||
normal:
|
||||
black: "#1c2023"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#c7ccd1"
|
||||
bright:
|
||||
black: "#747c84"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#f3f4f5"
|
31
alacritty/themes/Ashes.light.toml
Normal file
31
alacritty/themes/Ashes.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Ashes (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#747c84"
|
||||
blue = "#ae95c7"
|
||||
cyan = "#95aec7"
|
||||
green = "#95c7ae"
|
||||
magenta = "#c795ae"
|
||||
red = "#c7ae95"
|
||||
white = "#f3f4f5"
|
||||
yellow = "#aec795"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#565e65"
|
||||
text = "#f3f4f5"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1c2023"
|
||||
blue = "#ae95c7"
|
||||
cyan = "#95aec7"
|
||||
green = "#95c7ae"
|
||||
magenta = "#c795ae"
|
||||
red = "#c7ae95"
|
||||
white = "#c7ccd1"
|
||||
yellow = "#aec795"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f3f4f5"
|
||||
foreground = "#565e65"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Ashes (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f3f4f5"
|
||||
foreground: "#565e65"
|
||||
cursor:
|
||||
text: "#f3f4f5"
|
||||
cursor: "#565e65"
|
||||
normal:
|
||||
black: "#1c2023"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#c7ccd1"
|
||||
bright:
|
||||
black: "#747c84"
|
||||
red: "#c7ae95"
|
||||
green: "#95c7ae"
|
||||
yellow: "#aec795"
|
||||
blue: "#ae95c7"
|
||||
magenta: "#c795ae"
|
||||
cyan: "#95aec7"
|
||||
white: "#f3f4f5"
|
31
alacritty/themes/Astromouse.toml
Normal file
31
alacritty/themes/Astromouse.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "astromouse"
|
||||
|
||||
[colors.bright]
|
||||
black = "#3d3a3a"
|
||||
blue = "#8fa7b9"
|
||||
cyan = "#6ec2a8"
|
||||
green = "#8fb676"
|
||||
magenta = "#bd89de"
|
||||
red = "#d28abf"
|
||||
white = "#dad3d3"
|
||||
yellow = "#c8bc45"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1c1c1c"
|
||||
blue = "#77b6c5"
|
||||
cyan = "#7fcab3"
|
||||
green = "#9acc79"
|
||||
magenta = "#a488d9"
|
||||
red = "#d770af"
|
||||
white = "#8d8d8d"
|
||||
yellow = "#d0d26b"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: astromouse
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#1c1c1c"
|
||||
red: "#d770af"
|
||||
green: "#9acc79"
|
||||
yellow: "#d0d26b"
|
||||
blue: "#77b6c5"
|
||||
magenta: "#a488d9"
|
||||
cyan: "#7fcab3"
|
||||
white: "#8d8d8d"
|
||||
bright:
|
||||
black: "#3d3a3a"
|
||||
red: "#d28abf"
|
||||
green: "#8fb676"
|
||||
yellow: "#c8bc45"
|
||||
blue: "#8fa7b9"
|
||||
magenta: "#bd89de"
|
||||
cyan: "#6ec2a8"
|
||||
white: "#dad3d3"
|
31
alacritty/themes/Atelierdune.dark.toml
Normal file
31
alacritty/themes/Atelierdune.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierdune (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#7d7a68"
|
||||
blue = "#6684e1"
|
||||
cyan = "#1fad83"
|
||||
green = "#60ac39"
|
||||
magenta = "#b854d4"
|
||||
red = "#d73737"
|
||||
white = "#fefbec"
|
||||
yellow = "#cfb017"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#a6a28c"
|
||||
text = "#20201d"
|
||||
|
||||
[colors.normal]
|
||||
black = "#20201d"
|
||||
blue = "#6684e1"
|
||||
cyan = "#1fad83"
|
||||
green = "#60ac39"
|
||||
magenta = "#b854d4"
|
||||
red = "#d73737"
|
||||
white = "#a6a28c"
|
||||
yellow = "#cfb017"
|
||||
|
||||
[colors.primary]
|
||||
background = "#20201d"
|
||||
foreground = "#a6a28c"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierdune (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#20201d"
|
||||
foreground: "#a6a28c"
|
||||
cursor:
|
||||
text: "#20201d"
|
||||
cursor: "#a6a28c"
|
||||
normal:
|
||||
black: "#20201d"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#a6a28c"
|
||||
bright:
|
||||
black: "#7d7a68"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#fefbec"
|
31
alacritty/themes/Atelierdune.light.toml
Normal file
31
alacritty/themes/Atelierdune.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierdune (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#7d7a68"
|
||||
blue = "#6684e1"
|
||||
cyan = "#1fad83"
|
||||
green = "#60ac39"
|
||||
magenta = "#b854d4"
|
||||
red = "#d73737"
|
||||
white = "#fefbec"
|
||||
yellow = "#cfb017"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#6e6b5e"
|
||||
text = "#fefbec"
|
||||
|
||||
[colors.normal]
|
||||
black = "#20201d"
|
||||
blue = "#6684e1"
|
||||
cyan = "#1fad83"
|
||||
green = "#60ac39"
|
||||
magenta = "#b854d4"
|
||||
red = "#d73737"
|
||||
white = "#a6a28c"
|
||||
yellow = "#cfb017"
|
||||
|
||||
[colors.primary]
|
||||
background = "#fefbec"
|
||||
foreground = "#6e6b5e"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierdune (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#fefbec"
|
||||
foreground: "#6e6b5e"
|
||||
cursor:
|
||||
text: "#fefbec"
|
||||
cursor: "#6e6b5e"
|
||||
normal:
|
||||
black: "#20201d"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#a6a28c"
|
||||
bright:
|
||||
black: "#7d7a68"
|
||||
red: "#d73737"
|
||||
green: "#60ac39"
|
||||
yellow: "#cfb017"
|
||||
blue: "#6684e1"
|
||||
magenta: "#b854d4"
|
||||
cyan: "#1fad83"
|
||||
white: "#fefbec"
|
31
alacritty/themes/Atelierforest.dark.toml
Normal file
31
alacritty/themes/Atelierforest.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierforest (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#766e6b"
|
||||
blue = "#407ee7"
|
||||
cyan = "#00ad9c"
|
||||
green = "#5ab738"
|
||||
magenta = "#6666ea"
|
||||
red = "#f22c40"
|
||||
white = "#f1efee"
|
||||
yellow = "#d5911a"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#a8a19f"
|
||||
text = "#1b1918"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1b1918"
|
||||
blue = "#407ee7"
|
||||
cyan = "#00ad9c"
|
||||
green = "#5ab738"
|
||||
magenta = "#6666ea"
|
||||
red = "#f22c40"
|
||||
white = "#a8a19f"
|
||||
yellow = "#d5911a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1b1918"
|
||||
foreground = "#a8a19f"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierforest (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1b1918"
|
||||
foreground: "#a8a19f"
|
||||
cursor:
|
||||
text: "#1b1918"
|
||||
cursor: "#a8a19f"
|
||||
normal:
|
||||
black: "#1b1918"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#a8a19f"
|
||||
bright:
|
||||
black: "#766e6b"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#f1efee"
|
31
alacritty/themes/Atelierforest.light.toml
Normal file
31
alacritty/themes/Atelierforest.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierforest (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#766e6b"
|
||||
blue = "#407ee7"
|
||||
cyan = "#00ad9c"
|
||||
green = "#5ab738"
|
||||
magenta = "#6666ea"
|
||||
red = "#f22c40"
|
||||
white = "#f1efee"
|
||||
yellow = "#d5911a"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#68615e"
|
||||
text = "#f1efee"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1b1918"
|
||||
blue = "#407ee7"
|
||||
cyan = "#00ad9c"
|
||||
green = "#5ab738"
|
||||
magenta = "#6666ea"
|
||||
red = "#f22c40"
|
||||
white = "#a8a19f"
|
||||
yellow = "#d5911a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f1efee"
|
||||
foreground = "#68615e"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierforest (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f1efee"
|
||||
foreground: "#68615e"
|
||||
cursor:
|
||||
text: "#f1efee"
|
||||
cursor: "#68615e"
|
||||
normal:
|
||||
black: "#1b1918"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#a8a19f"
|
||||
bright:
|
||||
black: "#766e6b"
|
||||
red: "#f22c40"
|
||||
green: "#5ab738"
|
||||
yellow: "#d5911a"
|
||||
blue: "#407ee7"
|
||||
magenta: "#6666ea"
|
||||
cyan: "#00ad9c"
|
||||
white: "#f1efee"
|
31
alacritty/themes/Atelierheath.dark.toml
Normal file
31
alacritty/themes/Atelierheath.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierheath (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#776977"
|
||||
blue = "#516aec"
|
||||
cyan = "#159393"
|
||||
green = "#379a37"
|
||||
magenta = "#7b59c0"
|
||||
red = "#ca402b"
|
||||
white = "#f7f3f7"
|
||||
yellow = "#bb8a35"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ab9bab"
|
||||
text = "#1b181b"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1b181b"
|
||||
blue = "#516aec"
|
||||
cyan = "#159393"
|
||||
green = "#379a37"
|
||||
magenta = "#7b59c0"
|
||||
red = "#ca402b"
|
||||
white = "#ab9bab"
|
||||
yellow = "#bb8a35"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1b181b"
|
||||
foreground = "#ab9bab"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierheath (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#1b181b"
|
||||
foreground: "#ab9bab"
|
||||
cursor:
|
||||
text: "#1b181b"
|
||||
cursor: "#ab9bab"
|
||||
normal:
|
||||
black: "#1b181b"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#ab9bab"
|
||||
bright:
|
||||
black: "#776977"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#f7f3f7"
|
31
alacritty/themes/Atelierheath.light.toml
Normal file
31
alacritty/themes/Atelierheath.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierheath (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#776977"
|
||||
blue = "#516aec"
|
||||
cyan = "#159393"
|
||||
green = "#379a37"
|
||||
magenta = "#7b59c0"
|
||||
red = "#ca402b"
|
||||
white = "#f7f3f7"
|
||||
yellow = "#bb8a35"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#695d69"
|
||||
text = "#f7f3f7"
|
||||
|
||||
[colors.normal]
|
||||
black = "#1b181b"
|
||||
blue = "#516aec"
|
||||
cyan = "#159393"
|
||||
green = "#379a37"
|
||||
magenta = "#7b59c0"
|
||||
red = "#ca402b"
|
||||
white = "#ab9bab"
|
||||
yellow = "#bb8a35"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f7f3f7"
|
||||
foreground = "#695d69"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierheath (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f7f3f7"
|
||||
foreground: "#695d69"
|
||||
cursor:
|
||||
text: "#f7f3f7"
|
||||
cursor: "#695d69"
|
||||
normal:
|
||||
black: "#1b181b"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#ab9bab"
|
||||
bright:
|
||||
black: "#776977"
|
||||
red: "#ca402b"
|
||||
green: "#379a37"
|
||||
yellow: "#bb8a35"
|
||||
blue: "#516aec"
|
||||
magenta: "#7b59c0"
|
||||
cyan: "#159393"
|
||||
white: "#f7f3f7"
|
31
alacritty/themes/Atelierlakeside.dark.toml
Normal file
31
alacritty/themes/Atelierlakeside.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierlakeside (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5a7b8c"
|
||||
blue = "#257fad"
|
||||
cyan = "#2d8f6f"
|
||||
green = "#568c3b"
|
||||
magenta = "#5d5db1"
|
||||
red = "#d22d72"
|
||||
white = "#ebf8ff"
|
||||
yellow = "#8a8a0f"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#7ea2b4"
|
||||
text = "#161b1d"
|
||||
|
||||
[colors.normal]
|
||||
black = "#161b1d"
|
||||
blue = "#257fad"
|
||||
cyan = "#2d8f6f"
|
||||
green = "#568c3b"
|
||||
magenta = "#5d5db1"
|
||||
red = "#d22d72"
|
||||
white = "#7ea2b4"
|
||||
yellow = "#8a8a0f"
|
||||
|
||||
[colors.primary]
|
||||
background = "#161b1d"
|
||||
foreground = "#7ea2b4"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierlakeside (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#161b1d"
|
||||
foreground: "#7ea2b4"
|
||||
cursor:
|
||||
text: "#161b1d"
|
||||
cursor: "#7ea2b4"
|
||||
normal:
|
||||
black: "#161b1d"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#7ea2b4"
|
||||
bright:
|
||||
black: "#5a7b8c"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#ebf8ff"
|
31
alacritty/themes/Atelierlakeside.light.toml
Normal file
31
alacritty/themes/Atelierlakeside.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierlakeside (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5a7b8c"
|
||||
blue = "#257fad"
|
||||
cyan = "#2d8f6f"
|
||||
green = "#568c3b"
|
||||
magenta = "#5d5db1"
|
||||
red = "#d22d72"
|
||||
white = "#ebf8ff"
|
||||
yellow = "#8a8a0f"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#516d7b"
|
||||
text = "#ebf8ff"
|
||||
|
||||
[colors.normal]
|
||||
black = "#161b1d"
|
||||
blue = "#257fad"
|
||||
cyan = "#2d8f6f"
|
||||
green = "#568c3b"
|
||||
magenta = "#5d5db1"
|
||||
red = "#d22d72"
|
||||
white = "#7ea2b4"
|
||||
yellow = "#8a8a0f"
|
||||
|
||||
[colors.primary]
|
||||
background = "#ebf8ff"
|
||||
foreground = "#516d7b"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierlakeside (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#ebf8ff"
|
||||
foreground: "#516d7b"
|
||||
cursor:
|
||||
text: "#ebf8ff"
|
||||
cursor: "#516d7b"
|
||||
normal:
|
||||
black: "#161b1d"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#7ea2b4"
|
||||
bright:
|
||||
black: "#5a7b8c"
|
||||
red: "#d22d72"
|
||||
green: "#568c3b"
|
||||
yellow: "#8a8a0f"
|
||||
blue: "#257fad"
|
||||
magenta: "#5d5db1"
|
||||
cyan: "#2d8f6f"
|
||||
white: "#ebf8ff"
|
31
alacritty/themes/Atelierseaside.dark.toml
Normal file
31
alacritty/themes/Atelierseaside.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierseaside (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#687d68"
|
||||
blue = "#3d62f5"
|
||||
cyan = "#1999b3"
|
||||
green = "#29a329"
|
||||
magenta = "#ad2bee"
|
||||
red = "#e6193c"
|
||||
white = "#f0fff0"
|
||||
yellow = "#c3c322"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8ca68c"
|
||||
text = "#131513"
|
||||
|
||||
[colors.normal]
|
||||
black = "#131513"
|
||||
blue = "#3d62f5"
|
||||
cyan = "#1999b3"
|
||||
green = "#29a329"
|
||||
magenta = "#ad2bee"
|
||||
red = "#e6193c"
|
||||
white = "#8ca68c"
|
||||
yellow = "#c3c322"
|
||||
|
||||
[colors.primary]
|
||||
background = "#131513"
|
||||
foreground = "#8ca68c"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierseaside (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#131513"
|
||||
foreground: "#8ca68c"
|
||||
cursor:
|
||||
text: "#131513"
|
||||
cursor: "#8ca68c"
|
||||
normal:
|
||||
black: "#131513"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#8ca68c"
|
||||
bright:
|
||||
black: "#687d68"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#f0fff0"
|
31
alacritty/themes/Atelierseaside.light.toml
Normal file
31
alacritty/themes/Atelierseaside.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Atelierseaside (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#687d68"
|
||||
blue = "#3d62f5"
|
||||
cyan = "#1999b3"
|
||||
green = "#29a329"
|
||||
magenta = "#ad2bee"
|
||||
red = "#e6193c"
|
||||
white = "#f0fff0"
|
||||
yellow = "#c3c322"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#5e6e5e"
|
||||
text = "#f0fff0"
|
||||
|
||||
[colors.normal]
|
||||
black = "#131513"
|
||||
blue = "#3d62f5"
|
||||
cyan = "#1999b3"
|
||||
green = "#29a329"
|
||||
magenta = "#ad2bee"
|
||||
red = "#e6193c"
|
||||
white = "#8ca68c"
|
||||
yellow = "#c3c322"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f0fff0"
|
||||
foreground = "#5e6e5e"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Atelierseaside (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f0fff0"
|
||||
foreground: "#5e6e5e"
|
||||
cursor:
|
||||
text: "#f0fff0"
|
||||
cursor: "#5e6e5e"
|
||||
normal:
|
||||
black: "#131513"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#8ca68c"
|
||||
bright:
|
||||
black: "#687d68"
|
||||
red: "#e6193c"
|
||||
green: "#29a329"
|
||||
yellow: "#c3c322"
|
||||
blue: "#3d62f5"
|
||||
magenta: "#ad2bee"
|
||||
cyan: "#1999b3"
|
||||
white: "#f0fff0"
|
23
alacritty/themes/Ayu-Dark.toml
Normal file
23
alacritty/themes/Ayu-Dark.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "#686868"
|
||||
blue = "#59C2FF"
|
||||
cyan = "#95E6CB"
|
||||
green = "#C2D94C"
|
||||
magenta = "#FFEE99"
|
||||
red = "#F07178"
|
||||
white = "#FFFFFF"
|
||||
yellow = "#FFB454"
|
||||
|
||||
[colors.normal]
|
||||
black = "#01060E"
|
||||
blue = "#53BDFA"
|
||||
cyan = "#90E1C6"
|
||||
green = "#91B362"
|
||||
magenta = "#FAE994"
|
||||
red = "#EA6C73"
|
||||
white = "#C7C7C7"
|
||||
yellow = "#F9AF4F"
|
||||
|
||||
[colors.primary]
|
||||
background = "#0A0E14"
|
||||
foreground = "#B3B1AD"
|
@ -1,28 +0,0 @@
|
||||
# Colors (Ayu Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#0A0E14'
|
||||
foreground: '#B3B1AD'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#01060E'
|
||||
red: '#EA6C73'
|
||||
green: '#91B362'
|
||||
yellow: '#F9AF4F'
|
||||
blue: '#53BDFA'
|
||||
magenta: '#FAE994'
|
||||
cyan: '#90E1C6'
|
||||
white: '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#686868'
|
||||
red: '#F07178'
|
||||
green: '#C2D94C'
|
||||
yellow: '#FFB454'
|
||||
blue: '#59C2FF'
|
||||
magenta: '#FFEE99'
|
||||
cyan: '#95E6CB'
|
||||
white: '#FFFFFF'
|
23
alacritty/themes/Ayu-Mirage.toml
Normal file
23
alacritty/themes/Ayu-Mirage.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "#686868"
|
||||
blue = "#5CCFE6"
|
||||
cyan = "#95E6CB"
|
||||
green = "#A6CC70"
|
||||
magenta = "#FFEE99"
|
||||
red = "#F27983"
|
||||
white = "#FFFFFF"
|
||||
yellow = "#FFCC66"
|
||||
|
||||
[colors.normal]
|
||||
black = "#191E2A"
|
||||
blue = "#73D0FF"
|
||||
cyan = "#95E6CB"
|
||||
green = "#BAE67E"
|
||||
magenta = "#FFD580"
|
||||
red = "#FF3333"
|
||||
white = "#C7C7C7"
|
||||
yellow = "#FFA759"
|
||||
|
||||
[colors.primary]
|
||||
background = "#202734"
|
||||
foreground = "#CBCCC6"
|
@ -1,28 +0,0 @@
|
||||
# Colors (Ayu Mirage)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#202734'
|
||||
foreground: '#CBCCC6'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#191E2A'
|
||||
red: '#FF3333'
|
||||
green: '#BAE67E'
|
||||
yellow: '#FFA759'
|
||||
blue: '#73D0FF'
|
||||
magenta: '#FFD580'
|
||||
cyan: '#95E6CB'
|
||||
white: '#C7C7C7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#686868'
|
||||
red: '#F27983'
|
||||
green: '#A6CC70'
|
||||
yellow: '#FFCC66'
|
||||
blue: '#5CCFE6'
|
||||
magenta: '#FFEE99'
|
||||
cyan: '#95E6CB'
|
||||
white: '#FFFFFF'
|
27
alacritty/themes/Base16-Default-Dark.toml
Normal file
27
alacritty/themes/Base16-Default-Dark.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[colors.bright]
|
||||
black = "#585858"
|
||||
blue = "#7cafc2"
|
||||
cyan = "#86c1b9"
|
||||
green = "#a1b56c"
|
||||
magenta = "#ba8baf"
|
||||
red = "#ab4642"
|
||||
white = "#f8f8f8"
|
||||
yellow = "#f7ca88"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#d8d8d8"
|
||||
text = "#d8d8d8"
|
||||
|
||||
[colors.normal]
|
||||
black = "#181818"
|
||||
blue = "#7cafc2"
|
||||
cyan = "#86c1b9"
|
||||
green = "#a1b56c"
|
||||
magenta = "#ba8baf"
|
||||
red = "#ab4642"
|
||||
white = "#d8d8d8"
|
||||
yellow = "#f7ca88"
|
||||
|
||||
[colors.primary]
|
||||
background = "#181818"
|
||||
foreground = "#d8d8d8"
|
@ -1,33 +0,0 @@
|
||||
# Colors (Base16 Default Dark)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#181818'
|
||||
foreground: '#d8d8d8'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '#d8d8d8'
|
||||
cursor: '#d8d8d8'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#181818'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#d8d8d8'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#585858'
|
||||
red: '#ab4642'
|
||||
green: '#a1b56c'
|
||||
yellow: '#f7ca88'
|
||||
blue: '#7cafc2'
|
||||
magenta: '#ba8baf'
|
||||
cyan: '#86c1b9'
|
||||
white: '#f8f8f8'
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Count Von Count
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#c10023"
|
||||
green: "#a83334"
|
||||
yellow: "#b51d2c"
|
||||
blue: "#8c4b46"
|
||||
magenta: "#7d534f"
|
||||
cyan: "#9a413d"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ff8781"
|
||||
green: "#ffa095"
|
||||
yellow: "#ff948b"
|
||||
blue: "#feb2aa"
|
||||
magenta: "#ebbbb5"
|
||||
cyan: "#ffaaa0"
|
||||
white: "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Eldorado dark
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#292929"
|
||||
foreground: "#a2a2a2"
|
||||
cursor:
|
||||
text: "#292929"
|
||||
cursor: "#a2a2a2"
|
||||
normal:
|
||||
black: "#4e4e4e"
|
||||
red: "#a9635d"
|
||||
green: "#468459"
|
||||
yellow: "#84763d"
|
||||
blue: "#5879af"
|
||||
magenta: "#9c6594"
|
||||
cyan: "#008592"
|
||||
white: "#cfcfcf"
|
||||
bright:
|
||||
black: "#777777"
|
||||
red: "#ffbbb2"
|
||||
green: "#9ddeaf"
|
||||
yellow: "#e0ce91"
|
||||
blue: "#b3d1ff"
|
||||
magenta: "#fabdf0"
|
||||
cyan: "#79e0ed"
|
||||
white: "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: FarSide
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#a43261"
|
||||
green: "#006ca5"
|
||||
yellow: "#007086"
|
||||
blue: "#6751a6"
|
||||
magenta: "#913e88"
|
||||
cyan: "#0061b1"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ff9fc9"
|
||||
green: "#3bd6ff"
|
||||
yellow: "#00ddf4"
|
||||
blue: "#d5b8ff"
|
||||
magenta: "#ffa7f6"
|
||||
cyan: "#93c9ff"
|
||||
white: "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Ivory Dark
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#2d2c28"
|
||||
foreground: "#a4a6ab"
|
||||
cursor:
|
||||
text: "#2d2c28"
|
||||
cursor: "#a4a6ab"
|
||||
normal:
|
||||
black: "#5b5955"
|
||||
red: "#c4756e"
|
||||
green: "#559a6a"
|
||||
yellow: "#9b8a4b"
|
||||
blue: "#6a8dca"
|
||||
magenta: "#b577ac"
|
||||
cyan: "#019baa"
|
||||
white: "#dbdde2"
|
||||
bright:
|
||||
black: "#707277"
|
||||
red: "#f6a299"
|
||||
green: "#82c896"
|
||||
yellow: "#cab775"
|
||||
blue: "#98bbfb"
|
||||
magenta: "#e5a4db"
|
||||
cyan: "#53cad9"
|
||||
white: "#f7f9ff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Lost Woods
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#919191"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#919191"
|
||||
normal:
|
||||
black: "#303030"
|
||||
red: "#a13a38"
|
||||
green: "#00715d"
|
||||
yellow: "#006f32"
|
||||
blue: "#a43261"
|
||||
magenta: "#913e88"
|
||||
cyan: "#007086"
|
||||
white: "#c6c6c6"
|
||||
bright:
|
||||
black: "#5e5e5e"
|
||||
red: "#ffa59a"
|
||||
green: "#24dfc4"
|
||||
yellow: "#73db95"
|
||||
blue: "#ff9fc9"
|
||||
magenta: "#ffa7f6"
|
||||
cyan: "#00ddf4"
|
||||
white: "#ffffff"
|
31
alacritty/themes/Baskerville-ivorylight.toml
Normal file
31
alacritty/themes/Baskerville-ivorylight.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Baskerville"
|
||||
name = "Ivory Light"
|
||||
|
||||
[colors.bright]
|
||||
black = "#a1a6b2"
|
||||
blue = "#0065ca"
|
||||
cyan = "#007693"
|
||||
green = "#007427"
|
||||
magenta = "#a03196"
|
||||
red = "#b22b31"
|
||||
white = "#282c36"
|
||||
yellow = "#715f00"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#6d727e"
|
||||
text = "#fef9ec"
|
||||
|
||||
[colors.normal]
|
||||
black = "#c5c1b4"
|
||||
blue = "#208ffb"
|
||||
cyan = "#00a4c1"
|
||||
green = "#00a250"
|
||||
magenta = "#d160c4"
|
||||
red = "#e75c58"
|
||||
white = "#3e424d"
|
||||
yellow = "#a08a00"
|
||||
|
||||
[colors.primary]
|
||||
background = "#fef9ec"
|
||||
foreground = "#6d727e"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Ivory Light
|
||||
author: Baskerville
|
||||
primary:
|
||||
background: "#fef9ec"
|
||||
foreground: "#6d727e"
|
||||
cursor:
|
||||
text: "#fef9ec"
|
||||
cursor: "#6d727e"
|
||||
normal:
|
||||
black: "#c5c1b4"
|
||||
red: "#e75c58"
|
||||
green: "#00a250"
|
||||
yellow: "#a08a00"
|
||||
blue: "#208ffb"
|
||||
magenta: "#d160c4"
|
||||
cyan: "#00a4c1"
|
||||
white: "#3e424d"
|
||||
bright:
|
||||
black: "#a1a6b2"
|
||||
red: "#b22b31"
|
||||
green: "#007427"
|
||||
yellow: "#715f00"
|
||||
blue: "#0065ca"
|
||||
magenta: "#a03196"
|
||||
cyan: "#007693"
|
||||
white: "#282c36"
|
31
alacritty/themes/Belge.toml
Normal file
31
alacritty/themes/Belge.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "Belge"
|
||||
|
||||
[colors.bright]
|
||||
black = "#454545"
|
||||
blue = "#87ceeb"
|
||||
cyan = "#87ceeb"
|
||||
green = "#b6e354"
|
||||
magenta = "#996600"
|
||||
red = "#fc7ca5"
|
||||
white = "#fdfdfd"
|
||||
yellow = "#fd971f"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#252525"
|
||||
blue = "#6495ed"
|
||||
cyan = "#b0c4de"
|
||||
green = "#a6e22e"
|
||||
magenta = "#deb887"
|
||||
red = "#ef6769"
|
||||
white = "#dbdcdc"
|
||||
yellow = "#fd971f"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Belge
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#252525"
|
||||
red: "#ef6769"
|
||||
green: "#a6e22e"
|
||||
yellow: "#fd971f"
|
||||
blue: "#6495ed"
|
||||
magenta: "#deb887"
|
||||
cyan: "#b0c4de"
|
||||
white: "#dbdcdc"
|
||||
bright:
|
||||
black: "#454545"
|
||||
red: "#fc7ca5"
|
||||
green: "#b6e354"
|
||||
yellow: "#fd971f"
|
||||
blue: "#87ceeb"
|
||||
magenta: "#996600"
|
||||
cyan: "#87ceeb"
|
||||
white: "#fdfdfd"
|
31
alacritty/themes/Bespin.dark.toml
Normal file
31
alacritty/themes/Bespin.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Bespin (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
blue = "#5ea6ea"
|
||||
cyan = "#afc4db"
|
||||
green = "#54be0d"
|
||||
magenta = "#9b859d"
|
||||
red = "#cf6a4c"
|
||||
white = "#baae9e"
|
||||
yellow = "#f9ee98"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#8a8986"
|
||||
text = "#28211c"
|
||||
|
||||
[colors.normal]
|
||||
black = "#28211c"
|
||||
blue = "#5ea6ea"
|
||||
cyan = "#afc4db"
|
||||
green = "#54be0d"
|
||||
magenta = "#9b859d"
|
||||
red = "#cf6a4c"
|
||||
white = "#8a8986"
|
||||
yellow = "#f9ee98"
|
||||
|
||||
[colors.primary]
|
||||
background = "#28211c"
|
||||
foreground = "#8a8986"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Bespin (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#28211c"
|
||||
foreground: "#8a8986"
|
||||
cursor:
|
||||
text: "#28211c"
|
||||
cursor: "#8a8986"
|
||||
normal:
|
||||
black: "#28211c"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#8a8986"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#baae9e"
|
31
alacritty/themes/Bespin.light.toml
Normal file
31
alacritty/themes/Bespin.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Bespin (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
blue = "#5ea6ea"
|
||||
cyan = "#afc4db"
|
||||
green = "#54be0d"
|
||||
magenta = "#9b859d"
|
||||
red = "#cf6a4c"
|
||||
white = "#baae9e"
|
||||
yellow = "#f9ee98"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#5e5d5c"
|
||||
text = "#baae9e"
|
||||
|
||||
[colors.normal]
|
||||
black = "#28211c"
|
||||
blue = "#5ea6ea"
|
||||
cyan = "#afc4db"
|
||||
green = "#54be0d"
|
||||
magenta = "#9b859d"
|
||||
red = "#cf6a4c"
|
||||
white = "#8a8986"
|
||||
yellow = "#f9ee98"
|
||||
|
||||
[colors.primary]
|
||||
background = "#baae9e"
|
||||
foreground = "#5e5d5c"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Bespin (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#baae9e"
|
||||
foreground: "#5e5d5c"
|
||||
cursor:
|
||||
text: "#baae9e"
|
||||
cursor: "#5e5d5c"
|
||||
normal:
|
||||
black: "#28211c"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#8a8986"
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#cf6a4c"
|
||||
green: "#54be0d"
|
||||
yellow: "#f9ee98"
|
||||
blue: "#5ea6ea"
|
||||
magenta: "#9b859d"
|
||||
cyan: "#afc4db"
|
||||
white: "#baae9e"
|
31
alacritty/themes/Bitmute.toml
Normal file
31
alacritty/themes/Bitmute.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "Bitmute"
|
||||
|
||||
[colors.bright]
|
||||
black = "#494949"
|
||||
blue = "#73718f"
|
||||
cyan = "#758c93"
|
||||
green = "#839d84"
|
||||
magenta = "#987397"
|
||||
red = "#b87e7e"
|
||||
white = "#aeaeae"
|
||||
yellow = "#919864"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#282828"
|
||||
blue = "#68668f"
|
||||
cyan = "#688891"
|
||||
green = "#719d72"
|
||||
magenta = "#966894"
|
||||
red = "#b76969"
|
||||
white = "#8e8e8e"
|
||||
yellow = "#909858"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Bitmute
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#282828"
|
||||
red: "#b76969"
|
||||
green: "#719d72"
|
||||
yellow: "#909858"
|
||||
blue: "#68668f"
|
||||
magenta: "#966894"
|
||||
cyan: "#688891"
|
||||
white: "#8e8e8e"
|
||||
bright:
|
||||
black: "#494949"
|
||||
red: "#b87e7e"
|
||||
green: "#839d84"
|
||||
yellow: "#919864"
|
||||
blue: "#73718f"
|
||||
magenta: "#987397"
|
||||
cyan: "#758c93"
|
||||
white: "#aeaeae"
|
31
alacritty/themes/Bleh-1.toml
Normal file
31
alacritty/themes/Bleh-1.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "Bleh-1"
|
||||
|
||||
[colors.bright]
|
||||
black = "#8c847f"
|
||||
blue = "#4c83bf"
|
||||
cyan = "#4dbda8"
|
||||
green = "#95b548"
|
||||
magenta = "#a04bbd"
|
||||
red = "#bd4b76"
|
||||
white = "#848484"
|
||||
yellow = "#bd814b"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#666666"
|
||||
blue = "#657a99"
|
||||
cyan = "#65998d"
|
||||
green = "#889965"
|
||||
magenta = "#8b6599"
|
||||
red = "#996578"
|
||||
white = "#a5a5a4"
|
||||
yellow = "#998565"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Bleh-1
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#666666"
|
||||
red: "#996578"
|
||||
green: "#889965"
|
||||
yellow: "#998565"
|
||||
blue: "#657a99"
|
||||
magenta: "#8b6599"
|
||||
cyan: "#65998d"
|
||||
white: "#a5a5a4"
|
||||
bright:
|
||||
black: "#8c847f"
|
||||
red: "#bd4b76"
|
||||
green: "#95b548"
|
||||
yellow: "#bd814b"
|
||||
blue: "#4c83bf"
|
||||
magenta: "#a04bbd"
|
||||
cyan: "#4dbda8"
|
||||
white: "#848484"
|
23
alacritty/themes/Blood-Moon.toml
Normal file
23
alacritty/themes/Blood-Moon.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "#696969"
|
||||
blue = "#007FFF"
|
||||
cyan = "#00CCCC"
|
||||
green = "#03C03C"
|
||||
magenta = "#FF1493"
|
||||
red = "#FF2400"
|
||||
white = "#FFFAFA"
|
||||
yellow = "#FDFF00"
|
||||
|
||||
[colors.normal]
|
||||
black = "#10100E"
|
||||
blue = "#0087BD"
|
||||
cyan = "#20B2AA"
|
||||
green = "#009F6B"
|
||||
magenta = "#9A4EAE"
|
||||
red = "#C40233"
|
||||
white = "#C6C6C4"
|
||||
yellow = "#FFD700"
|
||||
|
||||
[colors.primary]
|
||||
background = "#10100E"
|
||||
foreground = "#C6C6C4"
|
@ -1,28 +0,0 @@
|
||||
# Colors (Blood Moon)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#10100E'
|
||||
foreground: '#C6C6C4'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#10100E'
|
||||
red: '#C40233'
|
||||
green: '#009F6B'
|
||||
yellow: '#FFD700'
|
||||
blue: '#0087BD'
|
||||
magenta: '#9A4EAE'
|
||||
cyan: '#20B2AA'
|
||||
white: '#C6C6C4'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#696969'
|
||||
red: '#FF2400'
|
||||
green: '#03C03C'
|
||||
yellow: '#FDFF00'
|
||||
blue: '#007FFF'
|
||||
magenta: '#FF1493'
|
||||
cyan: '#00CCCC'
|
||||
white: '#FFFAFA'
|
37
alacritty/themes/Breeze.toml
Normal file
37
alacritty/themes/Breeze.toml
Normal file
@ -0,0 +1,37 @@
|
||||
[colors.bright]
|
||||
black = "#7f8c8d"
|
||||
blue = "#3daee9"
|
||||
cyan = "#16a085"
|
||||
green = "#1cdc9a"
|
||||
magenta = "#8e44ad"
|
||||
red = "#c0392b"
|
||||
white = "#ffffff"
|
||||
yellow = "#fdbc4b"
|
||||
|
||||
[colors.dim]
|
||||
black = "#31363b"
|
||||
blue = "#1b668f"
|
||||
cyan = "#186c60"
|
||||
green = "#17a262"
|
||||
magenta = "#614a73"
|
||||
red = "#783228"
|
||||
white = "#63686d"
|
||||
yellow = "#b65619"
|
||||
|
||||
[colors.normal]
|
||||
black = "#232627"
|
||||
blue = "#1d99f3"
|
||||
cyan = "#1abc9c"
|
||||
green = "#11d116"
|
||||
magenta = "#9b59b6"
|
||||
red = "#ed1515"
|
||||
white = "#fcfcfc"
|
||||
yellow = "#f67400"
|
||||
|
||||
[colors.primary]
|
||||
background = "#232627"
|
||||
bright_background = "#000000"
|
||||
bright_foreground = "#ffffff"
|
||||
dim_background = "#31363b"
|
||||
dim_foreground = "#eff0f1"
|
||||
foreground = "#fcfcfc"
|
@ -1,44 +0,0 @@
|
||||
# KDE Breeze (Ported from Konsole)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#232627'
|
||||
foreground: '#fcfcfc'
|
||||
|
||||
dim_foreground: '#eff0f1'
|
||||
bright_foreground: '#ffffff'
|
||||
dim_background: '#31363b'
|
||||
bright_background: '#000000'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#232627'
|
||||
red: '#ed1515'
|
||||
green: '#11d116'
|
||||
yellow: '#f67400'
|
||||
blue: '#1d99f3'
|
||||
magenta: '#9b59b6'
|
||||
cyan: '#1abc9c'
|
||||
white: '#fcfcfc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#7f8c8d'
|
||||
red: '#c0392b'
|
||||
green: '#1cdc9a'
|
||||
yellow: '#fdbc4b'
|
||||
blue: '#3daee9'
|
||||
magenta: '#8e44ad'
|
||||
cyan: '#16a085'
|
||||
white: '#ffffff'
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#31363b'
|
||||
red: '#783228'
|
||||
green: '#17a262'
|
||||
yellow: '#b65619'
|
||||
blue: '#1b668f'
|
||||
magenta: '#614a73'
|
||||
cyan: '#186c60'
|
||||
white: '#63686d'
|
31
alacritty/themes/Brewer.dark.toml
Normal file
31
alacritty/themes/Brewer.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Brewer (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#737475"
|
||||
blue = "#3182bd"
|
||||
cyan = "#80b1d3"
|
||||
green = "#31a354"
|
||||
magenta = "#756bb1"
|
||||
red = "#e31a1c"
|
||||
white = "#fcfdfe"
|
||||
yellow = "#dca060"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#b7b8b9"
|
||||
text = "#0c0d0e"
|
||||
|
||||
[colors.normal]
|
||||
black = "#0c0d0e"
|
||||
blue = "#3182bd"
|
||||
cyan = "#80b1d3"
|
||||
green = "#31a354"
|
||||
magenta = "#756bb1"
|
||||
red = "#e31a1c"
|
||||
white = "#b7b8b9"
|
||||
yellow = "#dca060"
|
||||
|
||||
[colors.primary]
|
||||
background = "#0c0d0e"
|
||||
foreground = "#b7b8b9"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Brewer (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#0c0d0e"
|
||||
foreground: "#b7b8b9"
|
||||
cursor:
|
||||
text: "#0c0d0e"
|
||||
cursor: "#b7b8b9"
|
||||
normal:
|
||||
black: "#0c0d0e"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#b7b8b9"
|
||||
bright:
|
||||
black: "#737475"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#fcfdfe"
|
31
alacritty/themes/Brewer.light.toml
Normal file
31
alacritty/themes/Brewer.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Brewer (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#737475"
|
||||
blue = "#3182bd"
|
||||
cyan = "#80b1d3"
|
||||
green = "#31a354"
|
||||
magenta = "#756bb1"
|
||||
red = "#e31a1c"
|
||||
white = "#fcfdfe"
|
||||
yellow = "#dca060"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#515253"
|
||||
text = "#fcfdfe"
|
||||
|
||||
[colors.normal]
|
||||
black = "#0c0d0e"
|
||||
blue = "#3182bd"
|
||||
cyan = "#80b1d3"
|
||||
green = "#31a354"
|
||||
magenta = "#756bb1"
|
||||
red = "#e31a1c"
|
||||
white = "#b7b8b9"
|
||||
yellow = "#dca060"
|
||||
|
||||
[colors.primary]
|
||||
background = "#fcfdfe"
|
||||
foreground = "#515253"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Brewer (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#fcfdfe"
|
||||
foreground: "#515253"
|
||||
cursor:
|
||||
text: "#fcfdfe"
|
||||
cursor: "#515253"
|
||||
normal:
|
||||
black: "#0c0d0e"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#b7b8b9"
|
||||
bright:
|
||||
black: "#737475"
|
||||
red: "#e31a1c"
|
||||
green: "#31a354"
|
||||
yellow: "#dca060"
|
||||
blue: "#3182bd"
|
||||
magenta: "#756bb1"
|
||||
cyan: "#80b1d3"
|
||||
white: "#fcfdfe"
|
23
alacritty/themes/Campbell.toml
Normal file
23
alacritty/themes/Campbell.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "#767676"
|
||||
blue = "#3b78ff"
|
||||
cyan = "#61d6d6"
|
||||
green = "#16c60c"
|
||||
magenta = "#b4009e"
|
||||
red = "#e74856"
|
||||
white = "#f2f2f2"
|
||||
yellow = "#f9f1a5"
|
||||
|
||||
[colors.normal]
|
||||
black = "#0c0c0c"
|
||||
blue = "#0037da"
|
||||
cyan = "#3a96dd"
|
||||
green = "#13a10e"
|
||||
magenta = "#881798"
|
||||
red = "#c50f1f"
|
||||
white = "#cccccc"
|
||||
yellow = "#c19c00"
|
||||
|
||||
[colors.primary]
|
||||
background = "#0c0c0c"
|
||||
foreground = "#cccccc"
|
@ -1,28 +0,0 @@
|
||||
# Campbell (Windows 10 default)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#0c0c0c'
|
||||
foreground: '#cccccc'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#0c0c0c'
|
||||
red: '#c50f1f'
|
||||
green: '#13a10e'
|
||||
yellow: '#c19c00'
|
||||
blue: '#0037da'
|
||||
magenta: '#881798'
|
||||
cyan: '#3a96dd'
|
||||
white: '#cccccc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#767676'
|
||||
red: '#e74856'
|
||||
green: '#16c60c'
|
||||
yellow: '#f9f1a5'
|
||||
blue: '#3b78ff'
|
||||
magenta: '#b4009e'
|
||||
cyan: '#61d6d6'
|
||||
white: '#f2f2f2'
|
75
alacritty/themes/Catppuccin-Frappe.toml
Normal file
75
alacritty/themes/Catppuccin-Frappe.toml
Normal file
@ -0,0 +1,75 @@
|
||||
[[colors.indexed_colors]]
|
||||
color = "#EF9F76"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "#F2D5CF"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "#626880"
|
||||
blue = "#8CAAEE"
|
||||
cyan = "#81C8BE"
|
||||
green = "#A6D189"
|
||||
magenta = "#F4B8E4"
|
||||
red = "#E78284"
|
||||
white = "#A5ADCE"
|
||||
yellow = "#E5C890"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#F2D5CF"
|
||||
text = "#303446"
|
||||
|
||||
[colors.dim]
|
||||
black = "#51576D"
|
||||
blue = "#8CAAEE"
|
||||
cyan = "#81C8BE"
|
||||
green = "#A6D189"
|
||||
magenta = "#F4B8E4"
|
||||
red = "#E78284"
|
||||
white = "#B5BFE2"
|
||||
yellow = "#E5C890"
|
||||
|
||||
[colors.footer_bar]
|
||||
background = "#A5ADCE"
|
||||
foreground = "#303446"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#A5ADCE"
|
||||
foreground = "#303446"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#E5C890"
|
||||
foreground = "#303446"
|
||||
|
||||
[colors.normal]
|
||||
black = "#51576D"
|
||||
blue = "#8CAAEE"
|
||||
cyan = "#81C8BE"
|
||||
green = "#A6D189"
|
||||
magenta = "#F4B8E4"
|
||||
red = "#E78284"
|
||||
white = "#B5BFE2"
|
||||
yellow = "#E5C890"
|
||||
|
||||
[colors.primary]
|
||||
background = "#303446"
|
||||
bright_foreground = "#C6D0F5"
|
||||
dim_foreground = "#C6D0F5"
|
||||
foreground = "#C6D0F5"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#A6D189"
|
||||
foreground = "#303446"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#A5ADCE"
|
||||
foreground = "#303446"
|
||||
|
||||
[colors.selection]
|
||||
background = "#F2D5CF"
|
||||
text = "#303446"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#BABBF1"
|
||||
text = "#303446"
|
@ -1,84 +0,0 @@
|
||||
# Catpuccin - Frappe
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#303446' # base
|
||||
foreground: '#C6D0F5' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#C6D0F5' # text
|
||||
bright_foreground: '#C6D0F5' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#303446' # base
|
||||
cursor: '#F2D5CF' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#303446' # base
|
||||
cursor: '#BABBF1' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
focused_match:
|
||||
foreground: '#303446' # base
|
||||
background: '#A6D189' # green
|
||||
footer_bar:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#303446' # base
|
||||
background: '#E5C890' # yellow
|
||||
end:
|
||||
foreground: '#303446' # base
|
||||
background: '#A5ADCE' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#303446' # base
|
||||
background: '#F2D5CF' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#51576D' # surface1
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#B5BFE2' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#626880' # surface2
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#A5ADCE' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#51576D' # surface1
|
||||
red: '#E78284' # red
|
||||
green: '#A6D189' # green
|
||||
yellow: '#E5C890' # yellow
|
||||
blue: '#8CAAEE' # blue
|
||||
magenta: '#F4B8E4' # pink
|
||||
cyan: '#81C8BE' # teal
|
||||
white: '#B5BFE2' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#EF9F76' }
|
||||
- { index: 17, color: '#F2D5CF' }
|
||||
|
||||
|
||||
|
||||
|
75
alacritty/themes/Catppuccin-Latte.toml
Normal file
75
alacritty/themes/Catppuccin-Latte.toml
Normal file
@ -0,0 +1,75 @@
|
||||
[[colors.indexed_colors]]
|
||||
color = "#FE640B"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "#DC8A78"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "#6C6F85"
|
||||
blue = "#1E66F5"
|
||||
cyan = "#179299"
|
||||
green = "#40A02B"
|
||||
magenta = "#EA76CB"
|
||||
red = "#D20F39"
|
||||
white = "#BCC0CC"
|
||||
yellow = "#DF8E1D"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#DC8A78"
|
||||
text = "#EFF1F5"
|
||||
|
||||
[colors.dim]
|
||||
black = "#5C5F77"
|
||||
blue = "#1E66F5"
|
||||
cyan = "#179299"
|
||||
green = "#40A02B"
|
||||
magenta = "#EA76CB"
|
||||
red = "#D20F39"
|
||||
white = "#ACB0BE"
|
||||
yellow = "#DF8E1D"
|
||||
|
||||
[colors.footer_bar]
|
||||
background = "#6C6F85"
|
||||
foreground = "#EFF1F5"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#6C6F85"
|
||||
foreground = "#EFF1F5"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#DF8E1D"
|
||||
foreground = "#EFF1F5"
|
||||
|
||||
[colors.normal]
|
||||
black = "#5C5F77"
|
||||
blue = "#1E66F5"
|
||||
cyan = "#179299"
|
||||
green = "#40A02B"
|
||||
magenta = "#EA76CB"
|
||||
red = "#D20F39"
|
||||
white = "#ACB0BE"
|
||||
yellow = "#DF8E1D"
|
||||
|
||||
[colors.primary]
|
||||
background = "#EFF1F5"
|
||||
bright_foreground = "#4C4F69"
|
||||
dim_foreground = "#4C4F69"
|
||||
foreground = "#4C4F69"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#40A02B"
|
||||
foreground = "#EFF1F5"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#6C6F85"
|
||||
foreground = "#EFF1F5"
|
||||
|
||||
[colors.selection]
|
||||
background = "#DC8A78"
|
||||
text = "#EFF1F5"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#7287FD"
|
||||
text = "#EFF1F5"
|
@ -1,80 +0,0 @@
|
||||
# Catpuccin - Latte
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#EFF1F5' # base
|
||||
foreground: '#4C4F69' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#4C4F69' # text
|
||||
bright_foreground: '#4C4F69' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#EFF1F5' # base
|
||||
cursor: '#DC8A78' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#EFF1F5' # base
|
||||
cursor: '#7287FD' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
focused_match:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#40A02B' # green
|
||||
footer_bar:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#DF8E1D' # yellow
|
||||
end:
|
||||
foreground: '#EFF1F5' # base
|
||||
background: '#6C6F85' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#EFF1F5' # base
|
||||
background: '#DC8A78' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#5C5F77' # subtext1
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#ACB0BE' # surface2
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#6C6F85' # subtext0
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#BCC0CC' # surface1
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#5C5F77' # subtext1
|
||||
red: '#D20F39' # red
|
||||
green: '#40A02B' # green
|
||||
yellow: '#DF8E1D' # yellow
|
||||
blue: '#1E66F5' # blue
|
||||
magenta: '#EA76CB' # pink
|
||||
cyan: '#179299' # teal
|
||||
white: '#ACB0BE' # surface2
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#FE640B' }
|
||||
- { index: 17, color: '#DC8A78' }
|
75
alacritty/themes/Catppuccin-Macchiato.toml
Normal file
75
alacritty/themes/Catppuccin-Macchiato.toml
Normal file
@ -0,0 +1,75 @@
|
||||
[[colors.indexed_colors]]
|
||||
color = "#F5A97F"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "#F4DBD6"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "#5B6078"
|
||||
blue = "#8AADF4"
|
||||
cyan = "#8BD5CA"
|
||||
green = "#A6DA95"
|
||||
magenta = "#F5BDE6"
|
||||
red = "#ED8796"
|
||||
white = "#A5ADCB"
|
||||
yellow = "#EED49F"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#F4DBD6"
|
||||
text = "#24273A"
|
||||
|
||||
[colors.dim]
|
||||
black = "#494D64"
|
||||
blue = "#8AADF4"
|
||||
cyan = "#8BD5CA"
|
||||
green = "#A6DA95"
|
||||
magenta = "#F5BDE6"
|
||||
red = "#ED8796"
|
||||
white = "#B8C0E0"
|
||||
yellow = "#EED49F"
|
||||
|
||||
[colors.footer_bar]
|
||||
background = "#A5ADCB"
|
||||
foreground = "#24273A"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#A5ADCB"
|
||||
foreground = "#24273A"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#EED49F"
|
||||
foreground = "#24273A"
|
||||
|
||||
[colors.normal]
|
||||
black = "#494D64"
|
||||
blue = "#8AADF4"
|
||||
cyan = "#8BD5CA"
|
||||
green = "#A6DA95"
|
||||
magenta = "#F5BDE6"
|
||||
red = "#ED8796"
|
||||
white = "#B8C0E0"
|
||||
yellow = "#EED49F"
|
||||
|
||||
[colors.primary]
|
||||
background = "#24273A"
|
||||
bright_foreground = "#CAD3F5"
|
||||
dim_foreground = "#CAD3F5"
|
||||
foreground = "#CAD3F5"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#A6DA95"
|
||||
foreground = "#24273A"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#A5ADCB"
|
||||
foreground = "#24273A"
|
||||
|
||||
[colors.selection]
|
||||
background = "#F4DBD6"
|
||||
text = "#24273A"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#B7BDF8"
|
||||
text = "#24273A"
|
@ -1,80 +0,0 @@
|
||||
# Catpuccin - Macchiato
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#24273A' # base
|
||||
foreground: '#CAD3F5' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#CAD3F5' # text
|
||||
bright_foreground: '#CAD3F5' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#24273A' # base
|
||||
cursor: '#F4DBD6' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#24273A' # base
|
||||
cursor: '#B7BDF8' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
focused_match:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A6DA95' # green
|
||||
footer_bar:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#24273A' # base
|
||||
background: '#EED49F' # yellow
|
||||
end:
|
||||
foreground: '#24273A' # base
|
||||
background: '#A5ADCB' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#24273A' # base
|
||||
background: '#F4DBD6' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#494D64' # surface1
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#B8C0E0' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#5B6078' # surface2
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#A5ADCB' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#494D64' # surface1
|
||||
red: '#ED8796' # red
|
||||
green: '#A6DA95' # green
|
||||
yellow: '#EED49F' # yellow
|
||||
blue: '#8AADF4' # blue
|
||||
magenta: '#F5BDE6' # pink
|
||||
cyan: '#8BD5CA' # teal
|
||||
white: '#B8C0E0' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#F5A97F' }
|
||||
- { index: 17, color: '#F4DBD6' }
|
75
alacritty/themes/Catppuccin-Mocha.toml
Normal file
75
alacritty/themes/Catppuccin-Mocha.toml
Normal file
@ -0,0 +1,75 @@
|
||||
[[colors.indexed_colors]]
|
||||
color = "#FAB387"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "#F5E0DC"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "#585B70"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#A6ADC8"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#F5E0DC"
|
||||
text = "#1E1E2E"
|
||||
|
||||
[colors.dim]
|
||||
black = "#45475A"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#BAC2DE"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.footer_bar]
|
||||
background = "#A6ADC8"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.hints.end]
|
||||
background = "#A6ADC8"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.hints.start]
|
||||
background = "#F9E2AF"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.normal]
|
||||
black = "#45475A"
|
||||
blue = "#89B4FA"
|
||||
cyan = "#94E2D5"
|
||||
green = "#A6E3A1"
|
||||
magenta = "#F5C2E7"
|
||||
red = "#F38BA8"
|
||||
white = "#BAC2DE"
|
||||
yellow = "#F9E2AF"
|
||||
|
||||
[colors.primary]
|
||||
background = "#1E1E2E"
|
||||
bright_foreground = "#CDD6F4"
|
||||
dim_foreground = "#CDD6F4"
|
||||
foreground = "#CDD6F4"
|
||||
|
||||
[colors.search.focused_match]
|
||||
background = "#A6E3A1"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.search.matches]
|
||||
background = "#A6ADC8"
|
||||
foreground = "#1E1E2E"
|
||||
|
||||
[colors.selection]
|
||||
background = "#F5E0DC"
|
||||
text = "#1E1E2E"
|
||||
|
||||
[colors.vi_mode_cursor]
|
||||
cursor = "#B4BEFE"
|
||||
text = "#1E1E2E"
|
@ -1,80 +0,0 @@
|
||||
# Catpuccin - Mocha
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1E1E2E' # base
|
||||
foreground: '#CDD6F4' # text
|
||||
# Bright and dim foreground colors
|
||||
dim_foreground: '#CDD6F4' # text
|
||||
bright_foreground: '#CDD6F4' # text
|
||||
|
||||
# Cursor colors
|
||||
cursor:
|
||||
text: '#1E1E2E' # base
|
||||
cursor: '#F5E0DC' # rosewater
|
||||
vi_mode_cursor:
|
||||
text: '#1E1E2E' # base
|
||||
cursor: '#B4BEFE' # lavender
|
||||
|
||||
# Search colors
|
||||
search:
|
||||
matches:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
focused_match:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6E3A1' # green
|
||||
footer_bar:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
|
||||
# Keyboard regex hints
|
||||
hints:
|
||||
start:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#F9E2AF' # yellow
|
||||
end:
|
||||
foreground: '#1E1E2E' # base
|
||||
background: '#A6ADC8' # subtext0
|
||||
|
||||
# Selection colors
|
||||
selection:
|
||||
text: '#1E1E2E' # base
|
||||
background: '#F5E0DC' # rosewater
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#45475A' # surface1
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#BAC2DE' # subtext1
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#585B70' # surface2
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#A6ADC8' # subtext0
|
||||
|
||||
# Dim colors
|
||||
dim:
|
||||
black: '#45475A' # surface1
|
||||
red: '#F38BA8' # red
|
||||
green: '#A6E3A1' # green
|
||||
yellow: '#F9E2AF' # yellow
|
||||
blue: '#89B4FA' # blue
|
||||
magenta: '#F5C2E7' # pink
|
||||
cyan: '#94E2D5' # teal
|
||||
white: '#BAC2DE' # subtext1
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '#FAB387' }
|
||||
- { index: 17, color: '#F5E0DC' }
|
31
alacritty/themes/Chalk.dark.toml
Normal file
31
alacritty/themes/Chalk.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Chalk (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#505050"
|
||||
blue = "#6fc2ef"
|
||||
cyan = "#12cfc0"
|
||||
green = "#acc267"
|
||||
magenta = "#e1a3ee"
|
||||
red = "#fb9fb1"
|
||||
white = "#f5f5f5"
|
||||
yellow = "#ddb26f"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#d0d0d0"
|
||||
text = "#151515"
|
||||
|
||||
[colors.normal]
|
||||
black = "#151515"
|
||||
blue = "#6fc2ef"
|
||||
cyan = "#12cfc0"
|
||||
green = "#acc267"
|
||||
magenta = "#e1a3ee"
|
||||
red = "#fb9fb1"
|
||||
white = "#d0d0d0"
|
||||
yellow = "#ddb26f"
|
||||
|
||||
[colors.primary]
|
||||
background = "#151515"
|
||||
foreground = "#d0d0d0"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Chalk (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#151515"
|
||||
foreground: "#d0d0d0"
|
||||
cursor:
|
||||
text: "#151515"
|
||||
cursor: "#d0d0d0"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#f5f5f5"
|
31
alacritty/themes/Chalk.light.toml
Normal file
31
alacritty/themes/Chalk.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Chalk (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#505050"
|
||||
blue = "#6fc2ef"
|
||||
cyan = "#12cfc0"
|
||||
green = "#acc267"
|
||||
magenta = "#e1a3ee"
|
||||
red = "#fb9fb1"
|
||||
white = "#f5f5f5"
|
||||
yellow = "#ddb26f"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#303030"
|
||||
text = "#f5f5f5"
|
||||
|
||||
[colors.normal]
|
||||
black = "#151515"
|
||||
blue = "#6fc2ef"
|
||||
cyan = "#12cfc0"
|
||||
green = "#acc267"
|
||||
magenta = "#e1a3ee"
|
||||
red = "#fb9fb1"
|
||||
white = "#d0d0d0"
|
||||
yellow = "#ddb26f"
|
||||
|
||||
[colors.primary]
|
||||
background = "#f5f5f5"
|
||||
foreground = "#303030"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Chalk (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#f5f5f5"
|
||||
foreground: "#303030"
|
||||
cursor:
|
||||
text: "#f5f5f5"
|
||||
cursor: "#303030"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#d0d0d0"
|
||||
bright:
|
||||
black: "#505050"
|
||||
red: "#fb9fb1"
|
||||
green: "#acc267"
|
||||
yellow: "#ddb26f"
|
||||
blue: "#6fc2ef"
|
||||
magenta: "#e1a3ee"
|
||||
cyan: "#12cfc0"
|
||||
white: "#f5f5f5"
|
23
alacritty/themes/Challenger-Deep.toml
Normal file
23
alacritty/themes/Challenger-Deep.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "0x565575"
|
||||
blue = "0x65b2ff"
|
||||
cyan = "0x63f2f1"
|
||||
green = "0x62d196"
|
||||
magenta = "0x906cff"
|
||||
red = "0xff5458"
|
||||
white = "0xa6b3cc"
|
||||
yellow = "0xffb378"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x100e23"
|
||||
blue = "0x91ddff"
|
||||
cyan = "0xaaffe4"
|
||||
green = "0x95ffa4"
|
||||
magenta = "0xc991e1"
|
||||
red = "0xff8080"
|
||||
white = "0xcbe3e7"
|
||||
yellow = "0xffe9aa"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x1b182c"
|
||||
foreground = "0xcbe3e7"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x1b182c'
|
||||
foreground: '0xcbe3e7'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x100e23'
|
||||
red: '0xff8080'
|
||||
green: '0x95ffa4'
|
||||
yellow: '0xffe9aa'
|
||||
blue: '0x91ddff'
|
||||
magenta: '0xc991e1'
|
||||
cyan: '0xaaffe4'
|
||||
white: '0xcbe3e7'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x565575'
|
||||
red: '0xff5458'
|
||||
green: '0x62d196'
|
||||
yellow: '0xffb378'
|
||||
blue: '0x65b2ff'
|
||||
magenta: '0x906cff'
|
||||
cyan: '0x63f2f1'
|
||||
white: '0xa6b3cc'
|
31
alacritty/themes/Cloud.toml
Normal file
31
alacritty/themes/Cloud.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "Cloud"
|
||||
|
||||
[colors.bright]
|
||||
black = "#5d6f74"
|
||||
blue = "#5786bc"
|
||||
cyan = "#849da2"
|
||||
green = "#63b0b0"
|
||||
magenta = "#3f3442"
|
||||
red = "#cd749c"
|
||||
white = "#d9d6cf"
|
||||
yellow = "#c0c0dd"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#222827"
|
||||
blue = "#654a96"
|
||||
cyan = "#a9d1df"
|
||||
green = "#9c75dd"
|
||||
magenta = "#625566"
|
||||
red = "#d5a8e3"
|
||||
white = "#e6ebe5"
|
||||
yellow = "#9898ae"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Cloud
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#222827"
|
||||
red: "#d5a8e3"
|
||||
green: "#9c75dd"
|
||||
yellow: "#9898ae"
|
||||
blue: "#654a96"
|
||||
magenta: "#625566"
|
||||
cyan: "#a9d1df"
|
||||
white: "#e6ebe5"
|
||||
bright:
|
||||
black: "#5d6f74"
|
||||
red: "#cd749c"
|
||||
green: "#63b0b0"
|
||||
yellow: "#c0c0dd"
|
||||
blue: "#5786bc"
|
||||
magenta: "#3f3442"
|
||||
cyan: "#849da2"
|
||||
white: "#d9d6cf"
|
31
alacritty/themes/Cobalt-2.toml
Normal file
31
alacritty/themes/Cobalt-2.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors.bright]
|
||||
black = "#555555"
|
||||
blue = "#5555ff"
|
||||
cyan = "#6ae3fa"
|
||||
green = "#3bd01d"
|
||||
magenta = "#ff55ff"
|
||||
red = "#f40e17"
|
||||
white = "#ffffff"
|
||||
yellow = "#edc809"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#f0cc09"
|
||||
text = "#fefff2"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#1460d2"
|
||||
cyan = "#00bbbb"
|
||||
green = "#38de21"
|
||||
magenta = "#ff005d"
|
||||
red = "#ff0000"
|
||||
white = "#bbbbbb"
|
||||
yellow = "#ffe50a"
|
||||
|
||||
[colors.primary]
|
||||
background = "#132738"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[colors.selection]
|
||||
background = "#18354f"
|
||||
text = "#b5b5b5"
|
@ -1,33 +0,0 @@
|
||||
# Colors (Cobalt 2)
|
||||
colors:
|
||||
cursor:
|
||||
text: '#fefff2'
|
||||
cursor: '#f0cc09'
|
||||
|
||||
selection:
|
||||
text: '#b5b5b5'
|
||||
background: '#18354f'
|
||||
|
||||
primary:
|
||||
background: '#132738'
|
||||
foreground: '#ffffff'
|
||||
|
||||
normal:
|
||||
black: '#000000'
|
||||
red: '#ff0000'
|
||||
green: '#38de21'
|
||||
yellow: '#ffe50a'
|
||||
blue: '#1460d2'
|
||||
magenta: '#ff005d'
|
||||
cyan: '#00bbbb'
|
||||
white: '#bbbbbb'
|
||||
|
||||
bright:
|
||||
black: '#555555'
|
||||
red: '#f40e17'
|
||||
green: '#3bd01d'
|
||||
yellow: '#edc809'
|
||||
blue: '#5555ff'
|
||||
magenta: '#ff55ff'
|
||||
cyan: '#6ae3fa'
|
||||
white: '#ffffff'
|
27
alacritty/themes/Cobalt2.toml
Normal file
27
alacritty/themes/Cobalt2.toml
Normal file
@ -0,0 +1,27 @@
|
||||
[colors.bright]
|
||||
black = "0x545454"
|
||||
blue = "0x5555ff"
|
||||
cyan = "0x6ae3f9"
|
||||
green = "0x3bcf1d"
|
||||
magenta = "0xff55ff"
|
||||
red = "0xf40d17"
|
||||
white = "0xffffff"
|
||||
yellow = "0xecc809"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "0xf0cb09"
|
||||
text = "0x122637"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x000000"
|
||||
blue = "0x1460d2"
|
||||
cyan = "0x00bbbb"
|
||||
green = "0x37dd21"
|
||||
magenta = "0xff005d"
|
||||
red = "0xff0000"
|
||||
white = "0xbbbbbb"
|
||||
yellow = "0xfee409"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x122637"
|
||||
foreground = "0xffffff"
|
@ -1,34 +0,0 @@
|
||||
# From the famous Cobalt2 sublime theme
|
||||
# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x122637'
|
||||
foreground: '0xffffff'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0x122637'
|
||||
cursor: '0xf0cb09'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff0000'
|
||||
green: '0x37dd21'
|
||||
yellow: '0xfee409'
|
||||
blue: '0x1460d2'
|
||||
magenta: '0xff005d'
|
||||
cyan: '0x00bbbb'
|
||||
white: '0xbbbbbb'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x545454'
|
||||
red: '0xf40d17'
|
||||
green: '0x3bcf1d'
|
||||
yellow: '0xecc809'
|
||||
blue: '0x5555ff'
|
||||
magenta: '0xff55ff'
|
||||
cyan: '0x6ae3f9'
|
||||
white: '0xffffff'
|
31
alacritty/themes/Codeschool.dark.toml
Normal file
31
alacritty/themes/Codeschool.dark.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Codeschool (dark)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#3f4944"
|
||||
blue = "#484d79"
|
||||
cyan = "#b02f30"
|
||||
green = "#237986"
|
||||
magenta = "#c59820"
|
||||
red = "#2a5491"
|
||||
white = "#b5d8f6"
|
||||
yellow = "#a03b1e"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#9ea7a6"
|
||||
text = "#232c31"
|
||||
|
||||
[colors.normal]
|
||||
black = "#232c31"
|
||||
blue = "#484d79"
|
||||
cyan = "#b02f30"
|
||||
green = "#237986"
|
||||
magenta = "#c59820"
|
||||
red = "#2a5491"
|
||||
white = "#9ea7a6"
|
||||
yellow = "#a03b1e"
|
||||
|
||||
[colors.primary]
|
||||
background = "#232c31"
|
||||
foreground = "#9ea7a6"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Codeschool (dark)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#232c31"
|
||||
foreground: "#9ea7a6"
|
||||
cursor:
|
||||
text: "#232c31"
|
||||
cursor: "#9ea7a6"
|
||||
normal:
|
||||
black: "#232c31"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#9ea7a6"
|
||||
bright:
|
||||
black: "#3f4944"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#b5d8f6"
|
31
alacritty/themes/Codeschool.light.toml
Normal file
31
alacritty/themes/Codeschool.light.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = "Chris Kempson"
|
||||
name = "Codeschool (light)"
|
||||
|
||||
[colors.bright]
|
||||
black = "#3f4944"
|
||||
blue = "#484d79"
|
||||
cyan = "#b02f30"
|
||||
green = "#237986"
|
||||
magenta = "#c59820"
|
||||
red = "#2a5491"
|
||||
white = "#b5d8f6"
|
||||
yellow = "#a03b1e"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#2a343a"
|
||||
text = "#b5d8f6"
|
||||
|
||||
[colors.normal]
|
||||
black = "#232c31"
|
||||
blue = "#484d79"
|
||||
cyan = "#b02f30"
|
||||
green = "#237986"
|
||||
magenta = "#c59820"
|
||||
red = "#2a5491"
|
||||
white = "#9ea7a6"
|
||||
yellow = "#a03b1e"
|
||||
|
||||
[colors.primary]
|
||||
background = "#b5d8f6"
|
||||
foreground = "#2a343a"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Codeschool (light)
|
||||
author: Chris Kempson
|
||||
primary:
|
||||
background: "#b5d8f6"
|
||||
foreground: "#2a343a"
|
||||
cursor:
|
||||
text: "#b5d8f6"
|
||||
cursor: "#2a343a"
|
||||
normal:
|
||||
black: "#232c31"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#9ea7a6"
|
||||
bright:
|
||||
black: "#3f4944"
|
||||
red: "#2a5491"
|
||||
green: "#237986"
|
||||
yellow: "#a03b1e"
|
||||
blue: "#484d79"
|
||||
magenta: "#c59820"
|
||||
cyan: "#b02f30"
|
||||
white: "#b5d8f6"
|
31
alacritty/themes/Colorfulcolors.toml
Normal file
31
alacritty/themes/Colorfulcolors.toml
Normal file
@ -0,0 +1,31 @@
|
||||
[colors]
|
||||
author = ""
|
||||
name = "Colorful Colors"
|
||||
|
||||
[colors.bright]
|
||||
black = "#696969"
|
||||
blue = "#79d2ff"
|
||||
cyan = "#87a8af"
|
||||
green = "#a6e179"
|
||||
magenta = "#bb5d79"
|
||||
red = "#ed4c7a"
|
||||
white = "#e2f1f6"
|
||||
yellow = "#ffdf6b"
|
||||
|
||||
[colors.cursor]
|
||||
cursor = "#ffffff"
|
||||
text = "#000000"
|
||||
|
||||
[colors.normal]
|
||||
black = "#151515"
|
||||
blue = "#a6e2f0"
|
||||
cyan = "#5f868f"
|
||||
green = "#a6e25f"
|
||||
magenta = "#e85b92"
|
||||
red = "#ff8eaf"
|
||||
white = "#d5f1f2"
|
||||
yellow = "#f8e578"
|
||||
|
||||
[colors.primary]
|
||||
background = "#000000"
|
||||
foreground = "#ffffff"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Colorful Colors
|
||||
author: ""
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#151515"
|
||||
red: "#ff8eaf"
|
||||
green: "#a6e25f"
|
||||
yellow: "#f8e578"
|
||||
blue: "#a6e2f0"
|
||||
magenta: "#e85b92"
|
||||
cyan: "#5f868f"
|
||||
white: "#d5f1f2"
|
||||
bright:
|
||||
black: "#696969"
|
||||
red: "#ed4c7a"
|
||||
green: "#a6e179"
|
||||
yellow: "#ffdf6b"
|
||||
blue: "#79d2ff"
|
||||
magenta: "#bb5d79"
|
||||
cyan: "#87a8af"
|
||||
white: "#e2f1f6"
|
@ -1,27 +0,0 @@
|
||||
colors:
|
||||
name: Dark Ocean
|
||||
author: DOOMICIDE
|
||||
primary:
|
||||
background: "#000000"
|
||||
foreground: "#ffffff"
|
||||
cursor:
|
||||
text: "#000000"
|
||||
cursor: "#ffffff"
|
||||
normal:
|
||||
black: "#000000"
|
||||
red: "#571dc2"
|
||||
green: "#14db49"
|
||||
yellow: "#403d70"
|
||||
blue: "#385a70"
|
||||
magenta: "#384894"
|
||||
cyan: "#4f3a5e"
|
||||
white: "#999999"
|
||||
bright:
|
||||
black: "#38372c"
|
||||
red: "#7c54b0"
|
||||
green: "#a2e655"
|
||||
yellow: "#9c6f59"
|
||||
blue: "#323f5c"
|
||||
magenta: "#5e6c99"
|
||||
cyan: "#667d77"
|
||||
white: "#ffffff"
|
23
alacritty/themes/Darkside.toml
Normal file
23
alacritty/themes/Darkside.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[colors.bright]
|
||||
black = "#666666"
|
||||
blue = "#387CD3"
|
||||
cyan = "#3D97E2"
|
||||
green = "#77B869"
|
||||
magenta = "#957BBE"
|
||||
red = "#E05A4F"
|
||||
white = "#BABABA"
|
||||
yellow = "#EFD64B"
|
||||
|
||||
[colors.normal]
|
||||
black = "#000000"
|
||||
blue = "#1C98E8"
|
||||
cyan = "#1C98E8"
|
||||
green = "#68C256"
|
||||
magenta = "#8E69C9"
|
||||
red = "#E8341C"
|
||||
white = "#BABABA"
|
||||
yellow = "#F2D42C"
|
||||
|
||||
[colors.primary]
|
||||
background = "#222324"
|
||||
foreground = "#BABABA"
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user