nebula-syntax

授权协议 MIT License
开发语言 C/C++
所属分类 应用工具、 文档/文本编辑
软件类型 开源软件
地区 不详
投 递 者 罗凯
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Nebula Syntax

A minimal Atom theme that's out of this world.
Works best when paired with the nebula-ui theme



Meet the colors.

Every great theme starts with great colors.
Five are not enough. Seven are too many.
A family of six, beautiful colors was chosen
through a critical and structured process.

Have your eye candy. And see it, too.

All six colors were painstakingly tested for ergonomics,
legibility, and aesthetics on several monitor configurations,
including sRGB, Adobe RGB, miscalibrated, grayscale, HDR,
high-contrast, low-contrast, f.lux, and more.

Multichromatic. Monochromatic.

All colors were tested together in a monochromatic
environment to ensure their contrast levels match so
no single color catches your eye more than the others do.



Get more done with Focus Mode.

Modals fly above your code. Inputs come to life when focused.
And with the all-new Focus Mode, elements gracefully fade into
the deep blue-gray background when you're not looking at them.



A theme that's just your type.

The human mind takes 13 milliseconds to recognize a letter.
Multiply that by millions of letters every day, and properly-set type
saves time, reduces eye strain, and can save you a few headaches.
Nebula recommends SF Mono for code. It's fantastic.




The little things.

Additional features

Use the nebula-ui and nebula-syntax themes together and get all these awesome features.

  • Fading elements don't only fade in opacity, but also in saturation.
  • Tabs fade when not hovered.
  • Comments brighten on hover or when they're in the active line
  • Comment brightness splashes downward to the next comment line, if there is one
  • The tree-view fades away when not hovered.
  • The minimap, when installed, fades when it's not being used.
  • Scrollbars glow while being dragged.
  • Matching tags produce a subtle deep blue glow under them.
  • Tabs fade when not hovered.
  • Buttons fill upwards with a glowing blue effect when they're pressed.
  • All open tabs stretch to take the full width of the tab bar.
  • Tab close buttons, normally red, are blue when the file has been modified.
  • If you'd rather have full brightness on all UI elements, just toggle Focus Mode off in the Nebula UI preferences!
  • Syntax errors detected in your code pulse a deep red underglow:
    Error Pulsing



  • 摘要 上文(存储篇)说到数据库重要的两部分为存储和计算,本篇内容为你解读图数据库 Nebula 在查询引擎 Query Engine 方面的设计实践。 在 Nebula 中,Query Engine 是用来处理 Nebula 查询语言语句(nGQL)。本篇文章将带你了解 Nebula Query Engine 的架构。 上图为查询引擎的架构图,如果你对 SQL 的执行引擎比较熟悉,那么对上图一定不

  • TCP通讯协议设计 1、背景应用 Protobuf被用于生产环境的即时通讯、埋点数据采集、消息推送、redis和mysql数据代理等。 2、TCP通讯协议设计 2.1、protobuf3版Msg(messege文件) syntax = "proto3"; // import "google/protobuf/any.proto"; /** * @brief 消息头 * @note MsgHe

  • level 00 这个一题的目的是找到一个suid的文件,已经提示了是看find的文档,很简单。用find的-perm选项即可。 level00@nebula$ find / -perm -4000 > res.txt 查找完成后会看到一个/bin/.../flag00,运行后即可。 level00@nebula$ /bin/.../flag00 flag00@nebula$ getflag le

  • Level00 About This level requires you to find a Set User ID program that will run as the“flag00” account. You could also find this by carefully looking in top leveldirectories in / for suspicious look

 相关资料
  • Nebula UI A minimal Atom theme that's out of this world. Works best when paired with the nebula-syntax theme Meet the colors. Every great theme starts with great colors. Five are not enough. Seven are

  • Nebula 是 Netflix 开源的 Gradle 插件集合,可以让开发者更容易地使用 Gradle 构建、测试和部署项目。

  • 东方证券宣布开源其基于 gRPC 框架开发的微服务框架 gRPC-Nebula。据了解,gRPC-Nebula 框架具有服务自动注册、服务发现、链路跟踪、服务治理等特性,为证券行业自身所特有的痛点提供了解决方案。 目前提供 Java 和 C++ 两种语言版本: https://github.com/grpc-nebula/grpc-nebula-java https://github.com/gr

  • 这个是eclipse提供的一些基于swt的控件,至极的漂亮(不仅仅是Calendar).^-^. 网上有名的SwtPlus目前就是它的前身. 强烈推荐!!! Eclipse官方的,还是可以值得信赖的. 更多的界面截图请看主页。

  • 风控系统的本质是为了能够让企业有能力主动发现业务风险,并快速的实施攻防对抗。为了降低使用门槛,星云采用旁路流量的方式进行数据采集,无需在业务逻辑上做数据埋点或侵入,同时支持本地私有化部署和 Docker 镜像云端部署;出于数据隐私和敏感性的考虑,我们不做任何数据的上传; 另外考虑到部分使用者风控经验不足,星云会提供基础的风控策略模板,使用者可以结合业务实际情况,灵活的进行配置和调整。考虑到攻防对抗

  • 我希望选择整行。我可以使用和.实现这一点 如果我选择了一行,我希望该选择保持在那里,当该行中的某些数据得到更新时,不要清除该选择。我该怎么做? 如果选择了一行,并且该行中元素的位置发生了变化(例如,删除了前面的一个元素,并且位置变为索引-1),我希望选择用该元素改变位置,以便在改变后选择相同的元素。我该怎么做? 我看到文档中谈到了可用于此目的的: 如果在以前的版本中使用解决方案来不清除结构更改上的