From 117a0ee6c81f09a09a3a617f1652d809eefe466f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 19 Jul 2021 22:24:40 +0200 Subject: [PATCH] =?UTF-8?q?KITTY=20(terminal):=20utilisation=20d'un=20th?= =?UTF-8?q?=C3=A8me=20pour=20les=20couleurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/kitty/Solarized_Light.conf | 21 +++++++++++++++++++++ .config/kitty/kitty.conf | 4 ++++ .config/kitty/theme.conf | 1 + 3 files changed, 26 insertions(+) create mode 100644 .config/kitty/Solarized_Light.conf create mode 120000 .config/kitty/theme.conf diff --git a/.config/kitty/Solarized_Light.conf b/.config/kitty/Solarized_Light.conf new file mode 100644 index 0000000..36e101b --- /dev/null +++ b/.config/kitty/Solarized_Light.conf @@ -0,0 +1,21 @@ +background #fdf6e3 +foreground #52676f +cursor #52676f +selection_background #e9e2cb +color0 #e4e4e4 +color8 #ffffd7 +color1 #d70000 +color9 #d75f00 +color2 #5f8700 +color10 #585858 +color3 #af8700 +color11 #626262 +color4 #0087ff +color12 #808080 +color5 #af005f +color13 #5f5faf +color6 #00afaf +color14 #8a8a8a +color7 #262626 +color15 #1c1c1c +selection_foreground #fcf4dc diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 435944c..0751c34 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -423,3 +423,7 @@ macos_option_as_alt yes # The number is a percentage of maximum volume. # See man XBell for details. x11_bell_volume 80 + +# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes +include ./theme.conf + diff --git a/.config/kitty/theme.conf b/.config/kitty/theme.conf new file mode 120000 index 0000000..ac3f91b --- /dev/null +++ b/.config/kitty/theme.conf @@ -0,0 +1 @@ +./Solarized_Dark_-_Patched.conf \ No newline at end of file