How do I change color settings in TeXStudio?
I realize this may be a stupid question, but I can't find the answer anywhere. Where is the .texsprofile file for TeXStudio? If it doesn't exist by default, where should I place it when I create it? I'm trying to use one of the themes in this article, but I can't figure out how to make it work. Any help would be appreciated. Thanks!
texstudio
add a comment |
I realize this may be a stupid question, but I can't find the answer anywhere. Where is the .texsprofile file for TeXStudio? If it doesn't exist by default, where should I place it when I create it? I'm trying to use one of the themes in this article, but I can't figure out how to make it work. Any help would be appreciated. Thanks!
texstudio
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07
add a comment |
I realize this may be a stupid question, but I can't find the answer anywhere. Where is the .texsprofile file for TeXStudio? If it doesn't exist by default, where should I place it when I create it? I'm trying to use one of the themes in this article, but I can't figure out how to make it work. Any help would be appreciated. Thanks!
texstudio
I realize this may be a stupid question, but I can't find the answer anywhere. Where is the .texsprofile file for TeXStudio? If it doesn't exist by default, where should I place it when I create it? I'm trying to use one of the themes in this article, but I can't figure out how to make it work. Any help would be appreciated. Thanks!
texstudio
texstudio
edited Apr 13 '17 at 12:35
Community♦
1
1
asked Nov 9 '14 at 21:44
GregGreg
5614
5614
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07
add a comment |
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07
add a comment |
2 Answers
2
active
oldest
votes
This is only for windows.
You have to place .texsprofile in C:Users<your name>AppDataRoamingtexstudiowhere <your name> is to be read as it is in your computer. Then in TeXstudio go to Options → Load Profile

Clicking Load Profile opens this window:

Select the profile, click Open and restart TeXstudio.
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the[format]section in your profile file and then load it back as Harish has shown.
– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the*.texsprofilefiles are stored in~/.config/texstudio/on Unix.
– ebosi
Apr 11 '16 at 12:38
1
The.texsprofilefile mentioned here is actually.txsprofilefile. It is also noticeable in the second screenshot.
– Vladimir S.
Mar 19 '17 at 8:56
add a comment |
The official FAQ where are the settings stored help page can be found here
https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f211356%2fhow-do-i-change-color-settings-in-texstudio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is only for windows.
You have to place .texsprofile in C:Users<your name>AppDataRoamingtexstudiowhere <your name> is to be read as it is in your computer. Then in TeXstudio go to Options → Load Profile

Clicking Load Profile opens this window:

Select the profile, click Open and restart TeXstudio.
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the[format]section in your profile file and then load it back as Harish has shown.
– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the*.texsprofilefiles are stored in~/.config/texstudio/on Unix.
– ebosi
Apr 11 '16 at 12:38
1
The.texsprofilefile mentioned here is actually.txsprofilefile. It is also noticeable in the second screenshot.
– Vladimir S.
Mar 19 '17 at 8:56
add a comment |
This is only for windows.
You have to place .texsprofile in C:Users<your name>AppDataRoamingtexstudiowhere <your name> is to be read as it is in your computer. Then in TeXstudio go to Options → Load Profile

Clicking Load Profile opens this window:

Select the profile, click Open and restart TeXstudio.
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the[format]section in your profile file and then load it back as Harish has shown.
– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the*.texsprofilefiles are stored in~/.config/texstudio/on Unix.
– ebosi
Apr 11 '16 at 12:38
1
The.texsprofilefile mentioned here is actually.txsprofilefile. It is also noticeable in the second screenshot.
– Vladimir S.
Mar 19 '17 at 8:56
add a comment |
This is only for windows.
You have to place .texsprofile in C:Users<your name>AppDataRoamingtexstudiowhere <your name> is to be read as it is in your computer. Then in TeXstudio go to Options → Load Profile

Clicking Load Profile opens this window:

Select the profile, click Open and restart TeXstudio.
This is only for windows.
You have to place .texsprofile in C:Users<your name>AppDataRoamingtexstudiowhere <your name> is to be read as it is in your computer. Then in TeXstudio go to Options → Load Profile

Clicking Load Profile opens this window:

Select the profile, click Open and restart TeXstudio.
edited Nov 10 '14 at 8:39
answered Nov 9 '14 at 22:14
user11232
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the[format]section in your profile file and then load it back as Harish has shown.
– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the*.texsprofilefiles are stored in~/.config/texstudio/on Unix.
– ebosi
Apr 11 '16 at 12:38
1
The.texsprofilefile mentioned here is actually.txsprofilefile. It is also noticeable in the second screenshot.
– Vladimir S.
Mar 19 '17 at 8:56
add a comment |
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the[format]section in your profile file and then load it back as Harish has shown.
– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the*.texsprofilefiles are stored in~/.config/texstudio/on Unix.
– ebosi
Apr 11 '16 at 12:38
1
The.texsprofilefile mentioned here is actually.txsprofilefile. It is also noticeable in the second screenshot.
– Vladimir S.
Mar 19 '17 at 8:56
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
You can see some of the profile given in the linked answer stored in the above screen shot. :)
– user11232
Nov 9 '14 at 22:15
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the
[format] section in your profile file and then load it back as Harish has shown.– Pouya
Nov 9 '14 at 22:24
To add to this answer, if you have some particular settings (e.g., personalized shortcuts) and you want to keep them, you can save your current profile, add the syntax highlighting data from that link under the
[format] section in your profile file and then load it back as Harish has shown.– Pouya
Nov 9 '14 at 22:24
Following same steps, you'll find that the
*.texsprofile files are stored in ~/.config/texstudio/ on Unix.– ebosi
Apr 11 '16 at 12:38
Following same steps, you'll find that the
*.texsprofile files are stored in ~/.config/texstudio/ on Unix.– ebosi
Apr 11 '16 at 12:38
1
1
The
.texsprofile file mentioned here is actually .txsprofile file. It is also noticeable in the second screenshot.– Vladimir S.
Mar 19 '17 at 8:56
The
.texsprofile file mentioned here is actually .txsprofile file. It is also noticeable in the second screenshot.– Vladimir S.
Mar 19 '17 at 8:56
add a comment |
The official FAQ where are the settings stored help page can be found here
https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored
add a comment |
The official FAQ where are the settings stored help page can be found here
https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored
add a comment |
The official FAQ where are the settings stored help page can be found here
https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored
The official FAQ where are the settings stored help page can be found here
https://github.com/texstudio-org/texstudio/wiki/Frequently-Asked-Questions#where-are-the-settings-stored
answered 18 mins ago
KJOKJO
1,2141114
1,2141114
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f211356%2fhow-do-i-change-color-settings-in-texstudio%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Windows, or linux or mac?
– user11232
Nov 9 '14 at 22:07