text-coloring Questions
0
How could the below code be modified to create 3 columns such that column A contains unique HEX codes representing text colors (each cell in column A would contain the HEX code displayed in the res...
Chin asked 8/9, 2024 at 17:40
6
Solved
Have anyone added support for ansi-color in compilation-mode Emacs? If so what property/attribute does the color-writing program have to check for in order to make sure its active terminal supports...
Dejesus asked 15/11, 2012 at 12:41
5
I am working on a GUI developed via PyQt and Qt4. Within my GUI I have a QTextEdit that has various data written to. Is there a way in which I can manipulate the color of one word within the QTextE...
Backstage asked 18/6, 2014 at 13:39
2
Solved
I love the grc colorizer for the terminal. However I have to explicitly prefix anything I want colorized with:
grc --config=conf.mine
Is there any way to have it automatically applied to everyth...
Iroquois asked 10/8, 2012 at 22:47
4
Solved
Is it possible to add dynamic colors to a TextBlock ..i.e. have one character in one color and the next in another color.
<TextBlock Text="{Binding no}" TextWrapping="Wrap" Margin="10,0,0,0" St...
Zolazoldi asked 3/12, 2011 at 4:38
2
Solved
How would one color y-axis label and tick labels in red?
So for example the "y-label" and values 0 through 40, to be colored in red.
import matplotlib.pyplot as plt
import numpy as np
x = np.ar...
Uncounted asked 4/1, 2013 at 21:33
2
Solved
MCGA supports 4-bits color depth, that is 16 colors. But when I try to print all of these colors, I get only first 8 of them and the rest 8 simply duplicate them as on the pic below. Can it be that...
Tamandua asked 1/3, 2015 at 5:15
1
Solved
I started using Haskell today and am following the tutorial through learnyouahaskell.com. However, in the tutorial all of their syntax automatically gets colored in the terminal. I am using Command...
Nucleolar asked 5/9, 2014 at 17:16
1
Solved
A friend of mine uses Coda, another Geany, which both have the ability to only show Tab and Space invisible characters and not end of line characters.
Can anyone enlighten me on a way to do ...
Antrim asked 10/12, 2010 at 15:28
2
I often have shell scripts that call other scripting languages, like so:
#!/bin/bash
cat somefile|awk '
BEGIN
{
#This line is not auto-indented and is colored as a string constant.
...
}
{
#S...
Luteous asked 24/9, 2010 at 17:19
1
© 2022 - 2025 — McMap. All rights reserved.