馃敡 Where my dotfiles lives in harmony and peace, most of the time
at main 1.8 kB view raw
1[[colors.indexed_colors]] 2color = "#EF9F76" 3index = 16 4 5[[colors.indexed_colors]] 6color = "#F2D5CF" 7index = 17 8 9[colors.bright] 10black = "#626880" 11blue = "#8CAAEE" 12cyan = "#81C8BE" 13green = "#A6D189" 14magenta = "#F4B8E4" 15red = "#E78284" 16white = "#A5ADCE" 17yellow = "#E5C890" 18 19[colors.cursor] 20cursor = "#F2D5CF" 21text = "#303446" 22 23[colors.dim] 24black = "#51576D" 25blue = "#8CAAEE" 26cyan = "#81C8BE" 27green = "#A6D189" 28magenta = "#F4B8E4" 29red = "#E78284" 30white = "#B5BFE2" 31yellow = "#E5C890" 32 33[colors.hints.end] 34background = "#A5ADCE" 35foreground = "#303446" 36 37[colors.hints.start] 38background = "#E5C890" 39foreground = "#303446" 40 41[colors.normal] 42black = "#51576D" 43blue = "#8CAAEE" 44cyan = "#81C8BE" 45green = "#A6D189" 46magenta = "#F4B8E4" 47red = "#E78284" 48white = "#B5BFE2" 49yellow = "#E5C890" 50 51[colors.primary] 52background = "#303446" 53bright_foreground = "#C6D0F5" 54dim_foreground = "#C6D0F5" 55foreground = "#C6D0F5" 56 57[colors.search.focused_match] 58background = "#A6D189" 59foreground = "#303446" 60 61[colors.search.matches] 62background = "#A5ADCE" 63foreground = "#303446" 64 65[colors.selection] 66background = "#F2D5CF" 67text = "#303446" 68 69[colors.vi_mode_cursor] 70cursor = "#BABBF1" 71text = "#303446" 72 73[font] 74size = 12.0 75 76[font.bold] 77family = "JetBrainsMono NF" 78style = "Bold" 79 80[font.bold_italic] 81family = "JetBrainsMono NF" 82style = "Bold Italic" 83 84[font.italic] 85family = "JetBrainsMono NF" 86style = "Italic" 87 88[font.normal] 89family = "JetBrainsMono NF" 90style = "Regular" 91 92[[keyboard.bindings]] 93action = "Paste" 94key = "V" 95mods = "Control|Shift" 96 97[[keyboard.bindings]] 98action = "Copy" 99key = "C" 100mods = "Control|Shift" 101 102[[mouse.bindings]] 103action = "PasteSelection" 104mouse = "Middle" 105 106[scrolling] 107history = 20000 108multiplier = 3 109 110[selection] 111save_to_clipboard = true 112 113[window] 114decorations = "none" 115dynamic_padding = false 116 117[window.padding] 118x = 15 119y = 10