diff --git a/packages/tos-desktop-terminal/PKGBUILD b/packages/tos-desktop-terminal/PKGBUILD index 1d55df5..7ec0881 100644 --- a/packages/tos-desktop-terminal/PKGBUILD +++ b/packages/tos-desktop-terminal/PKGBUILD @@ -4,13 +4,13 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.3' +pkgver='0.1.4' pkgrel='1' depends=('tos-desktop-core' 'alacritty') -source=('config.yml') -cksums=('1529896539') +source=('config.toml') +cksums=('SKIP') package() { mkdir -p ${pkgdir}/etc/tos/dotfiles/.config/alacritty - cp ${srcdir}/config.yml ${pkgdir}/etc/tos/dotfiles/.config/alacritty/alacritty.yml -} \ No newline at end of file + cp ${srcdir}/config.toml ${pkgdir}/etc/tos/dotfiles/.config/alacritty/alacritty.toml +} diff --git a/packages/tos-desktop-terminal/config.toml b/packages/tos-desktop-terminal/config.toml new file mode 100644 index 0000000..0303770 --- /dev/null +++ b/packages/tos-desktop-terminal/config.toml @@ -0,0 +1,41 @@ +[colors.bright] +black = "0x636363" +blue = "0x7eaac7" +cyan = "0x86d3ce" +green = "0x909d63" +magenta = "0xaa6292" +red = "0xbc5653" +white = "0xf7f7f7" +yellow = "0xebc17a" + +[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" +cyan = "0x86d3ce" +green = "0x909d63" +magenta = "0xaa6292" +red = "0xbc5653" +white = "0xcacaca" +yellow = "0xebc17a" + +[colors.primary] +background = "0x2c2c2c" +bright_background = "0x3a3a3a" +bright_foreground = "0xd9d9d9" +dim_background = "0x202020" +dim_foreground = "0xdbdbdb" +foreground = "0xd6d6d6" diff --git a/packages/tos-desktop-terminal/config.yml b/packages/tos-desktop-terminal/config.yml deleted file mode 100644 index 55815bd..0000000 --- a/packages/tos-desktop-terminal/config.yml +++ /dev/null @@ -1,42 +0,0 @@ -colors: - primary: - foreground: '0xd6d6d6' - bright_foreground: '0xd9d9d9' - dim_foreground: '0xdbdbdb' - background: '0x2c2c2c' - bright_background: '0x3a3a3a' - dim_background: '0x202020' - - cursor: - text: '0x2c2c2c' - cursor: '0xd9d9d9' - - normal: - black: '0x1c1c1c' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xcacaca' - - bright: - black: '0x636363' - red: '0xbc5653' - green: '0x909d63' - yellow: '0xebc17a' - blue: '0x7eaac7' - magenta: '0xaa6292' - cyan: '0x86d3ce' - white: '0xf7f7f7' - - dim: - black: '0x232323' - red: '0x74423f' - green: '0x5e6547' - yellow: '0x8b7653' - blue: '0x556b79' - magenta: '0x6e4962' - cyan: '0x5c8482' - white: '0x828282' diff --git a/repository/tos-desktop-terminal-0.1.3-1-any.pkg.tar.zst b/repository/tos-desktop-terminal-0.1.3-1-any.pkg.tar.zst deleted file mode 100644 index a7b0cf4..0000000 Binary files a/repository/tos-desktop-terminal-0.1.3-1-any.pkg.tar.zst and /dev/null differ diff --git a/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst b/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst new file mode 100644 index 0000000..132a80e Binary files /dev/null and b/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index c7cb43b..0366191 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index 49a5c95..d4eabc3 100644 Binary files a/repository/tos.files and b/repository/tos.files differ