Change the diplayviewcontroller's line color(Rulled)
K
Kannan Balasubramanian
started a topic
over 3 years ago
Hi,
I want to change the color of the ruled line.(In display view controller)
EX:
If i click the button "A" the ruled line's color was changed into the gray(That one was default).
if i click the button "B" the ruled line's color was change into the blue.
How can i achieved that?
Best Answer
O
Olivier @MyScript
said
over 3 years ago
Dear Kannan,
currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");
Best regards,
Olivier
1 Comment
O
Olivier @MyScript
said
over 3 years ago
Answer
Dear Kannan,
currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");
Kannan Balasubramanian
Hi,
I want to change the color of the ruled line.(In display view controller)
EX:
If i click the button "A" the ruled line's color was changed into the gray(That one was default).
if i click the button "B" the ruled line's color was change into the blue.
How can i achieved that?
Dear Kannan,
currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");
Best regards,
Olivier
Olivier @MyScript
Dear Kannan,
currently, in order to change the color of the guidelines, you can proceed as follows (replace #ff0000ff with the color code you prefer): editor.setTheme(".guide { color: #ff0000ff }");
Best regards,
Olivier