Changing xoscope background color
I've been fiddling around with xoscope. RC trying to change the background color. I'm having no luck because I don't understand what I'm reading. I can't find anything on the internet either although I did get the idea to look for xoscope. RC and it looks like I'm in the right place. I just don't know how to edit it. I don't know what to change (what I do change has no effect).if anyone could help me out with this I would really appreciate it.
xoscope.rc follows:
#style "violet_help_label" { fg[NORMAL] = "Violet" fg[INSENSITIVE] = "Black" fg[PRELIGHT] = "Black" fg[ACTIVE] = "Black" fg[SELECTED] = "Black" bg[NORMAL] = "Violet" bg[INSENSITIVE] = "Black" bg[PRELIGHT] = "Black" bg[ACTIVE] = "Black" bg[SELECTED] = "Black" text[NORMAL] = "Violet" text[INSENSITIVE] = "Black" text[PRELIGHT] = "Black" text[ACTIVE] = "Black" text[SELECTED] = "Black" base[NORMAL] = "Violet" base[INSENSITIVE] = "Black" base[PRELIGHT] = "Black" base[ACTIVE] = "Black" base[SELECTED] = "Black" }
style "black_bg" { bg[NORMAL] = "Black" }
style "red_bg" { bg[NORMAL] = "Red"}
style "label_font" { font_name = "Helvetica 16" }
style "white" { fg[NORMAL] = "White" }
style "green" { fg[NORMAL] = "Light Green" }
style "cyan" { fg[NORMAL] = "Cyan" }
style "yellow" { fg[NORMAL] = "Yellow" }
style "orange" { fg[NORMAL] = "Orange" }
style "violet" { fg[NORMAL] = "Violet" }
style "blue" { fg[NORMAL] = "Blue" }
style "red" { fg[NORMAL] = "Red" }
style "red_scrollbar" { fg[NORMAL] = "White" fg[PRELIGHT] = "White" fg[ACTIVE] = "White" bg[NORMAL] = "#a00000" bg[PRELIGHT] = "Red" bg[ACTIVE] = "#600000" }
widget "main_window" style "black_bg"
widget "main_window.*.databox" style "black_bg"
widget "main_window.*.databox_aspectframe" style "red_bg"
widget "main_window.*.databox_hscrollbar" style "red_scrollbar"
# This has the effect of not only setting color and font for labels
# not specified below, but also of setting font for all the labels
# because the fonts aren't specified below
#widget "main_window.*_label" style "label_font"
widget "main_window.*_label" style "white"
widget "*.data_source_label" style "white"
widget "*.fps_label" style "white"
widget "*.sample_rate_label" style "green"
widget "*.samples_per_frame_label" style "green"
widget "*.period_label" style "green"
widget "*.min_max_label" style "green"
widget "*.Ch1*" style "black"
#widget "*.Ch1*" style "red_bg"
widget "*.Ch2*" style "cyan"
widget "*.Ch3*" style "yellow"
widget "*.Ch4*" style "orange"
widget "*.Ch5*" style "violet"
widget "*.Ch6*" style "blue"
widget "*.Ch7*" style "red"
widget "*.Ch8*" style "white"
widget "*.*_key_label" style "violet"
widget "*.*_help_label" style "green"
widget "*.quit_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.save_help_label" style "white"
widget "*.xoscope_help_label" style "white"
widget "*.version_help_label" style "white"
widget "*.help_label" style "white"
widget "*.refresh_help_label" style "white"
widget "*.graticule_help_label" style "white"
widget "*.graticule_position_help_label" style "white"
widget "*.color_help_label" style "white"
# This one's a bit special - it's a key label, but not a "*_key_label"
# so it doesn't appear and disappear and therefore has to be set explicitly
widget "*.question_mark_label" style "violet"
#widget "*.left_paren_key_label" style "red"
bash
add a comment |
I've been fiddling around with xoscope. RC trying to change the background color. I'm having no luck because I don't understand what I'm reading. I can't find anything on the internet either although I did get the idea to look for xoscope. RC and it looks like I'm in the right place. I just don't know how to edit it. I don't know what to change (what I do change has no effect).if anyone could help me out with this I would really appreciate it.
xoscope.rc follows:
#style "violet_help_label" { fg[NORMAL] = "Violet" fg[INSENSITIVE] = "Black" fg[PRELIGHT] = "Black" fg[ACTIVE] = "Black" fg[SELECTED] = "Black" bg[NORMAL] = "Violet" bg[INSENSITIVE] = "Black" bg[PRELIGHT] = "Black" bg[ACTIVE] = "Black" bg[SELECTED] = "Black" text[NORMAL] = "Violet" text[INSENSITIVE] = "Black" text[PRELIGHT] = "Black" text[ACTIVE] = "Black" text[SELECTED] = "Black" base[NORMAL] = "Violet" base[INSENSITIVE] = "Black" base[PRELIGHT] = "Black" base[ACTIVE] = "Black" base[SELECTED] = "Black" }
style "black_bg" { bg[NORMAL] = "Black" }
style "red_bg" { bg[NORMAL] = "Red"}
style "label_font" { font_name = "Helvetica 16" }
style "white" { fg[NORMAL] = "White" }
style "green" { fg[NORMAL] = "Light Green" }
style "cyan" { fg[NORMAL] = "Cyan" }
style "yellow" { fg[NORMAL] = "Yellow" }
style "orange" { fg[NORMAL] = "Orange" }
style "violet" { fg[NORMAL] = "Violet" }
style "blue" { fg[NORMAL] = "Blue" }
style "red" { fg[NORMAL] = "Red" }
style "red_scrollbar" { fg[NORMAL] = "White" fg[PRELIGHT] = "White" fg[ACTIVE] = "White" bg[NORMAL] = "#a00000" bg[PRELIGHT] = "Red" bg[ACTIVE] = "#600000" }
widget "main_window" style "black_bg"
widget "main_window.*.databox" style "black_bg"
widget "main_window.*.databox_aspectframe" style "red_bg"
widget "main_window.*.databox_hscrollbar" style "red_scrollbar"
# This has the effect of not only setting color and font for labels
# not specified below, but also of setting font for all the labels
# because the fonts aren't specified below
#widget "main_window.*_label" style "label_font"
widget "main_window.*_label" style "white"
widget "*.data_source_label" style "white"
widget "*.fps_label" style "white"
widget "*.sample_rate_label" style "green"
widget "*.samples_per_frame_label" style "green"
widget "*.period_label" style "green"
widget "*.min_max_label" style "green"
widget "*.Ch1*" style "black"
#widget "*.Ch1*" style "red_bg"
widget "*.Ch2*" style "cyan"
widget "*.Ch3*" style "yellow"
widget "*.Ch4*" style "orange"
widget "*.Ch5*" style "violet"
widget "*.Ch6*" style "blue"
widget "*.Ch7*" style "red"
widget "*.Ch8*" style "white"
widget "*.*_key_label" style "violet"
widget "*.*_help_label" style "green"
widget "*.quit_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.save_help_label" style "white"
widget "*.xoscope_help_label" style "white"
widget "*.version_help_label" style "white"
widget "*.help_label" style "white"
widget "*.refresh_help_label" style "white"
widget "*.graticule_help_label" style "white"
widget "*.graticule_position_help_label" style "white"
widget "*.color_help_label" style "white"
# This one's a bit special - it's a key label, but not a "*_key_label"
# so it doesn't appear and disappear and therefore has to be set explicitly
widget "*.question_mark_label" style "violet"
#widget "*.left_paren_key_label" style "red"
bash
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago
add a comment |
I've been fiddling around with xoscope. RC trying to change the background color. I'm having no luck because I don't understand what I'm reading. I can't find anything on the internet either although I did get the idea to look for xoscope. RC and it looks like I'm in the right place. I just don't know how to edit it. I don't know what to change (what I do change has no effect).if anyone could help me out with this I would really appreciate it.
xoscope.rc follows:
#style "violet_help_label" { fg[NORMAL] = "Violet" fg[INSENSITIVE] = "Black" fg[PRELIGHT] = "Black" fg[ACTIVE] = "Black" fg[SELECTED] = "Black" bg[NORMAL] = "Violet" bg[INSENSITIVE] = "Black" bg[PRELIGHT] = "Black" bg[ACTIVE] = "Black" bg[SELECTED] = "Black" text[NORMAL] = "Violet" text[INSENSITIVE] = "Black" text[PRELIGHT] = "Black" text[ACTIVE] = "Black" text[SELECTED] = "Black" base[NORMAL] = "Violet" base[INSENSITIVE] = "Black" base[PRELIGHT] = "Black" base[ACTIVE] = "Black" base[SELECTED] = "Black" }
style "black_bg" { bg[NORMAL] = "Black" }
style "red_bg" { bg[NORMAL] = "Red"}
style "label_font" { font_name = "Helvetica 16" }
style "white" { fg[NORMAL] = "White" }
style "green" { fg[NORMAL] = "Light Green" }
style "cyan" { fg[NORMAL] = "Cyan" }
style "yellow" { fg[NORMAL] = "Yellow" }
style "orange" { fg[NORMAL] = "Orange" }
style "violet" { fg[NORMAL] = "Violet" }
style "blue" { fg[NORMAL] = "Blue" }
style "red" { fg[NORMAL] = "Red" }
style "red_scrollbar" { fg[NORMAL] = "White" fg[PRELIGHT] = "White" fg[ACTIVE] = "White" bg[NORMAL] = "#a00000" bg[PRELIGHT] = "Red" bg[ACTIVE] = "#600000" }
widget "main_window" style "black_bg"
widget "main_window.*.databox" style "black_bg"
widget "main_window.*.databox_aspectframe" style "red_bg"
widget "main_window.*.databox_hscrollbar" style "red_scrollbar"
# This has the effect of not only setting color and font for labels
# not specified below, but also of setting font for all the labels
# because the fonts aren't specified below
#widget "main_window.*_label" style "label_font"
widget "main_window.*_label" style "white"
widget "*.data_source_label" style "white"
widget "*.fps_label" style "white"
widget "*.sample_rate_label" style "green"
widget "*.samples_per_frame_label" style "green"
widget "*.period_label" style "green"
widget "*.min_max_label" style "green"
widget "*.Ch1*" style "black"
#widget "*.Ch1*" style "red_bg"
widget "*.Ch2*" style "cyan"
widget "*.Ch3*" style "yellow"
widget "*.Ch4*" style "orange"
widget "*.Ch5*" style "violet"
widget "*.Ch6*" style "blue"
widget "*.Ch7*" style "red"
widget "*.Ch8*" style "white"
widget "*.*_key_label" style "violet"
widget "*.*_help_label" style "green"
widget "*.quit_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.save_help_label" style "white"
widget "*.xoscope_help_label" style "white"
widget "*.version_help_label" style "white"
widget "*.help_label" style "white"
widget "*.refresh_help_label" style "white"
widget "*.graticule_help_label" style "white"
widget "*.graticule_position_help_label" style "white"
widget "*.color_help_label" style "white"
# This one's a bit special - it's a key label, but not a "*_key_label"
# so it doesn't appear and disappear and therefore has to be set explicitly
widget "*.question_mark_label" style "violet"
#widget "*.left_paren_key_label" style "red"
bash
I've been fiddling around with xoscope. RC trying to change the background color. I'm having no luck because I don't understand what I'm reading. I can't find anything on the internet either although I did get the idea to look for xoscope. RC and it looks like I'm in the right place. I just don't know how to edit it. I don't know what to change (what I do change has no effect).if anyone could help me out with this I would really appreciate it.
xoscope.rc follows:
#style "violet_help_label" { fg[NORMAL] = "Violet" fg[INSENSITIVE] = "Black" fg[PRELIGHT] = "Black" fg[ACTIVE] = "Black" fg[SELECTED] = "Black" bg[NORMAL] = "Violet" bg[INSENSITIVE] = "Black" bg[PRELIGHT] = "Black" bg[ACTIVE] = "Black" bg[SELECTED] = "Black" text[NORMAL] = "Violet" text[INSENSITIVE] = "Black" text[PRELIGHT] = "Black" text[ACTIVE] = "Black" text[SELECTED] = "Black" base[NORMAL] = "Violet" base[INSENSITIVE] = "Black" base[PRELIGHT] = "Black" base[ACTIVE] = "Black" base[SELECTED] = "Black" }
style "black_bg" { bg[NORMAL] = "Black" }
style "red_bg" { bg[NORMAL] = "Red"}
style "label_font" { font_name = "Helvetica 16" }
style "white" { fg[NORMAL] = "White" }
style "green" { fg[NORMAL] = "Light Green" }
style "cyan" { fg[NORMAL] = "Cyan" }
style "yellow" { fg[NORMAL] = "Yellow" }
style "orange" { fg[NORMAL] = "Orange" }
style "violet" { fg[NORMAL] = "Violet" }
style "blue" { fg[NORMAL] = "Blue" }
style "red" { fg[NORMAL] = "Red" }
style "red_scrollbar" { fg[NORMAL] = "White" fg[PRELIGHT] = "White" fg[ACTIVE] = "White" bg[NORMAL] = "#a00000" bg[PRELIGHT] = "Red" bg[ACTIVE] = "#600000" }
widget "main_window" style "black_bg"
widget "main_window.*.databox" style "black_bg"
widget "main_window.*.databox_aspectframe" style "red_bg"
widget "main_window.*.databox_hscrollbar" style "red_scrollbar"
# This has the effect of not only setting color and font for labels
# not specified below, but also of setting font for all the labels
# because the fonts aren't specified below
#widget "main_window.*_label" style "label_font"
widget "main_window.*_label" style "white"
widget "*.data_source_label" style "white"
widget "*.fps_label" style "white"
widget "*.sample_rate_label" style "green"
widget "*.samples_per_frame_label" style "green"
widget "*.period_label" style "green"
widget "*.min_max_label" style "green"
widget "*.Ch1*" style "black"
#widget "*.Ch1*" style "red_bg"
widget "*.Ch2*" style "cyan"
widget "*.Ch3*" style "yellow"
widget "*.Ch4*" style "orange"
widget "*.Ch5*" style "violet"
widget "*.Ch6*" style "blue"
widget "*.Ch7*" style "red"
widget "*.Ch8*" style "white"
widget "*.*_key_label" style "violet"
widget "*.*_help_label" style "green"
widget "*.quit_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.load_help_label" style "white"
widget "*.save_help_label" style "white"
widget "*.xoscope_help_label" style "white"
widget "*.version_help_label" style "white"
widget "*.help_label" style "white"
widget "*.refresh_help_label" style "white"
widget "*.graticule_help_label" style "white"
widget "*.graticule_position_help_label" style "white"
widget "*.color_help_label" style "white"
# This one's a bit special - it's a key label, but not a "*_key_label"
# so it doesn't appear and disappear and therefore has to be set explicitly
widget "*.question_mark_label" style "violet"
#widget "*.left_paren_key_label" style "red"
bash
bash
edited Dec 28 at 2:10
asked Dec 27 at 22:04
Harry Busk
135
135
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago
add a comment |
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1105011%2fchanging-xoscope-background-color%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2faskubuntu.com%2fquestions%2f1105011%2fchanging-xoscope-background-color%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
I think I see .the rc file didnt paste as it appears in my editor.Ill work on it. thanks
– Harry Busk
Dec 27 at 22:44
You just had to apply code formatting as I indicated in Meta. Looks good now.
– Thomas Ward♦
2 days ago
Thanks again Thomas . Your help is greatly appreciated.
– Harry Busk
2 days ago