hrefspace

 找回密码
 立即注册
搜索
热搜: PHP PS 程序设计
查看: 910|回复: 6

你们写代码,都喜欢用什么样的配色?

[复制链接]

275

主题

454

帖子

1014

积分

大司空

Rank: 5Rank: 5

积分
1014
发表于 2023-10-10 11:45:08 | 显示全部楼层 |阅读模式
这是我写的lingo代码,

https://bbs.emath.ac.cn/forum.ph ... 7&fromuid=14149

配色并不满意,你们用什么样的配色呢?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

0

主题

192

帖子

2

积分

新手上路

Rank: 1

积分
2
发表于 2023-10-10 11:45:30 | 显示全部楼层
  1. " Vim color File" Name:                        biogoo" Maintainer:        Benjamin Esham 电子邮件省略!" Last Change:        2006-11-20" Version:                1.5"" Colorful text on a light gray background.  It's pretty easy on the eyes in" my opinion.  Any feedback is greatly appreciated!"" Installation:"        Copy to ~/.vim/colors; do :color biogoo"" Customization Options:"        Use a 'normal' cursor color:"                let g:biogoo_normal_cursor = 1"" Props:"        Jani Nurminen's zenburn.vim as an example file."        Scott F. and Matt F. for feature suggestions."        Bill McCarthy for his Vim mailing list post about Vim 7 support."" Version History:"        1.5:        should fully support Vim 7 now"        1.4:        more support for Vim 7: added the `MatchParen' group for ()[]{} matching"        1.3:        added support for Vim 7: added groups for the new spellchecking, and"                        added a conditional to display Visual mode correctly in any version.                "        1.2:        added `SpellErrors' group for use with vimspell."        1.1:        added `IncSearch' group for improved visibility in incremental searches."        1.0:        minor tweaks"        0.95:        initial release"" TODO: Add new groups as needed.  E-mail me with any suggestions!set background=lighthi clearif exists("syntax_on")        syntax resetendiflet g:colors_name = "biogoo"hi Comment                        guifg=#0000c3hi Constant                        guifg=#0000ffhi CursorColumn                guibg=#ffffffhi CursorLine                guibg=#ffffffhi Delimiter                guifg=#00007fhi DiffAdd                        guifg=#007f00 guibg=#e5e5e5hi DiffChange                guifg=#00007f guibg=#e5e5e5hi DiffDelete                guifg=#7f0000 guibg=#e5e5e5hi DiffText                        guifg=#ee0000 guibg=#e5e5e5hi Directory                guifg=#b85d00hi Error                        guifg=#d6d6d6 guibg=#7f0000hi ErrorMsg                        guifg=#ffffff guibg=#ff0000 gui=boldhi Float                        guifg=#b85d00hi FoldColumn                guifg=#00007f guibg=#e5e5e5hi Folded                        guifg=#00007f guibg=#e5e5e5hi Function                        guifg=#7f0000hi Identifier                guifg=#004000hi Include                        guifg=#295498 gui=boldhi IncSearch                guifg=#ffffff guibg=#0000ff gui=boldhi LineNr                        guifg=#303030 guibg=#e5e5e5 gui=underlinehi Keyword                        guifg=#00007fhi Macro                        guifg=#295498hi MatchParen                guifg=#ffffff guibg=#00a000hi ModeMsg                        guifg=#00007fhi MoreMsg                        guifg=#00007fhi NonText                        guifg=#007f00hi Normal                        guifg=#000000 guibg=#d6d6d6hi Number                        guifg=#b85d00hi Operator                        guifg=#00007fhi Pmenu                        guifg=#000000 guibg=#cc9999hi PmenuSel                        guifg=#ffffff guibg=#993333hi PmenuSbar                guibg=#99cc99hi PmenuThumb                guifg=#339933hi PreCondit                guifg=#295498 gui=boldhi PreProc                        guifg=#0c3b6b gui=boldhi Question                        guifg=#00007fhi Search                        guibg=#ffff00hi Special                        guifg=#007f00hi SpecialKey                guifg=#00007fhi SpellBad                        guifg=#ffffff guibg=#7f0000 gui=undercurl guisp=#d6d6d6hi SpellCap                        guifg=#ffffff guibg=#7f007f gui=undercurl guisp=#d6d6d6hi SpellLocal                guifg=#ffffff guibg=#007f7f gui=undercurl guisp=#d6d6d6hi SpellRare                guifg=#ffffff guibg=#b85d00 gui=undercurl guisp=#d6d6d6hi Statement                guifg=#00007f gui=nonehi StatusLine                guifg=#00007f guibg=#ffffffhi StatusLineNC                guifg=#676767 guibg=#ffffffhi String                        guifg=#d10000hi TabLine                        guifg=#222222 guibg=#d6d6d6hi TabLineFill                guifg=#d6d6d6hi TabLineSel                guifg=#00007f guibg=#eeeeee gui=boldhi Title                        guifg=#404040 gui=boldhi Todo                                guifg=#00007f guibg=#e5e5e5 gui=underlinehi Type                                guifg=#540054 gui=boldhi Underlined                guifg=#b85d00hi VertSplit                guifg=#676767 guibg=#ffffffif version < 700        hi Visual                guifg=#7f7f7f guibg=#ffffffelse        hi Visual                guifg=#ffffff guibg=#7f7f7fendifhi VisualNOS                guifg=#007f00 guibg=#e5e5e5hi WarningMsg                guifg=#500000hi WildMenu                        guifg=#540054" Non-standard highlighting (e.g. for plugins)" vimspellhi SpellErrors                guifg=#ffffff guibg=#7f0000 gui=undercurl guisp=#d6d6d6if !exists("g:biogoo_normal_cursor")        " use a gray-on-blue cursor        hi Cursor                guifg=#ffffff guibg=#00007fendif" vim:noet:ts=4 sw=4
复制代码

这个vim的插件里面,有这么多的颜色可以配置,真的是太多了!
回复

使用道具 举报

0

主题

212

帖子

2

积分

新手上路

Rank: 1

积分
2
发表于 2023-10-10 11:45:38 | 显示全部楼层
没语法高亮写代码,比吃菜没有盐还难受!
回复

使用道具 举报

0

主题

196

帖子

2

积分

新手上路

Rank: 1

积分
2
发表于 2023-10-10 11:46:26 | 显示全部楼层
怎么没人出来共享一下?????
回复

使用道具 举报

0

主题

182

帖子

76

积分

关内侯

Rank: 2

积分
76
发表于 2023-10-10 11:46:40 | 显示全部楼层
C:\Program Files (x86)\Vim\vim82\syntax\vim.vim
我搜索CursorIM,然后找到了上面的文件,在里面找到了很多。
  1. syn keyword vimGroup contained        Comment Constant String Character Number Boolean Float Identifier Function Statement Conditional Repeat Label Operator Keyword Exception PreProc Include Define Macro PreCondit Type StorageClass Structure Typedef Special SpecialChar Tag Delimiter SpecialComment Debug Underlined Ignore Error Todo
复制代码
  1. syn keyword vimHLGroup contained        ColorColumn Cursor CursorColumn CursorIM CursorLine CursorLineNr DiffAdd DiffChange DiffDelete DiffText Directory EndOfBuffer ErrorMsg FoldColumn Folded IncSearch LineNr LineNrAbove LineNrBelow MatchParen Menu ModeMsg MoreMsg NonText Normal Pmenu PmenuSbar PmenuSel PmenuThumb Question QuickFixLine Scrollbar Search SignColumn SpecialKey SpellBad SpellCap SpellLocal SpellRare StatusLine StatusLineNC StatusLineTerm TabLine TabLineFill TabLineSel Terminal Title Tooltip VertSplit Visual VisualNOS WarningMsg WildMenu
复制代码
回复

使用道具 举报

0

主题

194

帖子

171

积分

关内侯

Rank: 2

积分
171
发表于 2023-10-10 11:47:26 | 显示全部楼层
VIM学习笔记 语法高亮文件 (Syntax) - YYQ的文章 - 知乎
https://zhuanlan.zhihu.com/p/43194380

VIM学习笔记 语法高亮 (Syntax Highlight) - YYQ的文章 - 知乎
https://zhuanlan.zhihu.com/p/25292625

这两篇很好
回复

使用道具 举报

0

主题

167

帖子

92

积分

关内侯

Rank: 2

积分
92
发表于 2023-10-10 11:47:51 | 显示全部楼层
我觉得语法高亮对我来说更有意义,我最近渐渐地懂了如何进行语法高亮
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|hrefspace

GMT+8, 2024-11-22 04:10 , Processed in 0.080753 second(s), 22 queries .

Powered by hrefspace X3.4 Licensed

Copyright © 2022, hrefspace.

快速回复 返回顶部 返回列表