outrun_electric.conf 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # vim:ft=kitty
  2. ## name: Tropical Neon
  3. ## author: Anoduck
  4. ## license: MIT
  5. ## ---------------------------------------------------------------------------
  6. # Copyright (C) 2022 anoduck
  7. # Permission is hereby granted, free of charge, to any person obtaining a copy
  8. # of this software and associated documentation files (the "Software"), to deal
  9. # in the Software without restriction, including without limitation the rights
  10. # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  11. # copies of the Software, and to permit persons to whom the Software is
  12. # furnished to do so, subject to the following conditions:
  13. # The above copyright notice and this permission notice shall be included in
  14. # all copies or substantial portions of the Software.
  15. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  18. # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20. # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  21. # THE SOFTWARE.
  22. ## -----------------------------------------------------------------------------
  23. ## upstream: https://github.com/anoduck/Tropical-Neon/Tropical-Neon_kitty.conf
  24. ## blurb: A Retro Neon theme inspired by a bright tropical print on a bikini
  25. ## (So, sue me... I am not dead, yet.)
  26. #: All the settings below are colors, which you can choose to modify, or use the
  27. #: defaults. You can also add non-color based settings if needed but note that
  28. #: these will not work with using kitty @ set-colors with this theme. For a
  29. #: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/
  30. #: The basic colors
  31. background #0E122D
  32. foreground #fe85e7
  33. # Selected Text
  34. selection_background #465688
  35. selection_foreground #E19FB8
  36. #: Cursor colors
  37. cursor #0abdc6
  38. cursor_text_color #000b1e
  39. #: URL underline color when hovering with mouse
  40. url_color #ec7970
  41. #: kitty window border colors and terminal bell colors
  42. # active_border_color #00ff00
  43. # inactive_border_color #cccccc
  44. # bell_border_color #ff5a00
  45. # visual_bell_color none
  46. #: OS Window titlebar colors
  47. # wayland_titlebar_color system
  48. # macos_titlebar_color system
  49. #: Tab bar colors
  50. # active_tab_foreground #000
  51. # active_tab_background #eee
  52. # inactive_tab_foreground #444
  53. # inactive_tab_background #999
  54. # tab_bar_background none
  55. # tab_bar_margin_color none
  56. #: Colors for marks (marked text in the terminal)
  57. # mark1_foreground black
  58. # mark1_background #98d3cb
  59. # mark2_foreground black
  60. # mark2_background #f2dcd3
  61. # mark3_foreground black
  62. # mark3_background #f274bc
  63. #: The basic 16 colors
  64. #: black
  65. color0 #000b1e
  66. color8 #0E122d
  67. #: red
  68. color1 #b0426e
  69. color9 #fe5f55
  70. #: green
  71. color2 #00916e
  72. color10 #85FF9E
  73. #: yellow
  74. color3 #6fcd3c
  75. color11 #ded945
  76. #: blue
  77. color4 #0072A1
  78. color12 #465688
  79. #: magenta
  80. color5 #fe67f7
  81. color13 #ff85e6
  82. #: cyan
  83. color6 #87efff
  84. color14 #a1fcdf
  85. #: white
  86. color7 #E6ABB6
  87. color15 #caf3f3
  88. #: You can set the remaining 240 colors as color16 to color255.