gpt4 book ai didi

asp.net - 如何让 Google Prettify 渲染得更像 Visual Studio

转载 作者:太空狗 更新时间:2023-10-29 22:01:31 24 4
gpt4 key购买 nike

我正在使用 Googles excellent Code Prettify我对此非常满意。

但是:有没有人碰巧有一个替代的 CSS 样式表,所以它会呈现得更像 Visual Studios 默认着色?绿色注释、红色文本/字符串等

最佳答案

我花了一些时间,但我完全复制了我的 Visual Studio 的颜色配置。享受吧。

.com       { color: #008000; }
.str, .tag { color: #A31515; }
.kwd, .atv { color: #0000FF; }
.typ { color: #2B91AF; }
.lit, .atn { color: #FF0000; }
.pun, .pln { color: #000000; }
.dec { color: #800080; }

评论是绿色的,字符串/标签是红色的,关键字是蓝色的,类型是蓝色的,数字是红色的,标点符号是黑色的,声明是紫色的。

关于asp.net - 如何让 Google Prettify 渲染得更像 Visual Studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9118333/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com