low contrast themes vs high contrast themes

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vim-two-firewatch

    A blend between duotone light and firewatch for atom

  • ;; These colors are inspired by: ;; https://github.com/rakr/vim-two-firewatch ;; https://simurai.com/projects/2016/01/01/duotone-themes (custom-set-variables '(modus-themes-operandi-color-overrides '((fg-main . "#000000") (bg-main . "#faf8f5") (bg-region . "#efdfff") (bg-inactive . "#e6e4e1") (bg-hl-line . "#e6e4e1"))) '(modus-themes-vivendi-color-overrides '((fg-main . "#fdf3ec") (bg-main . "#24242d") (bg-region . "#4f3d88") (bg-inactive . "#2f2f3b") (bg-hl-line . "#2f2f3b")))) (defun customize-modus-vivendi nil (custom-set-variables '(modus-themes-syntax '(yellow-comments faint alt-syntax green-strings)))) (defun customize-modus-operandi nil (custom-set-variables '(modus-themes-syntax '(yellow-comments)))) (advice-add 'load-theme-dark :before 'customize-modus-vivendi) (advice-add 'load-theme-light :before 'customize-modus-operandi)

  • color-theme-sanityinc-tomorrow

    A set of comprehensive Emacs color themes based on Chris Kempson's 'tomorrow' themes

  • I tried many themes, and finally I think color-theme-sanityinc-tomorrow bright is the best dark theme for me.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts