poetician

Alacritty Theme Archive (Just started - will rename this when complete)

Aug 22nd, 2021 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.52 KB | None | 0 0
  1. # Base16 0153-blue-rainbow 256 - alacritty color config
  2. # 0153-blue-rainbow
  3. colors:
  4. # Default colors
  5. primary:
  6. background: '0x000000'
  7. foreground: '0xffffff'
  8.  
  9. # Colors the cursor will use if `custom_cursor_colors` is true
  10. cursor:
  11. text: '0x000000'
  12. cursor: '0xffffff'
  13.  
  14. # Normal colors
  15. normal:
  16. black: '0x000000'
  17. red: '0xb3530b'
  18. green: '0x03bdfd'
  19. yellow: '0xe9b055'
  20. blue: '0x62b2f7'
  21. magenta: '0xa7cdf8'
  22. cyan: '0x03bdfd'
  23. white: '0xffffff'
  24.  
  25. # Bright colors
  26. bright:
  27. black: '0x7f7f7f'
  28. red: '0xb3530b'
  29. green: '0x03bdfd'
  30. yellow: '0xe9b055'
  31. blue: '0x62b2f7'
  32. magenta: '0xa7cdf8'
  33. cyan: '0x03bdfd'
  34. white: '0xffffff'
  35.  
  36. indexed_colors:
  37. - { index: 16, color: '0xcbae59' }
  38. - { index: 17, color: '0xab6c1e' }
  39. - { index: 18, color: '0x000000' }
  40. - { index: 19, color: '0x767b82' }
  41. - { index: 20, color: '0x141414' }
  42. - { index: 21, color: '0xdcd9dc' }
  43.  
  44. # Base16 brown-rainbow-long - alacritty color config
  45. # brown-rainbow-long
  46. colors:
  47. # Default colors
  48. primary:
  49. background: '0xd7c68d'
  50. foreground: '0xe7ebde'
  51.  
  52. # Colors the cursor will use if `custom_cursor_colors` is true
  53. cursor:
  54. text: '0xd7c68d'
  55. cursor: '0xe7ebde'
  56.  
  57. # Normal colors
  58. normal:
  59. black: '0xd7c68d'
  60. red: '0x6c5010'
  61. green: '0x80471c'
  62. yellow: '0x8e7161'
  63. blue: '0x652a0e'
  64. magenta: '0xA67B5B'
  65. cyan: '0x4a2511'
  66. white: '0xe7ebde'
  67.  
  68. # Bright colors
  69. bright:
  70. black: '0xdfd8b5'
  71. red: '0x8e7161'
  72. green: '0x231709'
  73. yellow: '0x231709'
  74. blue: '0xebdaa1'
  75. magenta: '0xeeeeee'
  76. cyan: '0x694c24'
  77. white: '0xe7ebde'
  78.  
  79. draw_bold_text_with_bright_colors: false
  80.  
  81. # Base16 brown-rainbow-long 256 - alacritty color config
  82. # brown-rainbow-long
  83. colors:
  84. # Default colors
  85. primary:
  86. background: '0xd7c68d'
  87. foreground: '0xe7ebde'
  88.  
  89. # Colors the cursor will use if `custom_cursor_colors` is true
  90. cursor:
  91. text: '0xd7c68d'
  92. cursor: '0xe7ebde'
  93.  
  94. # Normal colors
  95. normal:
  96. black: '0xd7c68d'
  97. red: '0x6c5010'
  98. green: '0x80471c'
  99. yellow: '0x8e7161'
  100. blue: '0x652a0e'
  101. magenta: '0xA67B5B'
  102. cyan: '0x4a2511'
  103. white: '0xe7ebde'
  104.  
  105. # Bright colors
  106. bright:
  107. black: '0xdfd8b5'
  108. red: '0x6c5010'
  109. green: '0x80471c'
  110. yellow: '0x8e7161'
  111. blue: '0x652a0e'
  112. magenta: '0xA67B5B'
  113. cyan: '0x4a2511'
  114. white: '0xe7ebde'
  115.  
  116. indexed_colors:
  117. - { index: 16, color: '0x8e7161' }
  118. - { index: 17, color: '0x694c24' }
  119. - { index: 18, color: '0x231709' }
  120. - { index: 19, color: '0x231709' }
  121. - { index: 20, color: '0xebdaa1' }
  122. - { index: 21, color: '0xeeeeee' }
  123.  
  124.  
  125. # Base16 Fleur d'Ail 03 256 - alacritty color config
  126. # Fleur d'Ail 03
  127. colors:
  128. # Default colors
  129. primary:
  130. background: '0x000000'
  131. foreground: '0xffffff'
  132.  
  133. # Colors the cursor will use if `custom_cursor_colors` is true
  134. cursor:
  135. text: '0x000000'
  136. cursor: '0xffffff'
  137.  
  138. # Normal colors
  139. normal:
  140. black: '0x000000'
  141. red: '0xa63c30'
  142. green: '0x646160'
  143. yellow: '0xfbe0d6'
  144. blue: '0x646160'
  145. magenta: '0xfbe0d6'
  146. cyan: '0xd4d2d0'
  147. white: '0xffffff'
  148.  
  149. # Bright colors
  150. bright:
  151. black: '0x7f7f7f'
  152. red: '0xa63c30'
  153. green: '0x646160'
  154. yellow: '0xfbe0d6'
  155. blue: '0x646160'
  156. magenta: '0xfbe0d6'
  157. cyan: '0xd4d2d0'
  158. white: '0xffffff'
  159.  
  160. indexed_colors:
  161. - { index: 16, color: '0xd2ab98' }
  162. - { index: 17, color: '0xa85f50' }
  163. - { index: 18, color: '0x000000' }
  164. - { index: 19, color: '0x818181' }
  165. - { index: 20, color: '0x141414' }
  166. - { index: 21, color: '0xe5e5e5' }
  167.  
  168. # Base16 0263 Lampadaire_Arondi 256 - alacritty color config
  169. # 0263 Lampadaire_Arondi
  170. colors:
  171. # Default colors
  172. primary:
  173. background: '#1d1b1c'
  174. foreground: '#ffd981'
  175.  
  176. # Colors the cursor will use if `custom_cursor_colors` is true
  177. cursor:
  178. text: '#1d1b1c'
  179. cursor: '#dedadc'
  180.  
  181. # Normal colors
  182. normal:
  183. black: '#1d1b1c'
  184. red: '#a4827d'
  185. green: '#4e879c'
  186. yellow: '#a0a2b9'
  187. blue: '#48809a'
  188. magenta: '#7e7b95'
  189. cyan: '#7694a6'
  190. white: '#dedadc'
  191.  
  192. # Bright colors
  193. bright:
  194. black: '#7d7a7c'
  195. red: '#a4827d'
  196. green: '#4e879c'
  197. yellow: '#a0a2b9'
  198. blue: '#48809a'
  199. magenta: '#7e7b95'
  200. cyan: '#7694a6'
  201. white: '#c0bfbf'
  202.  
  203. indexed_colors:
  204. - { index: 16, color: '#7d7c96' }
  205. - { index: 17, color: '#7c6b75' }
  206. - { index: 18, color: '#363333' }
  207. - { index: 19, color: '#3d3a3d' }
  208. - { index: 20, color: '#090708' }
  209. - { index: 21, color: '#899ba2' }
  210.  
  211. # Base16 Lilly-HDR 256 - alacritty color config
  212. # Lilly-HDR
  213. colors:
  214. # Default colors
  215. primary:
  216. background: '0x000000'
  217. foreground: '0xfff0ff'
  218.  
  219. # Colors the cursor will use if `custom_cursor_colors` is true
  220. cursor:
  221. text: '0x000000'
  222. cursor: '0xfff0ff'
  223.  
  224. # Normal colors
  225. normal:
  226. black: '0x000000'
  227. red: '0xe71410'
  228. green: '0x49831f'
  229. yellow: '0xfdb001'
  230. blue: '0xbb4da3'
  231. magenta: '0xfb04d2'
  232. cyan: '0x74a346'
  233. white: '0xfff0ff'
  234.  
  235. # Bright colors
  236. bright:
  237. black: '0x7f787f'
  238. red: '0xe71410'
  239. green: '0x49831f'
  240. yellow: '0xfdb001'
  241. blue: '0xbb4da3'
  242. magenta: '0xfb04d2'
  243. cyan: '0x74a346'
  244. white: '0xfff0ff'
  245.  
  246. indexed_colors:
  247. - { index: 16, color: '0xfdb001' }
  248. - { index: 17, color: '0xde4d00' }
  249. - { index: 18, color: '0x000000' }
  250. - { index: 19, color: '0x70a171' }
  251. - { index: 20, color: '0x141414' }
  252. - { index: 21, color: '0xf3e8ca' }
  253.  
  254.  
  255. # Base16 0043 Misty Road 03 256 - alacritty color config
  256. # 0043 Misty Road 03
  257. colors:
  258. # Default colors
  259. primary:
  260. background: '0x1A0C00'
  261. foreground: '0xf4ad3f'
  262.  
  263. # Colors the cursor will use if `custom_cursor_colors` is true
  264. cursor:
  265. text: '0x1A0C00'
  266. cursor: '0xf4ad3f'
  267.  
  268. # Normal colors
  269. normal:
  270. black: '0x1A0C00'
  271. red: '0xd24e14'
  272. green: '0x435437'
  273. yellow: '0xf4ad3e'
  274. blue: '0x4d3f33'
  275. magenta: '0xd24e14'
  276. cyan: '0x435437'
  277. white: '0xf4ad3f'
  278.  
  279. # Bright colors
  280. bright:
  281. black: '0x875c1f'
  282. red: '0xd24e14'
  283. green: '0x435437'
  284. yellow: '0xf4ad3e'
  285. blue: '0x4d3f33'
  286. magenta: '0xd24e14'
  287. cyan: '0x435437'
  288. white: '0xf4ad3f'
  289.  
  290. indexed_colors:
  291. - { index: 16, color: '0xf4ad3e' }
  292. - { index: 17, color: '0xcf6914' }
  293. - { index: 18, color: '0x1A0C00' }
  294. - { index: 19, color: '0x787960' }
  295. - { index: 20, color: '0x2e2014' }
  296. - { index: 21, color: '0xeea93f' }
  297.  
  298. # Base16 orange-rainbow 256 - alacritty color config
  299. # orange-rainbow
  300. colors:
  301. # Default colors
  302. primary:
  303. background: '0xfa8128'
  304. foreground: '0x804541'
  305.  
  306. # Colors the cursor will use if `custom_cursor_colors` is true
  307. cursor:
  308. text: '0xfa8128'
  309. cursor: '0x804541'
  310.  
  311. # Normal colors
  312. normal:
  313. black: '0xfa8128'
  314. red: '0xffbc51'
  315. green: '0xfae300'
  316. yellow: '0xffcd00'
  317. blue: '0xfed3d7'
  318. magenta: '0xffb8d7'
  319. cyan: '0x72e981'
  320. white: '0x804541'
  321.  
  322. # Bright colors
  323. bright:
  324. black: '0xbd6234'
  325. red: '0xffbc51'
  326. green: '0xfae300'
  327. yellow: '0xffcd00'
  328. blue: '0xfed3d7'
  329. magenta: '0xffb8d7'
  330. cyan: '0x72e981'
  331. white: '0x804541'
  332.  
  333. indexed_colors:
  334. - { index: 16, color: '0xffc700' }
  335. - { index: 17, color: '0xebad14' }
  336. - { index: 18, color: '0x804541' }
  337. - { index: 19, color: '0x804541' }
  338. - { index: 20, color: '0xff953c' }
  339. - { index: 21, color: '0x642210' }
  340.  
  341. # Base16 Salon - alacritty color config
  342. # Salon
  343. colors:
  344. # Default colors
  345. primary:
  346. background: '0xbcbcbc'
  347. foreground: '0x000000'
  348.  
  349. # Colors the cursor will use if `custom_cursor_colors` is true
  350. cursor:
  351. text: '0xbcbcbc'
  352. cursor: '0x000000'
  353.  
  354. # Normal colors
  355. normal:
  356. black: '0xbcbcbc'
  357. red: '0x963000'
  358. green: '0x1d6703'
  359. yellow: '0x714d00'
  360. blue: '0x214dc2'
  361. magenta: '0x7d28a3'
  362. cyan: '0x00684d'
  363. white: '0x000000'
  364.  
  365. # Bright colors
  366. bright:
  367. black: '0x5e5e5e'
  368. red: '0x5b4e00'
  369. green: '0x0a2028'
  370. yellow: '0x382b3a'
  371. blue: '0xd0d0d0'
  372. magenta: '0xa5928a'
  373. cyan: '0x642b00'
  374. white: '0xb29c94'
  375.  
  376. draw_bold_text_with_bright_colors: false
  377.  
  378.  
  379. # seal brown 256 - alacritty color config
  380. # seal brown
  381. colors:
  382. # Default colors
  383. primary:
  384. background: '0x190134'
  385. foreground: '0xbdb6c5'
  386.  
  387. # Colors the cursor will use if `custom_cursor_colors` is true
  388. cursor:
  389. text: '0x190134'
  390. cursor: '0xbdb6c5'
  391.  
  392. # Normal colors
  393. normal:
  394. black: '0x190134'
  395. red: '0x27d9d5'
  396. green: '0xc33678'
  397. yellow: '0x8f6c97'
  398. blue: '0xbd0152'
  399. magenta: '0x82034c'
  400. cyan: '0xf80059'
  401. white: '0xbdb6c5'
  402.  
  403. # Bright colors
  404. bright:
  405. black: '0x6b5b7c'
  406. red: '0x27d9d5'
  407. green: '0xc33678'
  408. yellow: '0x8f6c97'
  409. blue: '0xbd0152'
  410. magenta: '0x82034c'
  411. cyan: '0xf80059'
  412. white: '0xfeffff'
  413.  
  414. indexed_colors:
  415. - { index: 16, color: '0x5ba2b6' }
  416. - { index: 17, color: '0x2da9b1' }
  417. - { index: 18, color: '0x392551' }
  418. - { index: 19, color: '0x5a496e' }
  419. - { index: 20, color: '0x050020' }
  420. - { index: 21, color: '0xdedae2' }
  421.  
  422. # Base16 Turquoise 02 256 - alacritty color config
  423. # Turquoise 02
  424. colors:
  425. # Default colors
  426. primary:
  427. background: '0x073351'
  428. foreground: '0x2aa1b7'
  429.  
  430. # Colors the cursor will use if `custom_cursor_colors` is true
  431. cursor:
  432. text: '0x073351'
  433. cursor: '0x2aa1b7'
  434.  
  435. # Normal colors
  436. normal:
  437. black: '0x073351'
  438. red: '0xed3900'
  439. green: '0xed9f00'
  440. yellow: '0xedd263'
  441. blue: '0x879ffc'
  442. magenta: '0xba9fc9'
  443. cyan: '0x87d2fc'
  444. white: '0x2aa1b7'
  445.  
  446. # Bright colors
  447. bright:
  448. black: '0x186983'
  449. red: '0xed3900'
  450. green: '0xed9f00'
  451. yellow: '0xedd263'
  452. blue: '0x879ffc'
  453. magenta: '0xba9fc9'
  454. cyan: '0x87d2fc'
  455. white: '0xbad2fc'
  456.  
  457. indexed_colors:
  458. - { index: 16, color: '0xba9f63' }
  459. - { index: 17, color: '0xbf581d' }
  460. - { index: 18, color: '0x000600' }
  461. - { index: 19, color: '0x546c96' }
  462. - { index: 20, color: '0x1b4765' }
  463. - { index: 21, color: '0xedd296' }
  464.  
  465.  
Add Comment
Please, Sign In to add comment