From 4acea2fb0fa4740e66a808b50cb2986c2f2d2e78 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Tue, 21 Jun 2022 15:07:25 +0200 Subject: Added a new themes to awesomeWM --- kitty/.config/kitty/kitty.conf | 10 ++++++---- kitty/.config/kitty/kitty.conf.bak | 10 ++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'kitty/.config') diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 7d44a11..40b004d 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -6,9 +6,11 @@ #: individual font faces and even specify special fonts for particular #: characters. -# font_family Ubuntu Mono bold +# font_family Ubuntu Mono + font_family JetBrains Mono +# font_family DejaVu Mono # font_family source code pro -font_family Iosevka Term +# font_family Iosevka Term # font_family Fira Sans Bold bold_font auto italic_font auto @@ -939,9 +941,9 @@ inactive_tab_font_style normal #: The foreground and background colors -# background_opacity 0.95 +background_opacity 0.95 # background_opacity 0.90 -background_opacity 0.00 +# background_opacity 0.50 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak index 6d728e2..d030d11 100644 --- a/kitty/.config/kitty/kitty.conf.bak +++ b/kitty/.config/kitty/kitty.conf.bak @@ -7,6 +7,10 @@ #: characters. font_family Ubuntu Mono +# font_family DejaVu Mono +# font_family source code pro +# font_family Iosevka Term +# font_family Fira Sans Bold bold_font auto italic_font auto bold_italic_font auto @@ -69,7 +73,7 @@ adjust_baseline 0 symbol_map -#: E.g. symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols +: E.g. symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols #: Map the specified unicode codepoints to a particular font. Useful #: if you need special rendering for some symbols, such as for @@ -937,6 +941,8 @@ inactive_tab_font_style normal #: The foreground and background colors background_opacity 0.95 +# background_opacity 0.90 +# background_opacity 0.50 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -2032,6 +2038,6 @@ map opt+cmd+, debug_config # BEGIN_KITTY_THEME -# Afterglow +# 1984 Light include current-theme.conf # END_KITTY_THEME -- cgit v1.2.3