how can I display code as code in the browser using python django. Example I want the above code to be displayed in the browser with different colo ...
how can I display code as code in the browser using python django. Example I want the above code to be displayed in the browser with different colo ...
I want to create a column that numbers itself chronologically based on the column to its left based on font color. Then when a new font color appears ...
I am using LaTeX in Overleaf with a template from my university. It has these coloured \ref and \cite links in the PDF viewer, which I find very annoy ...
enter code hereI want to color a point-cloud by its intensity. currently I use the following for-loop to apply a colormap function to the intensity(4 ...
I want to change color of container onTap from shade of grey to white and everything works alright in my FeedScreen file but in filter file I need to ...
I have a question concerning conditional formatting in excel: I want to highlight one cell (lets say F1) in red but only if F6 it self is empty/blank ...
I need to colour output using ANSI color for example in blue then we cat a file. But if we grep word error in file this words must be colored red I t ...
I try to change background colors all pages in app. User can select color from a pallete in SettingsPage. I have list of background colors. I re ...
Currently, the default color of traces, borders, ticks, outlines, etc, as noted here, is #444. Has anyone found a way to change this default setting i ...
How to apply a custom palette to a canvas image? for example, turn a black-white image to a color image: so the imageData.data is an array of 0 ...
I am studying react native "bar" developing an app. I am not designing the fine details of the app. But I would like to change the button color at lea ...
I want the slider to have two colors, one color for when it goes down and the other color for when it goes up. Please see picture below. However, righ ...
I'm in search for a way to display the color in gutter when coding. See picture for more context Thanks I found the icon extension which is called ...
Say I have the following vector: vec <- c(-10, -8, -6, -5, -4, -2, -1, 0, 2, 4) I generate some colors using choose_palette. library(colorspa ...
I am writing a picker and it lists a bunch of icons. In the above code, SwiftUI picker doesn't change the color of the icon to red in the picker's ...
I'm working on a chart that works as a heatmap, but instead of a "traditional" color scale, I want to set a specific color to values between x and x+0 ...
I am trying to change the 'MyHomePage(title: 'This is my app now! Mwuah Ha Ha!')' to be white font. I don't know if i'm supposed to change it outside ...
I am now on my project that I need to sort the objects with different colors. I'll put all the objects on a conveyor and the sensor will read the colo ...
Using C# I was trying to devide a photo in more than Photo. in Each Photo i have a piece colour. The way I am doing it have a problem and need your ki ...
I have a CSV with some information about products color. Since sometimes some extra details are there, I would like to extract just the color name. I ...