diff options
author | GNUxeava <bluenerd@protonmail.com> | 2022-07-10 22:39:12 +0530 |
---|---|---|
committer | GNUxeava <bluenerd@protonmail.com> | 2022-07-10 22:39:12 +0530 |
commit | d01c8c9aaf850b734366e63336d22e7086a1ca10 (patch) | |
tree | 06b84ddfed2e720c2fa4d369ae69139911062475 /kitty/kitty-themes/themes/Monokai_Classic.conf | |
parent | f5dbe001e9117242c927d14fa5284e4489656926 (diff) |
fix symlinks
Diffstat (limited to 'kitty/kitty-themes/themes/Monokai_Classic.conf')
-rwxr-xr-x | kitty/kitty-themes/themes/Monokai_Classic.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/kitty/kitty-themes/themes/Monokai_Classic.conf b/kitty/kitty-themes/themes/Monokai_Classic.conf new file mode 100755 index 0000000..9c74f40 --- /dev/null +++ b/kitty/kitty-themes/themes/Monokai_Classic.conf @@ -0,0 +1,47 @@ +background #3b3c35 +foreground #fdfff1 + +cursor #fdfff1 +cursor_text_color #000000 +selection_foreground #3b3c35 +selection_background #fdfff1 + +# dull black +color0 #3b3c35 +# light black +color8 #6e7066 + +# dull red +color1 #f82570 +# light red +color9 #f82570 + +# dull green +color2 #a6e12d +# light green +color10 #a6e12d + +# yellow +color3 #e4db73 +# light yellow +color11 #e4db73 + +# blue +color4 #fc961f +# light blue +color12 #fc961f + +# magenta +color5 #ae81ff +# light magenta +color13 #ae81ff + +# cyan +color6 #66d9ee +# light cyan +color14 #66d9ee + +# dull white +color7 #fdfff1 +# bright white +color15 #fdfff1 |