How to get Xresources background color
Clash Royale CLAN TAG#URR8PPP
I tried with xrdb -query -all
. But it does not give the Xterm default background color code. My background color is cornflower blue. But I could not see that in list. Can any one let me know how to know that?
x11 xterm x-resources
add a comment |
I tried with xrdb -query -all
. But it does not give the Xterm default background color code. My background color is cornflower blue. But I could not see that in list. Can any one let me know how to know that?
x11 xterm x-resources
add a comment |
I tried with xrdb -query -all
. But it does not give the Xterm default background color code. My background color is cornflower blue. But I could not see that in list. Can any one let me know how to know that?
x11 xterm x-resources
I tried with xrdb -query -all
. But it does not give the Xterm default background color code. My background color is cornflower blue. But I could not see that in list. Can any one let me know how to know that?
x11 xterm x-resources
x11 xterm x-resources
edited Jul 7 '15 at 23:11
Gilles
533k12810701594
533k12810701594
asked Jul 7 '15 at 13:02
user2815465user2815465
113
113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
appres XTerm xterm
shows all the resources read by Xterm when invoked under the name xterm
. This includes both user customizations uploaded to the X server (visible with xrdb -query
) and default files read on the client side by the application.
The first argument is the class name (conventionally starting with an uppercase letter; you can change it by running xterm -class OtherName
). The second argument (optional) is the instance name (conventionally starting with a lowercase letter; you can change it by renaming the executable or passing the -name
option).
add a comment |
X11 applications like xterm
get their resources like the background colour from many places.xrdb
only lists resources held by the X11 server.
If you look in the man page for xterm
you will find in the FILES
section the names of files that are also read for resources. On my system they are
/usr/share/X11/app-defaults/XTerm
/usr/share/X11/app-defaults/XTerm-color
~/.Xdefaults
If you want the names of the colours like CornflowerBlue
, they are held in a text file. On my system they are in /usr/share/X11/rgb.txt
.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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%2funix.stackexchange.com%2fquestions%2f214374%2fhow-to-get-xresources-background-color%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
appres XTerm xterm
shows all the resources read by Xterm when invoked under the name xterm
. This includes both user customizations uploaded to the X server (visible with xrdb -query
) and default files read on the client side by the application.
The first argument is the class name (conventionally starting with an uppercase letter; you can change it by running xterm -class OtherName
). The second argument (optional) is the instance name (conventionally starting with a lowercase letter; you can change it by renaming the executable or passing the -name
option).
add a comment |
appres XTerm xterm
shows all the resources read by Xterm when invoked under the name xterm
. This includes both user customizations uploaded to the X server (visible with xrdb -query
) and default files read on the client side by the application.
The first argument is the class name (conventionally starting with an uppercase letter; you can change it by running xterm -class OtherName
). The second argument (optional) is the instance name (conventionally starting with a lowercase letter; you can change it by renaming the executable or passing the -name
option).
add a comment |
appres XTerm xterm
shows all the resources read by Xterm when invoked under the name xterm
. This includes both user customizations uploaded to the X server (visible with xrdb -query
) and default files read on the client side by the application.
The first argument is the class name (conventionally starting with an uppercase letter; you can change it by running xterm -class OtherName
). The second argument (optional) is the instance name (conventionally starting with a lowercase letter; you can change it by renaming the executable or passing the -name
option).
appres XTerm xterm
shows all the resources read by Xterm when invoked under the name xterm
. This includes both user customizations uploaded to the X server (visible with xrdb -query
) and default files read on the client side by the application.
The first argument is the class name (conventionally starting with an uppercase letter; you can change it by running xterm -class OtherName
). The second argument (optional) is the instance name (conventionally starting with a lowercase letter; you can change it by renaming the executable or passing the -name
option).
answered Jul 8 '15 at 1:20
GillesGilles
533k12810701594
533k12810701594
add a comment |
add a comment |
X11 applications like xterm
get their resources like the background colour from many places.xrdb
only lists resources held by the X11 server.
If you look in the man page for xterm
you will find in the FILES
section the names of files that are also read for resources. On my system they are
/usr/share/X11/app-defaults/XTerm
/usr/share/X11/app-defaults/XTerm-color
~/.Xdefaults
If you want the names of the colours like CornflowerBlue
, they are held in a text file. On my system they are in /usr/share/X11/rgb.txt
.
add a comment |
X11 applications like xterm
get their resources like the background colour from many places.xrdb
only lists resources held by the X11 server.
If you look in the man page for xterm
you will find in the FILES
section the names of files that are also read for resources. On my system they are
/usr/share/X11/app-defaults/XTerm
/usr/share/X11/app-defaults/XTerm-color
~/.Xdefaults
If you want the names of the colours like CornflowerBlue
, they are held in a text file. On my system they are in /usr/share/X11/rgb.txt
.
add a comment |
X11 applications like xterm
get their resources like the background colour from many places.xrdb
only lists resources held by the X11 server.
If you look in the man page for xterm
you will find in the FILES
section the names of files that are also read for resources. On my system they are
/usr/share/X11/app-defaults/XTerm
/usr/share/X11/app-defaults/XTerm-color
~/.Xdefaults
If you want the names of the colours like CornflowerBlue
, they are held in a text file. On my system they are in /usr/share/X11/rgb.txt
.
X11 applications like xterm
get their resources like the background colour from many places.xrdb
only lists resources held by the X11 server.
If you look in the man page for xterm
you will find in the FILES
section the names of files that are also read for resources. On my system they are
/usr/share/X11/app-defaults/XTerm
/usr/share/X11/app-defaults/XTerm-color
~/.Xdefaults
If you want the names of the colours like CornflowerBlue
, they are held in a text file. On my system they are in /usr/share/X11/rgb.txt
.
answered Jul 7 '15 at 14:03
meuhmeuh
31.9k11954
31.9k11954
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux 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%2funix.stackexchange.com%2fquestions%2f214374%2fhow-to-get-xresources-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