dotfiles/.config/kitty/current-theme.conf

50 lines
925 B
Text
Raw Normal View History

2024-07-31 14:22:19 +01:00
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
background #1d2021
foreground #d4be98
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
cursor #928374
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
selection_foreground #928374
selection_background #3c3836
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
color0 #282828
color8 #928374
2023-05-24 12:58:39 +01:00
# red
2024-07-31 14:22:19 +01:00
color1 #cc241d
# light red
color9 #fb4934
2023-05-24 12:58:39 +01:00
# green
2024-07-31 14:22:19 +01:00
color2 #98971a
# light green
color10 #b8bb26
2023-05-24 12:58:39 +01:00
# yellow
2024-07-31 14:22:19 +01:00
color3 #d79921
# light yellow
color11 #fabd2d
2023-05-24 12:58:39 +01:00
# blue
2024-07-31 14:22:19 +01:00
color4 #458588
# light blue
color12 #83a598
2023-05-24 12:58:39 +01:00
# magenta
2024-07-31 14:22:19 +01:00
color5 #b16286
# light magenta
color13 #d3869b
2023-05-24 12:58:39 +01:00
# cyan
2024-07-31 14:22:19 +01:00
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374