OSDN Git Service

[update] : terminal color theme
authorwatasuke102 <watasuke102@gmail.com>
Mon, 29 Jun 2020 11:49:10 +0000 (20:49 +0900)
committerwatasuke102 <watasuke102@gmail.com>
Mon, 29 Jun 2020 11:49:10 +0000 (20:49 +0900)
monokai -> idleToes

channels/i3/airootfs.any/etc/skel/.config/kitty/kitty.conf

index c820630..ecaa2f2 100644 (file)
@@ -20,46 +20,31 @@ adjust_line_height  0
 adjust_column_width 0
 
 
-# Monokai color theme from https://github.com/dexpota/kitty-themes/blob/master/themes/Monokai.conf
+# idleToes color theme from https://github.com/dexpota/kitty-themes/blob/master/themes/idleToes.conf
 # MIT License
 # Copyright (c) 2019 Fabrizio Destro fabrizio@destro.dev
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 # The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-background              #272822
-foreground              #f8f8f2
-cursor                  #f8f8f2
-selection_background    #f8f8f2
-selection_foreground    #272822
-active_tab_background   #75715e
-active_tab_foreground   #272822
-active_border_color     #75715e
-inactive_tab_background #272822
-inactive_tab_foreground #75715e
-inactive_border_color   #75715e
-url_color               #f8f8f2
-# black
-color0                  #272822
-color8                  #75715e
-# red
-color1                  #f92672
-color9                  #f92672
-# green
-color2                  #a6e22e
-color10                 #a6e22e
-# yellow
-color3                  #e6db74
-color11                 #e6db74
-# blue
-color4                  #66d9ef
-color12                 #66d9ef
-# magenta
-color5                  #fd971f
-color13                 #fd971f
-# cyan
-color6                  #ae81ff
-color14                 #ae81ff
-# white
-color7                  #f8f8f2
-color15                 #f8f8f2
\ No newline at end of file
+background            #323232
+foreground            #ffffff
+cursor                #d6d6d6
+selection_background  #5b5b5b
+color0                #323232
+color8                #535353
+color1                #d25252
+color9                #f07070
+color2                #7fe173
+color10               #9dff90
+color3                #ffc66d
+color11               #ffe48b
+color4                #4098ff
+color12               #5eb7f7
+color5                #f57fff
+color13               #ff9dff
+color6                #bed6ff
+color14               #dcf4ff
+color7                #eeeeec
+color15               #ffffff
+selection_foreground  #323232
\ No newline at end of file