mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2025-07-07 06:24:38 -04:00
Added Basics
This commit is contained in:
44
.config/kitty/kitty.conf!
Normal file
44
.config/kitty/kitty.conf!
Normal file
@ -0,0 +1,44 @@
|
||||
# Custom color scheme for Kitty terminal emulator
|
||||
# Based on https://github.com/sindresorhus/hyper-snazzy
|
||||
# Modified by ChefTyler
|
||||
# Designed with Simoniz0r zsh theme applied https://github.com/simoniz0r/.zshrc
|
||||
|
||||
include other.conf
|
||||
|
||||
foreground #FFFFFF
|
||||
background #15181e
|
||||
selection_foreground #000000
|
||||
selection_background #FFFACD
|
||||
url_color #0087BD
|
||||
|
||||
# black
|
||||
color0 #FFFFFF
|
||||
color8 #FFFFFF
|
||||
|
||||
# red
|
||||
color1 #E73600
|
||||
color9 #E73600
|
||||
|
||||
# green
|
||||
color2 #40c340
|
||||
color10 #40c340
|
||||
|
||||
# orange
|
||||
color3 #E47000
|
||||
color11 #E47000
|
||||
|
||||
# blue
|
||||
color4 #5187de
|
||||
color12 #5187de
|
||||
|
||||
# magenta
|
||||
color5 #dc768c
|
||||
color13 #dc768c
|
||||
|
||||
# cyan
|
||||
color6 #00AFB5
|
||||
color14 #00AFB5
|
||||
|
||||
# white
|
||||
color7 #7C7C7C
|
||||
color15 #7C7C7C
|
Reference in New Issue
Block a user