From cd5198f084186dacb9f90bc2b52654f16f6feefb Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 May 2024 10:04:45 +0200 Subject: change settings --- st/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'st/config.h') diff --git a/st/config.h b/st/config.h index 29083c8..f86d587 100755 --- a/st/config.h +++ b/st/config.h @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "themes/wal-connect.h" +#include "themes/default.h" /* * appearance @@ -95,7 +95,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.85; +float alpha = 0.9; /* Terminal colors (16 first used in escape sequence) */ -- cgit v1.2.3