[关闭]
@czyczk 2020-09-24T10:33:17.000000Z 字数 3804 阅读 201

Terminal Profiles

Profile Windows_Terminal Deepin_Terminal


Windows Terminal

  1. // To view the default settings, hold "alt" while clicking on the "Settings" button.
  2. // For documentation on these settings, see: https://aka.ms/terminal-documentation
  3. {
  4. "$schema": "https://aka.ms/terminal-profiles-schema",
  5. "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  6. "profiles":
  7. {
  8. "defaults":
  9. {
  10. // Put settings here that you want to apply to all profiles
  11. "colorScheme": "Ayu Variation",
  12. "acrylicOpacity" : 0.80,
  13. "useAcrylic" : true,
  14. "padding" : "20, 20, 20, 20",
  15. "fontFace" : "Sarasa Mono SC",
  16. "fontSize" : 12,
  17. "cursorShape": "filledBox",
  18. "cursorColor": "#e6e1cf"
  19. },
  20. "list":
  21. [
  22. {
  23. // Make changes here to the powershell.exe profile
  24. "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  25. "name": "Windows PowerShell",
  26. "commandline": "powershell.exe",
  27. "hidden": false
  28. },
  29. {
  30. // Make changes here to the cmd.exe profile
  31. "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
  32. "name": "cmd",
  33. "commandline": "cmd.exe",
  34. "hidden": false
  35. },
  36. {
  37. "guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
  38. "hidden": false,
  39. "name": "Ubuntu-18.04",
  40. "source": "Windows.Terminal.Wsl"
  41. },
  42. {
  43. "guid": "{a5a97cb8-8961-5535-816d-772efe0c6a3f}",
  44. "hidden": false,
  45. "name": "Arch",
  46. "source": "Windows.Terminal.Wsl"
  47. },
  48. {
  49. "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  50. "hidden": false,
  51. "name": "Azure Cloud Shell",
  52. "source": "Windows.Terminal.Azure"
  53. }
  54. ]
  55. },
  56. // Add custom color schemes to this array
  57. "schemes": [
  58. {
  59. "name" : "Dracula",
  60. "background" : "#272935",
  61. "black" : "#21222C",
  62. "blue" : "#BD93F9",
  63. "cyan" : "#8BE9FD",
  64. "foreground" : "#F8F8F2",
  65. "green" : "#50FA7B",
  66. "purple" : "#FF79C6",
  67. "red" : "#FF5555",
  68. "white" : "#F8F8F2",
  69. "yellow" : "#FFB86C",
  70. "brightBlack" : "#6272A4",
  71. "brightBlue" : "#D6ACFF",
  72. "brightCyan" : "#A4FFFF",
  73. "brightGreen" : "#69FF94",
  74. "brightPurple" : "#FF92DF",
  75. "brightRed" : "#FF6E6E",
  76. "brightWhite" : "#F8F8F2",
  77. "brightYellow" : "#FFFFA5"
  78. },
  79. {
  80. "name" : "Ayu Light",
  81. "background" : "#fafafa",
  82. "black" : "#000000",
  83. "blue" : "#3199e1",
  84. "brightBlack" : "#686868",
  85. "brightBlue" : "#399ee6",
  86. "brightCyan" : "#4cbf99",
  87. "brightGreen" : "#86b300",
  88. "brightPurple" : "#a37acc",
  89. "brightRed" : "#f07171",
  90. "brightWhite" : "#d1d1d1",
  91. "brightYellow" : "#f2ae49",
  92. "cyan" : "#46ba94",
  93. "foreground" : "#6c7680",
  94. "green" : "#99bf4d",
  95. "purple" : "#9e75c7",
  96. "red" : "#ea6c6d",
  97. "white" : "#c7c7c7",
  98. "yellow" : "#eca944"
  99. },
  100. {
  101. "name" : "Ayu Dark",
  102. "background" : "#0a0e14",
  103. "black" : "#01060e",
  104. "blue" : "#53bdfa",
  105. "brightBlack" : "#686868",
  106. "brightBlue" : "#59c2ff",
  107. "brightCyan" : "#95e6cb",
  108. "brightGreen" : "#c2d94c",
  109. "brightPurple" : "#ffee99",
  110. "brightRed" : "#f07178",
  111. "brightWhite" : "#ffffff",
  112. "brightYellow" : "#ffb454",
  113. "cyan" : "#90e1c6",
  114. "foreground" : "#b3b1ad",
  115. "green" : "#91b362",
  116. "purple" : "#fae994",
  117. "red" : "#ea6c73",
  118. "white" : "#c7c7c7",
  119. "yellow" : "#f9af4f"
  120. },
  121. {
  122. "name" : "Ayu Mirage",
  123. "background" : "#1f2430",
  124. "black" : "#191e2a",
  125. "blue" : "#6dcbfa",
  126. "brightBlack" : "#686868",
  127. "brightBlue" : "#73d0ff",
  128. "brightCyan" : "#95e6cb",
  129. "brightGreen" : "#bae67e",
  130. "brightPurple" : "#d4bfff",
  131. "brightRed" : "#f28779",
  132. "brightWhite" : "#ffffff",
  133. "brightYellow" : "#ffd580",
  134. "cyan" : "#90e1c6",
  135. "foreground" : "#cbccc6",
  136. "green" : "#a6cc70",
  137. "purple" : "#cfbafa",
  138. "red" : "#ed8274",
  139. "white" : "#c7c7c7",
  140. "yellow" : "#fad07b"
  141. },
  142. {
  143. "name": "Ayu Variation",
  144. "background": "#0f1419",
  145. "black": "#191e2a",
  146. "blue": "#36a3d9",
  147. "brightBlack": "#cccccc",
  148. "brightBlue": "#68d5ff",
  149. "brightCyan": "#c7fffd",
  150. "brightGreen": "#eafe84",
  151. "brightPurple": "#ffa3aa",
  152. "brightRed": "#ff6565",
  153. "brightWhite": "#ffffff",
  154. "brightYellow": "#fff779",
  155. "cyan": "#95e6cb",
  156. "foreground": "#e6e1cf",
  157. "green": "#b8cc52",
  158. "purple": "#f07178",
  159. "red": "#ff3333",
  160. "white": "#ffffff",
  161. "yellow": "#e7c547"
  162. }
  163. ],
  164. // Add any keybinding overrides to this array.
  165. // To unbind a default keybinding, set the command to "unbound"
  166. "keybindings": []
  167. }

Ayu for Deepin Terminal

Put the following line as Ayu Variation in ~/.config/deepin/deepin-terminal/themes.

  1. [theme]
  2. color_1=#191e2a
  3. color_2=#ff3333
  4. color_3=#b8cc52
  5. color_4=#e7c547
  6. color_5=#36a3d9
  7. color_6=#f07178
  8. color_7=#95e6cb
  9. color_8=#ffffff
  10. color_9=#cccccc
  11. color_10=#ff6565
  12. color_11=#eafe84
  13. color_12=#fff779
  14. color_13=#68d5ff
  15. color_14=#ffa3aa
  16. color_15=#c7fffd
  17. color_16=#ffffff
  18. background=#0f1419
  19. foreground=#e6e1cf
  20. tab=#e6e1cf
  21. style=dark
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注