Textmate-Theme für Chromebooks Caret?

550
Léo Léopold Hertz 준영

Ich versuche, TextMate-ähnliche Farben (dunkle Variante) für Chromebooks Caret zu erhalten.

Ich habe in Einstellungen> Benutzereinstellungen getan:

{ //If you want to disable update checks at startup, change this "promptForUpdates": true,  "defaultTheme": "textmate", //This should be any of the supported Ace themes ... 

Ich habe das defaultTheme in textmate geändert, aber ich sehe immer noch das Thema mit weißem Hintergrund.

Wie können Sie das Design erfolgreich in TextMate ändern?


Die Standardeinstellung ist Json

{ "dark": false, "editor": { "background-color": "#FFFFFF", "color": "black" }, "styles": { //gutter ".ace_gutter": { "background": "#808", "color": "#CCC", "overflow": "hidden" }, //print margin ".ace_print-margin": { "width": "1px", "background": "#e8e8e8" }, //cursor ".ace_cursor": { "color": "black" }, //whitespace markers ".ace_invisible": { "color": "rgb(191, 191, 191)" }, //built-in constants ".ace_constant.ace_buildin": { "color": "rgb(88, 72, 246)" }, //language constants ".ace_constant.ace_language": { "color": "rgb(88, 92, 246)" }, //library constants ".ace_constant.ace_library": { "color": "rgb(6, 150, 14)" }, //numeric constant ".ace_constant.ace_numeric": { "color": "rgb(0, 0, 205)" }, //invalid code ".ace_invalid": { "background-color": "rgb(153, 0, 0)", "color": "white" }, //folding markers ".ace_fold": { }, //functions ".ace_support.ace_function": { "color": "rgb(60, 76, 114)" }, //constants ".ace_support.ace_constant": { "color": "rgb(6, 150, 14)" }, //types and classes ".ace_support.ace_type, .ace_support.ace_class, .ace_support.ace_other": { "color": "rgb(109, 121, 222)" }, //paremeters ".ace_variable.ace_parameter": { "font-style": "italic", "color": "#FD971F" }, //operators ".ace_keyword.ace_operator": { "color": "rgb(104, 118, 135)" }, //comments ".ace_comment": { "color": "#236e24" }, //doc comments ".ace_comment.ace_doc": { "color": "#236e24" }, //doc comment tags ".ace_comment.ace_doc.ace_tag": { "color": "#236e24" }, //variable ".ace_variable": { "color": "rgb(49, 132, 149)" }, //xml-pe ".ace_xml-pe": { "color": "rgb(104, 104, 91)" }, //named function ".ace_entity.ace_name.ace_function": { "color": "#0000A2" }, //heading ".ace_heading": { "color": "rgb(12, 7, 255)" }, //list ".ace_list": { "color": "rgb(185, 6, 144)" }, //selection ".ace_marker-layer .ace_selection": { "background": "rgb(181, 213, 255)" }, //step ".ace_marker-layer .ace_step": { "background": "rgb(252, 255, 0)" }, //stack ".ace_marker-layer .ace_stack": { "background": "rgb(164, 229, 101)" }, //bracket ".ace_marker-layer .ace_bracket": { "margin": "-1px 0 0 -1px", "border": "1px solid rgb(192, 192, 192)" }, //active line ".ace_marker-layer .ace_active-line": { "background": "rgba(0, 0, 0, 0.07)" }, //active line (gutter) ".ace_gutter-active-line": { "background-color": "#404" }, //selected word ".ace_marker-layer .ace_selected-word": { "background": "rgb(250, 250, 255)", "border": "1px solid rgb(200, 200, 250)" }, //keywords ".ace_storage, .ace_keyword, .ace_meta.ace_tag": { "color": "rgb(147, 15, 128)" }, //regex ".ace_string.ace_regex": { "color": "rgb(255, 0, 0)" }, //string ".ace_string": { "color": "#1A1AA6" }, //attribute name ".ace_entity.ace_other.ace_attribute-name": { "color": "#994409" } } } 

Es muss irgendwo TextMate Json geben. Wie können Sie das TextMate-Thema für Programmierer auf Caret setzen?

0
Welches TextMate-Design möchten Sie auch ändern? user187561 vor 8 Jahren 0
@ user1155120 Das grundlegende dunkle Thema. Léo Léopold Hertz 준영 vor 8 Jahren 0

0 Antworten auf die Frage