dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs | README

dracula.conf (819B)


      1 foreground            #f8f8f2
      2 background            #282a36
      3 selection_foreground  #ffffff
      4 selection_background  #44475a
      5 
      6 url_color #8be9fd
      7 
      8 # black
      9 color0  #21222c
     10 color8  #6272a4
     11 
     12 # red
     13 color1  #ff5555
     14 color9  #ff6e6e
     15 
     16 # green
     17 color2  #50fa7b
     18 color10 #69ff94
     19 
     20 # yellow
     21 color3  #f1fa8c
     22 color11 #ffffa5
     23 
     24 # blue
     25 color4  #bd93f9
     26 color12 #d6acff
     27 
     28 # magenta
     29 color5  #ff79c6
     30 color13 #ff92df
     31 
     32 # cyan
     33 color6  #8be9fd
     34 color14 #a4ffff
     35 
     36 # white
     37 color7  #f8f8f2
     38 color15 #ffffff
     39 
     40 # Cursor colors
     41 cursor            #f8f8f2
     42 cursor_text_color background
     43 
     44 # Tab bar colors
     45 active_tab_foreground   #282a36
     46 active_tab_background   #f8f8f2
     47 inactive_tab_foreground #282a36
     48 inactive_tab_background #6272a4
     49 
     50 # Marks
     51 mark1_foreground #282a36
     52 mark1_background #ff5555
     53 
     54 # Splits/Windows
     55 active_border_color #f8f8f2
     56 inactive_border_color #6272a4