Fix alacritty

This commit is contained in:
Tipragot 2024-07-11 09:40:10 +02:00
parent ace9499c6f
commit 79324256ae
7 changed files with 31 additions and 30 deletions

View file

@ -9,7 +9,7 @@ for dir in packages/*/ ; do
if [[ $1 == "check" ]]; then
echo "Check if $pkgname can build correctly..."
cd $dir
makepkg -c
makepkg -cd
cd ../..
else
mkdir -p repository
@ -20,7 +20,7 @@ for dir in packages/*/ ; do
echo "Building version $pkgver-$pkgrel of $pkgname..."
cd $dir
makepkg -cf
makepkg -cfd
cd ../..
fi
fi

View file

@ -4,9 +4,9 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.4'
pkgver='0.2.0'
pkgrel='1'
depends=('tos-desktop-core' 'alacritty')
depends=('tos-desktop-core' 'alacritty' 'fish')
source=('config.toml')
cksums=('SKIP')

View file

@ -1,27 +1,15 @@
[colors.bright]
black = "0x636363"
blue = "0x7eaac7"
cyan = "0x86d3ce"
green = "0x909d63"
magenta = "0xaa6292"
red = "0xbc5653"
white = "0xf7f7f7"
yellow = "0xebc17a"
shell = "/bin/fish"
[colors.primary]
background = "0x2c2c2c"
foreground = "0xd6d6d6"
bright_foreground = "0xd9d9d9"
dim_foreground = "0xdbdbdb"
[colors.cursor]
cursor = "0xd9d9d9"
text = "0x2c2c2c"
[colors.dim]
black = "0x232323"
blue = "0x556b79"
cyan = "0x5c8482"
green = "0x5e6547"
magenta = "0x6e4962"
red = "0x74423f"
white = "0x828282"
yellow = "0x8b7653"
[colors.normal]
black = "0x1c1c1c"
blue = "0x7eaac7"
@ -32,10 +20,23 @@ red = "0xbc5653"
white = "0xcacaca"
yellow = "0xebc17a"
[colors.primary]
background = "0x2c2c2c"
bright_background = "0x3a3a3a"
bright_foreground = "0xd9d9d9"
dim_background = "0x202020"
dim_foreground = "0xdbdbdb"
foreground = "0xd6d6d6"
[colors.bright]
black = "0x636363"
blue = "0x7eaac7"
cyan = "0x86d3ce"
green = "0x909d63"
magenta = "0xaa6292"
red = "0xbc5653"
white = "0xf7f7f7"
yellow = "0xebc17a"
[colors.dim]
black = "0x232323"
blue = "0x556b79"
cyan = "0x5c8482"
green = "0x5e6547"
magenta = "0x6e4962"
red = "0x74423f"
white = "0x828282"
yellow = "0x8b7653"

Binary file not shown.

Binary file not shown.