Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. window:
  2.  
  3. dimensions:
  4. columns: 80
  5. lines: 23
  6.  
  7. padding:
  8. x: 24
  9. y: 23
  10.  
  11. dynamic_padding: false
  12.  
  13. decorations: none
  14.  
  15. # start_maximized: false
  16.  
  17. scrolling:
  18.  
  19. history: 10000
  20.  
  21. multiplier: 3
  22.  
  23. faux_multiplier: 3
  24.  
  25. auto_scroll: false
  26.  
  27. tabspaces: 4
  28.  
  29. font:
  30.  
  31. normal:
  32.  
  33. family: consolas
  34.  
  35. style: Regular 11
  36.  
  37. bold:
  38.  
  39. family: consolas
  40.  
  41. italic:
  42.  
  43. family: consolas
  44.  
  45. size: 11
  46.  
  47. offset:
  48.  
  49. x: 0
  50. y: 0
  51.  
  52. glyph_offset:
  53.  
  54. x: 0
  55. y: 0
  56.  
  57. use_thin_strokes: true
  58.  
  59. #render_timer: false
  60.  
  61. #persistent_logging: false
  62.  
  63. draw_bold_text_with_bright_colors: true
  64.  
  65. colors:
  66.  
  67. primary:
  68.  
  69. background: '0x424263'
  70. foreground: '0xd0dff6'
  71.  
  72. normal:
  73.  
  74. black: '0x424263'
  75. red: '0xb5b2fe'
  76. green: '0xd191ff'
  77. yellow: '0xe992ff'
  78. blue: '0xd0afff'
  79. magenta: '0xe2a3ff'
  80. cyan: '0x95dafc'
  81. white: '0xd0dff6'
  82.  
  83. indexed_colors: []
  84.  
  85. visual_bell:
  86.  
  87. animation: EaseOutExpo
  88. duration: 0
  89. color: '0xd0dff6'
  90.  
  91. background_opacity: 1.0
  92.  
  93. mouse_bindings:
  94.  
  95. - { mouse: Middle, action: PasteSelection }
  96.  
  97. mouse:
  98.  
  99. double_click: { threshold: 300 }
  100. triple_click: { threshold: 300 }
  101.  
  102. hide_when_typing: false
  103.  
  104. url:
  105.  
  106. modifiers: None
  107.  
  108. selection:
  109.  
  110. semantic_escape_chars: ",│`|:\"' ()[]{}<>"
  111.  
  112. save_to_clipboard: false
  113.  
  114. dynamic_title: true
  115.  
  116. cursor:
  117.  
  118. style: Block
  119.  
  120. unfocused_hollow: true
  121.  
  122. live_config_reload: true
  123.  
  124. enable_experimental_conpty_backend: false
  125.  
  126. alt_send_esc: true
  127.  
  128. key_bindings:
  129. - { key: V, mods: Control, action: Paste }
  130. - { key: C, mods: Shift, action: Copy }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement