diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-26 13:13:18 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-26 13:13:18 +0100 |
commit | 03dffccf34f5f2bd0d475cba8d34bf2f91c8f2cd (patch) | |
tree | 0e7a48104edf31f9733166693a252ad4f84b7f99 | |
parent | f77f31267c492fb60151948e40bf746ab3a14472 (diff) |
make unsafe alacritty white
probably still needs some beautification
-rw-r--r-- | alacritty/unsafe.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/alacritty/unsafe.yml b/alacritty/unsafe.yml index 47e5b56..c9b833e 100644 --- a/alacritty/unsafe.yml +++ b/alacritty/unsafe.yml @@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. window: - opacity: 0.8 + opacity: 0.33 class: "alacritty" font: @@ -30,6 +30,8 @@ font: style: "Italic" colors: + primary: + background: '#eeeeee' normal: black: '#000000' red: '#ff3333' |