[pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215 - Mailing list pgadmin-hackers

From Atira Odhner
Subject [pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215
Date
Msg-id CA+Vc24o+9qjX42zpk4twovLwzzGHmsh37f6fvVMtXG8+Zz_HMw@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers][patch] Syntax Highlighting Color Change RM #2215
List pgadmin-hackers
Hi Hackers,

Here is a small css change to make the syntax highlighting more visible color-wise.

As a query writer I want to be able to see the syntax highlighted colors even if I am colorblind so that I can easily make sense of the code I am writing.

GIVEN**
 I am writing a query in pgAdmin 4
*WHEN*
 I write a word that is syntactically highlighted
**THEN
 that word should be highlighted according to the rules below.

for <span class="cm-keyword"> : #908, 
for <span class="cm-number"> : #964,


Tira 
Attachment

pgadmin-hackers by date:

Previous
From: Atira Odhner
Date:
Subject: Re: [pgadmin-hackers] Feature test issues
Next
From: Harshal Dhumal
Date:
Subject: Re: [pgadmin-hackers] Patch from RM1983 [pgAdmin4]