Skip to content

manoarphy/xmgrace-color-adding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Editing the Default Grace Template

This guide describes how to navigate to the Grace templates directory and edit the Default.agr template file.

Steps

  1. Go to your home directory:

    cd
  2. Navigate to the Grace installation directory:

    cd /usr/share/grace
  3. Go to the templates directory:

    cd templates
  4. Edit the Default.agr file as needed.
    You can use your preferred text editor (e.g., nano, vim, or gedit).
    For example, using nano:

    sudo vi Default.agr

    Note: You may need sudo since this is a system directory.

  5. Make your changes, save, and exit the editor.


Additional Tips

  • Backup Recommendation:
    Before editing, it’s good practice to make a backup of the original file:
    sudo cp Default.agr Default.agr.bak

About

Define more colors for xmgrace or edit Default.agr file according to your need

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published