Replace 'alacritty' with 'kitty'
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
[general]
|
||||
import = [
|
||||
"font.toml",
|
||||
"themes/zenwritten_light.toml"
|
||||
]
|
||||
|
||||
[window]
|
||||
decorations = "None"
|
||||
startup_mode = "Maximized"
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
multiplier = 8
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
||||
[window.padding]
|
||||
x = 0
|
||||
y = 0
|
||||
@@ -1,27 +0,0 @@
|
||||
[colors.primary]
|
||||
background = '#eeeeee'
|
||||
foreground = '#222222'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#eeeeee'
|
||||
cursor = '#000000'
|
||||
|
||||
[colors.normal]
|
||||
black = '#d4d4d4'
|
||||
red = '#ba2c69'
|
||||
green = '#657622'
|
||||
yellow = '#9b5b1b'
|
||||
blue = '#2074a5'
|
||||
magenta = '#8243cf'
|
||||
cyan = '#257d6f'
|
||||
white = '#525252'
|
||||
|
||||
[colors.bright]
|
||||
black = '#9e9e9e'
|
||||
red = '#da407f'
|
||||
green = '#7b8e2b'
|
||||
yellow = '#ba6f25'
|
||||
blue = '#2d8cc5'
|
||||
magenta = '#985fe6'
|
||||
cyan = '#2e9786'
|
||||
white = '#080808'
|
||||
@@ -1,5 +0,0 @@
|
||||
[font]
|
||||
size = 18
|
||||
|
||||
[font.normal]
|
||||
family = "Iosevka Term SS08"
|
||||
@@ -1,25 +0,0 @@
|
||||
# This file is auto-generated by shipwright.nvim
|
||||
[colors.bright]
|
||||
black = "#3D3839"
|
||||
red = "#E8838F"
|
||||
green = "#8BAE68"
|
||||
yellow = "#D68C67"
|
||||
blue = "#61ABDA"
|
||||
magenta = "#CF86C1"
|
||||
cyan = "#65B8C1"
|
||||
white = "#8E8E8E"
|
||||
[colors.cursor]
|
||||
cursor = "#C9C9C9"
|
||||
text = "#191919"
|
||||
[colors.normal]
|
||||
black = "#191919"
|
||||
blue = "#6099C0"
|
||||
cyan = "#66A5AD"
|
||||
green = "#819B69"
|
||||
magenta = "#B279A7"
|
||||
red = "#DE6E7C"
|
||||
white = "#BBBBBB"
|
||||
yellow = "#B77E64"
|
||||
[colors.primary]
|
||||
background = "#191919"
|
||||
foreground = "#BBBBBB"
|
||||
@@ -1,25 +0,0 @@
|
||||
# This file is auto-generated by shipwright.nvim
|
||||
[colors.bright]
|
||||
black = "#C6C3C3"
|
||||
red = "#94253E"
|
||||
green = "#3F5A22"
|
||||
yellow = "#803D1C"
|
||||
blue = "#1D5573"
|
||||
magenta = "#7B3B70"
|
||||
cyan = "#2B747C"
|
||||
white = "#5C5C5C"
|
||||
[colors.cursor]
|
||||
cursor = "#353535"
|
||||
text = "#EEEEEE"
|
||||
[colors.normal]
|
||||
black = "#EEEEEE"
|
||||
blue = "#286486"
|
||||
cyan = "#3B8992"
|
||||
green = "#4F6C31"
|
||||
magenta = "#88507D"
|
||||
red = "#A8334C"
|
||||
white = "#353535"
|
||||
yellow = "#944927"
|
||||
[colors.primary]
|
||||
background = "#EEEEEE"
|
||||
foreground = "#353535"
|
||||
Reference in New Issue
Block a user